Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/mmeye/conf Pull up revision 1.21 (via patch, r...



details:   https://anonhg.NetBSD.org/src/rev/350250b137c6
branches:  netbsd-1-5
changeset: 491565:350250b137c6
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 15:50:42 2001 +0000

description:
Pull up revision 1.21 (via patch, requested by he):
  Add pseudo-device vlan.
  Make sure "rnd is EXPERIMENTAL" comment is removed.

diffstat:

 sys/arch/mmeye/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r d48f9fa8f7bb -r 350250b137c6 sys/arch/mmeye/conf/GENERIC
--- a/sys/arch/mmeye/conf/GENERIC       Tue May 01 15:50:25 2001 +0000
+++ b/sys/arch/mmeye/conf/GENERIC       Tue May 01 15:50:42 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.14.2.3 2000/11/05 01:02:46 tv Exp $
+#      $NetBSD: GENERIC,v 1.14.2.4 2001/05/01 15:50:42 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/mmeye/conf/std.mmeye"
 
-#ident                 "GENERIC-$Revision: 1.14.2.3 $"
+#ident                 "GENERIC-$Revision: 1.14.2.4 $"
 
 maxusers       16              # estimated number of users
 
@@ -160,6 +160,7 @@
 #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
 #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device  pty             64      # pseudo-terminals
+pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 pseudo-device  vcoda           4       # coda minicache <-> venus comm.
 #pseudo-device md              1       # memory disk device (ramdisk)



Home | Main Index | Thread Index | Old Index