Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Add vlan(4) pseudo device. Approved by...



details:   https://anonhg.NetBSD.org/src/rev/293d9eb622ca
branches:  trunk
changeset: 543242:293d9eb622ca
user:      seb <seb%NetBSD.org@localhost>
date:      Thu Feb 20 13:30:44 2003 +0000

description:
Add vlan(4) pseudo device. Approved by martin@

diffstat:

 sys/arch/sparc64/conf/GENERIC32 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0e3b99a22be4 -r 293d9eb622ca sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Thu Feb 20 12:47:29 2003 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Thu Feb 20 13:30:44 2003 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC32,v 1.57 2003/02/16 17:35:17 augustss Exp $
+#      $NetBSD: GENERIC32,v 1.58 2003/02/20 13:30:44 seb Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.57 $"
+#ident                 "GENERIC-$Revision: 1.58 $"
 
 maxusers       64
 
@@ -522,6 +522,9 @@
 ## interface that allows selective examining of incoming packets.
 pseudo-device  bpfilter        8
 
+## IEEE 802.1q encapsulation
+pseudo-device  vlan
+
 ## Simple inter-network traffic bridging
 pseudo-device  bridge
 



Home | Main Index | Thread Index | Old Index