Module Name:    src
Committed By:   rkujawa
Date:           Tue May 15 17:39:51 UTC 2012

Modified Files:
        src/sys/arch/amiga/conf: DRACO GENERIC INSTALL

Log Message:
regen configs


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.286 -r1.287 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.107 -r1.108 src/sys/arch/amiga/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/conf/DRACO
diff -u src/sys/arch/amiga/conf/DRACO:1.156 src/sys/arch/amiga/conf/DRACO:1.157
--- src/sys/arch/amiga/conf/DRACO:1.156	Tue Apr 17 10:06:32 2012
+++ src/sys/arch/amiga/conf/DRACO	Tue May 15 17:39:50 2012
@@ -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 @@ include "arch/amiga/conf/std.amiga"
 
 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 @@ audio*		at toccata?
 
 # 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
 

Index: src/sys/arch/amiga/conf/GENERIC
diff -u src/sys/arch/amiga/conf/GENERIC:1.286 src/sys/arch/amiga/conf/GENERIC:1.287
--- src/sys/arch/amiga/conf/GENERIC:1.286	Tue Apr 17 10:06:32 2012
+++ src/sys/arch/amiga/conf/GENERIC	Tue May 15 17:39:50 2012
@@ -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 @@ include "arch/amiga/conf/std.amiga"
 
 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 @@ a2kbbc0 	at mainbus0		# A2000 battery ba
 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 @@ audio*		at toccata?
 
 # 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
 

Index: src/sys/arch/amiga/conf/INSTALL
diff -u src/sys/arch/amiga/conf/INSTALL:1.107 src/sys/arch/amiga/conf/INSTALL:1.108
--- src/sys/arch/amiga/conf/INSTALL:1.107	Tue Apr 17 10:06:32 2012
+++ src/sys/arch/amiga/conf/INSTALL	Tue May 15 17:39:50 2012
@@ -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 @@ include "arch/amiga/conf/std.amiga"
 
 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 @@ lpt0		at drsupio? port ?	# DraCo paralle
 
 # 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
 

Reply via email to