Module Name:    src
Committed By:   phx
Date:           Fri Jan 14 12:54:39 UTC 2011

Modified Files:
        src/sys/arch/amigappc/conf: GENERIC NULL files.amigappc

Log Message:
Include new bppcsc(4) driver from amiga.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amigappc/conf/GENERIC
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/amigappc/conf/NULL
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amigappc/conf/files.amigappc

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/amigappc/conf/GENERIC
diff -u src/sys/arch/amigappc/conf/GENERIC:1.5 src/sys/arch/amigappc/conf/GENERIC:1.6
--- src/sys/arch/amigappc/conf/GENERIC:1.5	Sat May  8 22:16:25 2010
+++ src/sys/arch/amigappc/conf/GENERIC	Fri Jan 14 12:54:39 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.5 2010/05/08 22:16:25 mrg Exp $
+# $NetBSD: GENERIC,v 1.6 2011/01/14 12:54:39 phx Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident          "GENERIC-$Revision: 1.5 $"
+#ident          "GENERIC-$Revision: 1.6 $"
 
 maxusers	8
 
@@ -315,6 +315,8 @@
 scsibus*	at mgnsc0
 wesc0		at zbus0		# Warp Engine scsi
 scsibus*	at wesc0
+bppcsc0		at zbus0		# BlizzardPPC 603e+ scsi
+scsibus*	at bppcsc0
 afsc0		at zbus0		# A4091 scsi
 scsibus*	at afsc0
 aftsc0		at mainbus0		# A4000T scsi

Index: src/sys/arch/amigappc/conf/NULL
diff -u src/sys/arch/amigappc/conf/NULL:1.28 src/sys/arch/amigappc/conf/NULL:1.29
--- src/sys/arch/amigappc/conf/NULL:1.28	Fri Apr 16 13:48:29 2010
+++ src/sys/arch/amigappc/conf/NULL	Fri Jan 14 12:54:39 2011
@@ -1,4 +1,4 @@
-# $NetBSD: NULL,v 1.28 2010/04/16 13:48:29 pooka Exp $
+# $NetBSD: NULL,v 1.29 2011/01/14 12:54:39 phx Exp $
 #
 # NULL machine description file
 # 
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident          "GENERIC-$Revision: 1.28 $"
+#ident          "GENERIC-$Revision: 1.29 $"
 
 maxusers	8
 
@@ -301,6 +301,8 @@
 #scsibus*	at mgnsc0
 #wesc0		at zbus0		# Warp Engine scsi
 #scsibus*	at wesc0
+#bppcsc0 	at zbus0		# BlizzardPPC 603e+ scsi
+#scsibus*	at bppcsc0
 #afsc0		at zbus0		# A4091 scsi
 #scsibus*	at afsc0
 #aftsc0		at mainbus0		# A4000T scsi

Index: src/sys/arch/amigappc/conf/files.amigappc
diff -u src/sys/arch/amigappc/conf/files.amigappc:1.23 src/sys/arch/amigappc/conf/files.amigappc:1.24
--- src/sys/arch/amigappc/conf/files.amigappc:1.23	Mon Oct 18 22:00:47 2010
+++ src/sys/arch/amigappc/conf/files.amigappc	Fri Jan 14 12:54:39 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.amigappc,v 1.23 2010/10/18 22:00:47 phx Exp $
+#	$NetBSD: files.amigappc,v 1.24 2011/01/14 12:54:39 phx Exp $
 
 # maxpartitions must be first item in files.${ARCH}.newconf
 maxpartitions 16			# NOTE THAT AMIGA IS SPECIAL!
@@ -354,6 +354,11 @@
 attach	wesc at zbus
 file	arch/amiga/dev/wesc.c		wesc needs-flag
 
+# Phase5 Blizzard 603e+ SCSI
+device	bppcsc: scsi, asiop
+attach	bppcsc at zbus
+file	arch/amiga/dev/bppcsc.c		bppcsc needs-flag
+
 # C= A4091 & A4000T
 device	afsc: scsi, asiop
 attach	afsc at zbus

Reply via email to