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.119 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/cf7425c96bce
branches:  netbsd-1-5
changeset: 491574:cf7425c96bce
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 15:54:45 2001 +0000

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

diffstat:

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

diffs (22 lines):

diff -r 0a50b4a9eda7 -r cf7425c96bce sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Tue May 01 15:54:26 2001 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Tue May 01 15:54:45 2001 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: GENERIC,v 1.107.2.3 2000/08/11 20:18:08 mason Exp $
+#      $NetBSD: GENERIC,v 1.107.2.4 2001/05/01 15:54:45 he Exp $
 
 include "arch/sparc/conf/std.sparc"
 
-#ident                 "GENERIC-$Revision: 1.107.2.3 $"
+#ident                 "GENERIC-$Revision: 1.107.2.4 $"
 
 maxusers       32
 
@@ -495,6 +495,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
 
 #### Audio and video devices
 



Home | Main Index | Thread Index | Old Index