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/hpcmips/conf Pull up revision 1.90 (requested ...
details: https://anonhg.NetBSD.org/src/rev/8736a1ea754d
branches: netbsd-1-5
changeset: 491628:8736a1ea754d
user: he <he%NetBSD.org@localhost>
date: Sun May 06 14:04:39 2001 +0000
description:
Pull up revision 1.90 (requested by hubertf):
Visually separate the vlan(4) device from the IPv6 devices.
diffstat:
sys/arch/hpcmips/conf/GENERIC | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r f5b4828e5d39 -r 8736a1ea754d sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC Sun May 06 14:04:07 2001 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC Sun May 06 14:04:39 2001 +0000
@@ -2,11 +2,11 @@
# Distribution kernel (NEC VR based model) kernel config file
#
-# $NetBSD: GENERIC,v 1.54.2.6 2001/05/01 15:48:46 he Exp $
+# $NetBSD: GENERIC,v 1.54.2.7 2001/05/06 14:04:39 he Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
-#ident "GENERIC-$Revision: 1.54.2.6 $"
+#ident "GENERIC-$Revision: 1.54.2.7 $"
maxusers 8
@@ -332,4 +332,6 @@
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
+
+## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
+pseudo-device vlan
Home |
Main Index |
Thread Index |
Old Index