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/x68k/conf Pull up revision 1.58 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/575907fcee94
branches:  netbsd-1-5
changeset: 491629:575907fcee94
user:      he <he%NetBSD.org@localhost>
date:      Sun May 06 14:05:11 2001 +0000

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

diffstat:

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

diffs (29 lines):

diff -r 8736a1ea754d -r 575907fcee94 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC        Sun May 06 14:04:39 2001 +0000
+++ b/sys/arch/x68k/conf/GENERIC        Sun May 06 14:05:11 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.46.2.7 2001/05/01 15:55:56 he Exp $
+#      $NetBSD: GENERIC,v 1.46.2.8 2001/05/06 14:05:11 he Exp $
 
 #
 #      GENERIC
@@ -6,7 +6,7 @@
 
 include "arch/x68k/conf/std.x68k"
 
-#ident                 "GENERIC-$Revision: 1.46.2.7 $"
+#ident                 "GENERIC-$Revision: 1.46.2.8 $"
 
 maxusers       8
 
@@ -304,7 +304,9 @@
 pseudo-device  gif             1       # 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
 
 #### Other device configuration
 



Home | Main Index | Thread Index | Old Index