The Blizzard-IV SCSI driver is now separate from the Blizzard-II.

This commit is contained in:
mhitch 1997-10-10 04:56:09 +00:00
parent 06ff9502c2
commit 76b5a9517f
2 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.89 1997/10/04 04:02:05 mhitch Exp $
# $NetBSD: GENERIC,v 1.90 1997/10/10 04:56:09 mhitch Exp $
#
# GENERIC AMIGA
@ -230,7 +230,8 @@ wesc0 at zbus0 # Warp Engine scsi
afsc0 at zbus0 # A4091 scsi
aftsc0 at mainbus0 # A4000T scsi
flsc0 at zbus0 # FastlaneZ3 scsi
bzsc0 at zbus0 # Blizzard 1230 I,II, IV scsi
bzsc0 at zbus0 # Blizzard 1230 I,II scsi
bzivsc0 at zbus0 # Blizzard 12x0 IV scsi
bztzsc0 at zbus0 # Blizzard 2060 scsi
cbsc0 at zbus0 # CyberSCSI I
cbiisc0 at zbus0 # CyberSCSI II
@ -252,6 +253,7 @@ scsibus* at afsc0
scsibus* at aftsc0
scsibus* at flsc0
scsibus* at bzsc0
scsibus* at bzivsc0
scsibus* at bztzsc0
scsibus* at cbsc0
scsibus* at cbiisc0

View File

@ -1,4 +1,4 @@
# $NetBSD: files.amiga,v 1.65 1997/10/04 04:02:03 mhitch Exp $
# $NetBSD: files.amiga,v 1.66 1997/10/10 04:56:12 mhitch Exp $
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
@ -278,11 +278,16 @@ device flsc: scsi, ncr53c9x
attach flsc at zbus
file arch/amiga/dev/flsc.c flsc needs-flag
# Blizzard12x0-I,II and IV
# Blizzard1230-I,II
device bzsc: scsi, ncr53c9x
attach bzsc at zbus
file arch/amiga/dev/bzsc.c bzsc needs-flag
# Blizzard12x0-IV
device bzivsc: scsi, ncr53c9x
attach bzivsc at zbus
file arch/amiga/dev/bzivsc.c bzivsc needs-flag
# Blizzard2060 scsi
device bztzsc: scsi, ncr53c9x
attach bztzsc at zbus