Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amigappc/conf Include new bppcsc(4) driver from amiga.



details:   https://anonhg.NetBSD.org/src/rev/bb9c6e5529d2
branches:  trunk
changeset: 760855:bb9c6e5529d2
user:      phx <phx%NetBSD.org@localhost>
date:      Fri Jan 14 12:54:39 2011 +0000

description:
Include new bppcsc(4) driver from amiga.

diffstat:

 sys/arch/amigappc/conf/GENERIC        |  6 ++++--
 sys/arch/amigappc/conf/NULL           |  6 ++++--
 sys/arch/amigappc/conf/files.amigappc |  7 ++++++-
 3 files changed, 14 insertions(+), 5 deletions(-)

diffs (75 lines):

diff -r 683650ee99dc -r bb9c6e5529d2 sys/arch/amigappc/conf/GENERIC
--- a/sys/arch/amigappc/conf/GENERIC    Fri Jan 14 11:14:02 2011 +0000
+++ b/sys/arch/amigappc/conf/GENERIC    Fri Jan 14 12:54:39 2011 +0000
@@ -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
diff -r 683650ee99dc -r bb9c6e5529d2 sys/arch/amigappc/conf/NULL
--- a/sys/arch/amigappc/conf/NULL       Fri Jan 14 11:14:02 2011 +0000
+++ b/sys/arch/amigappc/conf/NULL       Fri Jan 14 12:54:39 2011 +0000
@@ -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
diff -r 683650ee99dc -r bb9c6e5529d2 sys/arch/amigappc/conf/files.amigappc
--- a/sys/arch/amigappc/conf/files.amigappc     Fri Jan 14 11:14:02 2011 +0000
+++ b/sys/arch/amigappc/conf/files.amigappc     Fri Jan 14 12:54:39 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index