Add support for AdvanSys Ultra Wide boards

This commit is contained in:
dante 1998-09-26 16:38:43 +00:00
parent bdecb86492
commit d208510692
2 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.185 1998/09/22 01:16:48 mycroft Exp $
# $NetBSD: GENERIC,v 1.186 1998/09/26 16:38:43 dante Exp $
#
# GENERIC -- everything that's currently supported
#
@ -250,7 +250,8 @@ lpt2 at isa? port 0x3bc
# SCSI Controllers and Devices
# PCI SCSI controllers
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], ULTRA SCSI
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
adw* at pci? dev ? function ? # AdvanSys 9xxUW 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 @@ wds1 at isa? port 0x358 irq 11 drq 5
# SCSI bus support
scsibus* at adv?
scsibus* at adw?
scsibus* at aha?
scsibus* at ahb?
scsibus* at ahc?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.96 1998/08/31 17:58:50 thorpej Exp $
# $NetBSD: INSTALL,v 1.97 1998/09/26 16:38:43 dante Exp $
#
# INSTALL - Installation kernel.
#
@ -253,7 +253,8 @@ com2 at isa? port 0x3e8 irq 5
# SCSI Controllers and Devices
# PCI SCSI controllers
adv* at pci? dev ? function ? # AdvanSys 1200A[B], ULTRA SCSI
adv* at pci? dev ? function ? # AdvanSys 1200A[B], 9xx[U,UA] SCSI
adw* at pci? dev ? function ? # AdvanSys 9xxUW 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 @@ wds1 at isa? port 0x358 irq 11 drq 5
# SCSI bus support
scsibus* at adv?
scsibus* at adw?
scsibus* at aha?
scsibus* at ahb?
scsibus* at ahc?