Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add peudo-device vlan



details:   https://anonhg.NetBSD.org/src/rev/64f374ba545f
branches:  trunk
changeset: 500838:64f374ba545f
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Dec 19 10:34:11 2000 +0000

description:
Add peudo-device vlan

diffstat:

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

diffs (25 lines):

diff -r ebf1ebfeae02 -r 64f374ba545f sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Dec 19 09:52:53 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Dec 19 10:34:11 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.385 2000/12/17 22:53:52 jmc Exp $
+#      $NetBSD: GENERIC,v 1.386 2000/12/19 10:34:11 bouyer Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.385 $"
+#ident                 "GENERIC-$Revision: 1.386 $"
 
 maxusers       32              # estimated number of users
 
@@ -865,6 +865,7 @@
 pseudo-device  gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
 #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
 #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
+pseudo-device  vlan                    # IEEE 802.1q encapsulation
 
 # miscellaneous pseudo-devices
 pseudo-device  pty                     # pseudo-terminals



Home | Main Index | Thread Index | Old Index