Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/conf regen configs



details:   https://anonhg.NetBSD.org/src/rev/5cacb04b8e06
branches:  trunk
changeset: 779280:5cacb04b8e06
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Tue May 15 17:39:50 2012 +0000

description:
regen configs

diffstat:

 sys/arch/amiga/conf/DRACO   |  13 +++++++++----
 sys/arch/amiga/conf/GENERIC |  17 +++++++++++------
 sys/arch/amiga/conf/INSTALL |  13 +++++++++----
 3 files changed, 29 insertions(+), 14 deletions(-)

diffs (137 lines):

diff -r acaf3eb9d66c -r 5cacb04b8e06 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Tue May 15 17:35:43 2012 +0000
+++ b/sys/arch/amiga/conf/DRACO Tue May 15 17:39:50 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.156 2012/04/17 10:06:32 rkujawa Exp $
+# $NetBSD: DRACO,v 1.157 2012/05/15 17:39:50 rkujawa Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.98 2012/04/17 09:59:03 rkujawa Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.99 2012/05/15 17:35:44 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.156 $"
+#ident                 "GENERIC-$Revision: 1.157 $"
 
 
 maxusers       8
@@ -297,11 +297,16 @@
 
 # Ethernet cards:
 le*            at zbus0                # A2065, Ameristar, Ariadne
-ne*            at zbus0                # AriadneII, X-surf
+ne*            at zbus0                # AriadneII
 ed*            at zbus0                # Hydra, ASDG LanRover
 es*            at zbus0                # CEI A4066 EthernetPLUS
 qn*            at zbus0                # Quicknet
 
+xsurf*         at zbus0                # X-Surf
+ne*            at xsurfbus?            # NE2000 chip on X-Surf
+gencp*         at xsurfbus?            # clockports on X-Surf
+clockport*     at gencp?
+
 # Arcnet
 bah*           at zbus0                # C=/Ameristar A2060 / 560
 
diff -r acaf3eb9d66c -r 5cacb04b8e06 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Tue May 15 17:35:43 2012 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Tue May 15 17:39:50 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.286 2012/04/17 10:06:32 rkujawa Exp $
+# $NetBSD: GENERIC,v 1.287 2012/05/15 17:39:50 rkujawa Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.98 2012/04/17 09:59:03 rkujawa Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.99 2012/05/15 17:35:44 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.286 $"
+#ident                 "GENERIC-$Revision: 1.287 $"
 
 
 maxusers       8
@@ -347,8 +347,8 @@
 aucc*          at mainbus0             # Amiga CC audio
 audio*         at aucc?
 
-#a1k2cp0         at mainbus0             # A1200 on-board clockport
-#clockport*      at a1k2cp0
+a1k2cp0         at mainbus0             # A1200 on-board clockport
+clockport*      at a1k2cp0
 
 #com*            at clockport?           # Individual Computers SilverSurfer
 
@@ -376,11 +376,16 @@
 
 # Ethernet cards:
 le*            at zbus0                # A2065, Ameristar, Ariadne
-ne*            at zbus0                # AriadneII, X-surf
+ne*            at zbus0                # AriadneII
 ed*            at zbus0                # Hydra, ASDG LanRover
 es*            at zbus0                # CEI A4066 EthernetPLUS
 qn*            at zbus0                # Quicknet
 
+xsurf*         at zbus0                # X-Surf
+ne*            at xsurfbus?            # NE2000 chip on X-Surf
+gencp*         at xsurfbus?            # clockports on X-Surf
+clockport*     at gencp?
+
 # Arcnet
 bah*           at zbus0                # C=/Ameristar A2060 / 560
 
diff -r acaf3eb9d66c -r 5cacb04b8e06 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Tue May 15 17:35:43 2012 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Tue May 15 17:39:50 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.107 2012/04/17 10:06:32 rkujawa Exp $
+# $NetBSD: INSTALL,v 1.108 2012/05/15 17:39:50 rkujawa Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.98 2012/04/17 09:59:03 rkujawa Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.99 2012/05/15 17:35:44 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.107 $"
+#ident                 "GENERIC-$Revision: 1.108 $"
 
 makeoptions    COPTS="-Os"
 
@@ -318,11 +318,16 @@
 
 # Ethernet cards:
 le*            at zbus0                # A2065, Ameristar, Ariadne
-ne*            at zbus0                # AriadneII, X-surf
+ne*            at zbus0                # AriadneII
 ed*            at zbus0                # Hydra, ASDG LanRover
 es*            at zbus0                # CEI A4066 EthernetPLUS
 qn*            at zbus0                # Quicknet
 
+xsurf*         at zbus0                # X-Surf
+ne*            at xsurfbus?            # NE2000 chip on X-Surf
+gencp*         at xsurfbus?            # clockports on X-Surf
+clockport*     at gencp?
+
 # Arcnet
 bah*           at zbus0                # C=/Ameristar A2060 / 560
 



Home | Main Index | Thread Index | Old Index