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/amiga/conf Pull up regenerated files (requeste...
details: https://anonhg.NetBSD.org/src/rev/f8e18f12ef1b
branches: netbsd-1-5
changeset: 491550:f8e18f12ef1b
user: he <he%NetBSD.org@localhost>
date: Tue May 01 15:45:09 2001 +0000
description:
Pull up regenerated files (requested by he):
Add pseudo-device vlan.
Make sure "rnd is EXPERIMENTAL" comment is removed.
diffstat:
sys/arch/amiga/conf/AMIGA | 8 ++++----
sys/arch/amiga/conf/DRACO | 8 ++++----
sys/arch/amiga/conf/INSTALL | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
diffs (111 lines):
diff -r 95df6a2a1c37 -r f8e18f12ef1b sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Tue May 01 15:44:36 2001 +0000
+++ b/sys/arch/amiga/conf/AMIGA Tue May 01 15:45:09 2001 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: AMIGA,v 1.28.2.2 2001/01/25 17:04:13 jhawk Exp $
+# $NetBSD: AMIGA,v 1.28.2.3 2001/05/01 15:45:09 he Exp $
#
# This file was automatically created. Changes will be
# lost when running make in this directory.
#
# Created from:
-#$ NetBSD: GENERIC,v 1.143.2.5 2001/01/25 16:40:57 jhawk Exp $
+#$ NetBSD$
include "arch/amiga/conf/std.amiga"
-#ident "GENERIC-$Revision: 1.28.2.2 $"
+#ident "GENERIC-$Revision: 1.28.2.3 $"
maxusers 8
options RTC_OFFSET=0
@@ -361,6 +361,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
+pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device view 4 # views (needed for grfcc)
pseudo-device pty 64 # pseudo-terminals
@@ -370,7 +371,6 @@
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
-#rnd is EXPERIMENTAL at this point.
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well (BROKEN)
diff -r 95df6a2a1c37 -r f8e18f12ef1b sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Tue May 01 15:44:36 2001 +0000
+++ b/sys/arch/amiga/conf/DRACO Tue May 01 15:45:09 2001 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: DRACO,v 1.46.2.2 2001/01/25 17:04:14 jhawk Exp $
+# $NetBSD: DRACO,v 1.46.2.3 2001/05/01 15:45:09 he Exp $
#
# This file was automatically created. Changes will be
# lost when running make in this directory.
#
# Created from:
-#$ NetBSD: GENERIC,v 1.143.2.5 2001/01/25 16:40:57 jhawk Exp $
+#$ NetBSD$
include "arch/amiga/conf/std.amiga"
-#ident "GENERIC-$Revision: 1.46.2.2 $"
+#ident "GENERIC-$Revision: 1.46.2.3 $"
maxusers 8
options RTC_OFFSET=0
@@ -232,6 +232,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
+pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device view 4 # views (needed for grfcc)
pseudo-device pty 64 # pseudo-terminals
@@ -241,7 +242,6 @@
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
-#rnd is EXPERIMENTAL at this point.
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well (BROKEN)
diff -r 95df6a2a1c37 -r f8e18f12ef1b sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL Tue May 01 15:44:36 2001 +0000
+++ b/sys/arch/amiga/conf/INSTALL Tue May 01 15:45:09 2001 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: INSTALL,v 1.4.2.3 2001/01/25 17:04:14 jhawk Exp $
+# $NetBSD: INSTALL,v 1.4.2.4 2001/05/01 15:45:09 he Exp $
#
# This file was automatically created. Changes will be
# lost when running make in this directory.
#
# Created from:
-#$ NetBSD: GENERIC,v 1.143.2.5 2001/01/25 16:40:57 jhawk Exp $
+#$ NetBSD$
include "arch/amiga/conf/std.amiga"
-#ident "GENERIC-$Revision: 1.4.2.3 $"
+#ident "GENERIC-$Revision: 1.4.2.4 $"
maxusers 8
options RTC_OFFSET=0
@@ -319,6 +319,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
+pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device view 4 # views (needed for grfcc)
pseudo-device pty 64 # pseudo-terminals
@@ -328,7 +329,6 @@
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
-#rnd is EXPERIMENTAL at this point.
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well (BROKEN)
Home |
Main Index |
Thread Index |
Old Index