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/hpcmips/conf Pull up revision 1.73 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/b48d6db11747
branches:  netbsd-1-5
changeset: 491559:b48d6db11747
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 15:48:46 2001 +0000

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

diffstat:

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

diffs (22 lines):

diff -r a1a67d265cc8 -r b48d6db11747 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Tue May 01 15:48:27 2001 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Tue May 01 15:48:46 2001 +0000
@@ -2,11 +2,11 @@
 # Distribution kernel (NEC VR based model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.54.2.5 2001/03/13 20:52:47 he Exp $
+#      $NetBSD: GENERIC,v 1.54.2.6 2001/05/01 15:48:46 he Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.54.2.5 $"
+#ident                 "GENERIC-$Revision: 1.54.2.6 $"
 
 maxusers       8
 
@@ -332,3 +332,4 @@
 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



Home | Main Index | Thread Index | Old Index