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/sparc/conf Pull up revision 1.120 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/f5b4828e5d39
branches:  netbsd-1-5
changeset: 491627:f5b4828e5d39
user:      he <he%NetBSD.org@localhost>
date:      Sun May 06 14:04:07 2001 +0000

description:
Pull up revision 1.120 (requested by hubertf):
  Visually separate the vlan(4) device from the IPv6 devices.

diffstat:

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

diffs (25 lines):

diff -r b9708f4b5b29 -r f5b4828e5d39 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Sun May 06 13:27:40 2001 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Sun May 06 14:04:07 2001 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: GENERIC,v 1.107.2.4 2001/05/01 15:54:45 he Exp $
+#      $NetBSD: GENERIC,v 1.107.2.5 2001/05/06 14:04:07 he Exp $
 
 include "arch/sparc/conf/std.sparc"
 
-#ident                 "GENERIC-$Revision: 1.107.2.4 $"
+#ident                 "GENERIC-$Revision: 1.107.2.5 $"
 
 maxusers       32
 
@@ -495,7 +495,9 @@
 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
+
+## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
+pseudo-device  vlan
 
 #### Audio and video devices
 



Home | Main Index | Thread Index | Old Index