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/macppc/conf Pull up revision 1.87 (via patch, ...



details:   https://anonhg.NetBSD.org/src/rev/d48f9fa8f7bb
branches:  netbsd-1-5
changeset: 491564:d48f9fa8f7bb
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 15:50:25 2001 +0000

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

diffstat:

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

diffs (23 lines):

diff -r d31e198e3292 -r d48f9fa8f7bb sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Tue May 01 15:50:07 2001 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Tue May 01 15:50:25 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.70.2.4 2001/02/04 20:23:07 he Exp $
+#      $NetBSD: GENERIC,v 1.70.2.5 2001/05/01 15:50:25 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.70.2.4 $"
+#ident                 "GENERIC-$Revision: 1.70.2.5 $"
 
 maxusers       32
 
@@ -316,4 +316,5 @@
 #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
 #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device  pty             64      # pseudo-terminals
+pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  rnd                     # /dev/random and in-kernel generator



Home | Main Index | Thread Index | Old Index