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/ofppc/conf Pull up revision 1.35 (via patch, r...



details:   https://anonhg.NetBSD.org/src/rev/9696e309ee71
branches:  netbsd-1-5
changeset: 491570:9696e309ee71
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 15:53:32 2001 +0000

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

diffstat:

 sys/arch/ofppc/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r f7bdce65352b -r 9696e309ee71 sys/arch/ofppc/conf/GENERIC
--- a/sys/arch/ofppc/conf/GENERIC       Tue May 01 15:53:14 2001 +0000
+++ b/sys/arch/ofppc/conf/GENERIC       Tue May 01 15:53:32 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.27.2.3 2000/10/04 08:24:27 itojun Exp $
+#      $NetBSD: GENERIC,v 1.27.2.4 2001/05/01 15:53:32 he Exp $
 #
 # First try for PPC config file
 #
 
 include "arch/ofppc/conf/std.ofppc"
 
-#ident                 "GENERIC-$Revision: 1.27.2.3 $"
+#ident                 "GENERIC-$Revision: 1.27.2.4 $"
 
 maxusers       32
 
@@ -82,9 +82,9 @@
 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
 pseudo-device  pty             64      # pseudo-terminals
 #pseudo-device raid            4       # RAIDframe disk driver
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
-# rnd is EXPERIMENTAL
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 #pseudo-device gre             2       # generic L3 over IP tunnel



Home | Main Index | Thread Index | Old Index