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/sun3/conf Pull up revisions 1.36-1.37 (request...



details:   https://anonhg.NetBSD.org/src/rev/b9eb3d29790c
branches:  netbsd-1-5
changeset: 491576:b9eb3d29790c
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 15:55:21 2001 +0000

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

diffstat:

 sys/arch/sun3/conf/GENERIC3X |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ea62d4db2480 -r b9eb3d29790c sys/arch/sun3/conf/GENERIC3X
--- a/sys/arch/sun3/conf/GENERIC3X      Tue May 01 15:55:04 2001 +0000
+++ b/sys/arch/sun3/conf/GENERIC3X      Tue May 01 15:55:21 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC3X,v 1.32.2.2 2000/10/30 23:32:20 tv Exp $
+# $NetBSD: GENERIC3X,v 1.32.2.3 2001/05/01 15:55:21 he Exp $
 
 # GENERIC Sun3X (3/80, 3/470)
 # Supports root on: ie0, le0, sd*, ...
@@ -215,7 +215,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
-# rnd is EXPERIMENTAL
+pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 
 pseudo-device  pty             32      # pseudo-terminals



Home | Main Index | Thread Index | Old Index