Add AdvanSys SCSI controller

This commit is contained in:
dante 1998-08-26 14:27:44 +00:00
parent d93a0d81b0
commit df94d3f4f5
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.178 1998/08/26 13:37:49 augustss Exp $
# $NetBSD: GENERIC,v 1.179 1998/08/26 14:27:44 dante Exp $
#
# GENERIC -- everything that's currently supported
#
@ -252,6 +252,7 @@ lpt2 at isa? port 0x3bc
# SCSI Controllers and Devices
# PCI SCSI controllers
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], ULTRA SCSI
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
bha* at pci? dev ? function ? # BusLogic 9xx SCSI
isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
@ -283,6 +284,7 @@ wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers
wds1 at isa? port 0x358 irq 11 drq 5
# SCSI bus support
scsibus* at adv?
scsibus* at aha?
scsibus* at ahb?
scsibus* at ahc?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.94 1998/08/11 00:32:04 thorpej Exp $
# $NetBSD: INSTALL,v 1.95 1998/08/26 14:27:45 dante Exp $
#
# INSTALL - Installation kernel.
#
@ -255,6 +255,7 @@ com2 at isa? port 0x3e8 irq 5
# SCSI Controllers and Devices
# PCI SCSI controllers
adv* at pci? dev ? function ? # AdvanSys 1200A[B], ULTRA SCSI
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
bha* at pci? dev ? function ? # BusLogic 9xx SCSI
isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
@ -286,6 +287,7 @@ wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers
wds1 at isa? port 0x358 irq 11 drq 5
# SCSI bus support
scsibus* at adv?
scsibus* at aha?
scsibus* at ahb?
scsibus* at ahc?