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 regen



details:   https://anonhg.NetBSD.org/src/rev/e9c162f1ee0f
branches:  netbsd-1-5
changeset: 490499:e9c162f1ee0f
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Thu Jan 25 17:04:13 2001 +0000

description:
regen

diffstat:

 sys/arch/amiga/conf/AMIGA   |  12 ++++++------
 sys/arch/amiga/conf/DRACO   |  12 ++++++------
 sys/arch/amiga/conf/INSTALL |  10 +++++-----
 3 files changed, 17 insertions(+), 17 deletions(-)

diffs (135 lines):

diff -r 3d0ee326b637 -r e9c162f1ee0f sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Thu Jan 25 16:40:57 2001 +0000
+++ b/sys/arch/amiga/conf/AMIGA Thu Jan 25 17:04:13 2001 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: AMIGA,v 1.28.2.1 2000/07/06 14:11:57 sommerfeld Exp $
+# $NetBSD: AMIGA,v 1.28.2.2 2001/01/25 17:04:13 jhawk Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
 # Created from: 
-#$ NetBSD: GENERIC,v 1.143.2.2 2000/07/06 14:10:33 sommerfeld Exp $
+#$ NetBSD: GENERIC,v 1.143.2.5 2001/01/25 16:40:57 jhawk Exp $
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.28.2.1 $"
+#ident                 "GENERIC-$Revision: 1.28.2.2 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -263,7 +263,7 @@
 
 #Ethernet cards:
 le*            at zbus0                # A2065, Ameristar, Ariadne
-ne*            at zbus0                # AriadneII
+ne*            at zbus0                # AriadneII, X-surf
 ed*            at zbus0                # Hydra, ASDG LanRover
 es*            at zbus0                # CEI A4066 EthernetPLUS
 qn*            at zbus0                # Quicknet
@@ -363,7 +363,7 @@
 #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 
 pseudo-device  view            4       # views (needed for grfcc)
-pseudo-device  pty             16      # pseudo ptys
+pseudo-device  pty             64      # pseudo-terminals
 
 pseudo-device  vnd             4       # vnode pseudo-disks
 pseudo-device  ccd             4       # concatenated disk devices
@@ -371,7 +371,7 @@
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
 
 #rnd is EXPERIMENTAL at this point.
-#pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options        RND_COM                 # use "com" randomness as well (BROKEN)
 
 config netbsd root on ? type ?
diff -r 3d0ee326b637 -r e9c162f1ee0f sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Thu Jan 25 16:40:57 2001 +0000
+++ b/sys/arch/amiga/conf/DRACO Thu Jan 25 17:04:13 2001 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: DRACO,v 1.46.2.1 2000/07/06 14:11:57 sommerfeld Exp $
+# $NetBSD: DRACO,v 1.46.2.2 2001/01/25 17:04:14 jhawk Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
 # Created from: 
-#$ NetBSD: GENERIC,v 1.143.2.2 2000/07/06 14:10:33 sommerfeld Exp $
+#$ NetBSD: GENERIC,v 1.143.2.5 2001/01/25 16:40:57 jhawk Exp $
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.46.2.1 $"
+#ident                 "GENERIC-$Revision: 1.46.2.2 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -201,7 +201,7 @@
 
 #Ethernet cards:
 le*            at zbus0                # A2065, Ameristar, Ariadne
-ne*            at zbus0                # AriadneII
+ne*            at zbus0                # AriadneII, X-surf
 ed*            at zbus0                # Hydra, ASDG LanRover
 es*            at zbus0                # CEI A4066 EthernetPLUS
 qn*            at zbus0                # Quicknet
@@ -234,7 +234,7 @@
 #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 
 pseudo-device  view            4       # views (needed for grfcc)
-pseudo-device  pty             16      # pseudo ptys
+pseudo-device  pty             64      # pseudo-terminals
 
 pseudo-device  vnd             4       # vnode pseudo-disks
 pseudo-device  ccd             4       # concatenated disk devices
@@ -242,7 +242,7 @@
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
 
 #rnd is EXPERIMENTAL at this point.
-#pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options        RND_COM                 # use "com" randomness as well (BROKEN)
 
 config netbsd root on ? type ?
diff -r 3d0ee326b637 -r e9c162f1ee0f sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Thu Jan 25 16:40:57 2001 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Thu Jan 25 17:04:13 2001 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: INSTALL,v 1.4.2.2 2000/09/02 21:40:17 is Exp $
+# $NetBSD: INSTALL,v 1.4.2.3 2001/01/25 17:04:14 jhawk Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
 # Created from: 
-#$ NetBSD: GENERIC,v 1.143.2.3 2000/08/11 20:18:00 mason Exp $
+#$ NetBSD: GENERIC,v 1.143.2.5 2001/01/25 16:40:57 jhawk Exp $
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.4.2.2 $"
+#ident                 "GENERIC-$Revision: 1.4.2.3 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -221,7 +221,7 @@
 
 #Ethernet cards:
 le*            at zbus0                # A2065, Ameristar, Ariadne
-ne*            at zbus0                # AriadneII
+ne*            at zbus0                # AriadneII, X-surf
 ed*            at zbus0                # Hydra, ASDG LanRover
 es*            at zbus0                # CEI A4066 EthernetPLUS
 qn*            at zbus0                # Quicknet
@@ -329,7 +329,7 @@
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
 
 #rnd is EXPERIMENTAL at this point.
-#pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options        RND_COM                 # use "com" randomness as well (BROKEN)
 
 config netbsd root on ? type ?



Home | Main Index | Thread Index | Old Index