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/arc/conf Pull up revision 1.40 (requested by he):



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

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

diffstat:

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

diffs (26 lines):

diff -r f8e18f12ef1b -r 146a14553368 sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Tue May 01 15:45:09 2001 +0000
+++ b/sys/arch/arc/conf/GENERIC Tue May 01 15:45:28 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.33.2.3 2000/08/10 21:55:32 soda Exp $
+#      $NetBSD: GENERIC,v 1.33.2.4 2001/05/01 15:45:28 he Exp $
 #      $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
 #
 #      GENERIC -- everything that's currently supported
@@ -6,7 +6,7 @@
 
 include                "arch/arc/conf/std.arc"
 
-#ident         "GENERIC-$Revision: 1.33.2.3 $"
+#ident         "GENERIC-$Revision: 1.33.2.4 $"
 
 maxusers       32              # estimated number of users
 
@@ -317,6 +317,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
 
 # miscellaneous pseudo-devices
 pseudo-device  pty             64      # pseudo-terminals



Home | Main Index | Thread Index | Old Index