Add iha(4), which works as well on my 7248.
This commit is contained in:
parent
1880c09133
commit
12e908657b
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.21 2001/06/20 14:37:46 nonaka Exp $
|
||||
# $NetBSD: GENERIC,v 1.22 2001/06/23 03:09:20 tsutsui Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/prep/conf/std.prep"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.21 $"
|
||||
#ident "GENERIC-$Revision: 1.22 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -204,6 +204,7 @@ lpt0 at isa? port 0x3bc irq 7 # standard PC parallel ports
|
|||
# SCSI Controllers and Devices
|
||||
|
||||
# PCI SCSI controllers
|
||||
iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
|
||||
pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
|
||||
siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
|
||||
|
||||
|
@ -212,6 +213,7 @@ aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
|
|||
|
||||
# SCSI bus support
|
||||
scsibus* at aic?
|
||||
scsibus* at iha?
|
||||
scsibus* at pcscp?
|
||||
scsibus* at siop?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.3 2001/06/20 14:37:47 nonaka Exp $
|
||||
# $NetBSD: INSTALL,v 1.4 2001/06/23 03:09:20 tsutsui Exp $
|
||||
#
|
||||
# INSTALL -- Installation kernel
|
||||
#
|
||||
|
@ -107,6 +107,7 @@ lpt0 at isa? port 0x3bc irq 7 # standard PC parallel ports
|
|||
# SCSI Controllers and Devices
|
||||
|
||||
# PCI SCSI controllers
|
||||
iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
|
||||
pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
|
||||
siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
|
||||
|
||||
|
@ -115,6 +116,7 @@ aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
|
|||
|
||||
# SCSI bus support
|
||||
scsibus* at aic?
|
||||
scsibus* at iha?
|
||||
scsibus* at pcscp?
|
||||
scsibus* at siop?
|
||||
|
||||
|
|
Loading…
Reference in New Issue