Move isp* from INSTALL to INSTALL_LARGE; isp is gigantic enough that it
makes a noticable impact in the size of the kernel. (build release now works again.)
This commit is contained in:
parent
91d658881f
commit
9ab52b1142
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.309 2007/05/29 21:37:08 christos Exp $
|
||||
# $NetBSD: INSTALL,v 1.310 2007/06/03 03:39:53 dogcow Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -340,7 +340,6 @@ ahd* at pci? dev ? function ? # Adaptec 29320, 39320 (aic790x) SCSI
|
|||
bha* at pci? dev ? function ? # BusLogic 9xx SCSI
|
||||
dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
|
||||
iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
|
||||
isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
|
||||
mfi* at pci? dev ? function ? # LSI MegaRAID SAS
|
||||
mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID
|
||||
mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_LARGE,v 1.5 2007/05/28 21:55:15 pavel Exp $
|
||||
# $NetBSD: INSTALL_LARGE,v 1.6 2007/06/03 03:39:53 dogcow Exp $
|
||||
#
|
||||
# INSTALL_LARGE -- INSTALL suitable for modern machines
|
||||
#
|
||||
|
@ -22,6 +22,7 @@ ahcisata* at jmide?
|
|||
ahcisata* at pci? dev ? function ? # AHCI SATA controllers
|
||||
ixpide* at pci? dev ? function ? # ATI IXP IDE controllers
|
||||
svwsata* at pci? dev ? function ? # ServerWorks SATA controllers
|
||||
isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
|
||||
|
||||
puc* at pci? dev ? function ? # PCI "universal" comm. cards
|
||||
com* at puc? port ? # 16x50s on "universal" comm boards
|
||||
|
|
Loading…
Reference in New Issue