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/newsmips/conf Pull up revisions 1.28, 1.34 (req...



details:   https://anonhg.NetBSD.org/src/rev/0686de957446
branches:  netbsd-1-5
changeset: 491568:0686de957446
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 15:51:49 2001 +0000

description:
Pull up revisions 1.28,1.34 (requested by he):
  Add pseudo-device vlan.
  Make sure "rnd is EXPERIMENTAL" comment is removed.

diffstat:

 sys/arch/newsmips/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r d86c6f4a9ec3 -r 0686de957446 sys/arch/newsmips/conf/GENERIC
--- a/sys/arch/newsmips/conf/GENERIC    Tue May 01 15:51:28 2001 +0000
+++ b/sys/arch/newsmips/conf/GENERIC    Tue May 01 15:51:49 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC,v 1.22.2.2 2000/08/11 20:18:06 mason Exp $
+#      $NetBSD: GENERIC,v 1.22.2.3 2001/05/01 15:51:49 he Exp $
 #
 #      GENERIC kernel for RISC-NEWS
 
 include                "arch/newsmips/conf/std.newsmips"
 
-#ident                 "GENERIC-$Revision: 1.22.2.2 $"
+#ident                 "GENERIC-$Revision: 1.22.2.3 $"
 
 maxusers       16
 
@@ -137,9 +137,11 @@
 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  vnd             4       # disk-like interface to files
 pseudo-device  ccd             4       # concatenated and striped disks
 #pseudo-device raid            4       # RAIDframe disk driver
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
 #pseudo-device strip           1       # radio clock
 #pseudo-device ipfilter                # ip filter
+pseudo-device  rnd                     # /dev/random and in-kernel generator



Home | Main Index | Thread Index | Old Index