Move puc, ahcisata, nfe, svwsata from INSTALL to INSTALL_LARGE to help fit
INSTALL to a 2.88 MB floppy image. Suggested by Manuel Bouyer.
This commit is contained in:
parent
839b86dc5e
commit
e09c8c416e
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.306 2007/03/14 12:27:23 drochner Exp $
|
||||
# $NetBSD: INSTALL,v 1.307 2007/05/28 21:45:29 pavel Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -218,7 +218,7 @@ pceb* at pci? dev ? function ? # PCI-EISA bridges
|
||||
pcib* at pci? dev ? function ? # PCI-ISA bridges
|
||||
ppb* at pci? dev ? function ? # PCI-PCI bridges
|
||||
# XXX 'puc's aren't really bridges, but there's no better place for them here
|
||||
puc* at pci? dev ? function ? # PCI "universal" comm. cards
|
||||
#puc* at pci? dev ? function ? # PCI "universal" comm. cards
|
||||
|
||||
# EISA bus support
|
||||
eisa0 at mainbus?
|
||||
@ -284,7 +284,7 @@ wskbd* at pckbd? console ?
|
||||
# Serial Devices
|
||||
|
||||
# PCI serial interfaces
|
||||
com* at puc? port ? # 16x50s on "universal" comm boards
|
||||
#com* at puc? port ? # 16x50s on "universal" comm boards
|
||||
#cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards
|
||||
|
||||
# ISA Plug-and-Play serial interfaces
|
||||
@ -421,7 +421,7 @@ icpsp* at icp? unit ? # SCSI pass-through
|
||||
pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
|
||||
acardide* at pci? dev ? function ? # Acard IDE controllers
|
||||
aceride* at pci? dev ? function ? # Acer Lab IDE controllers
|
||||
ahcisata* at pci? dev ? function ? # AHCI SATA controllers
|
||||
#ahcisata* at pci? dev ? function ? # AHCI SATA controllers
|
||||
artsata* at pci? dev ? function ? # Intel i31244 SATA controller
|
||||
cmdide* at pci? dev ? function ? # CMD tech IDE controllers
|
||||
cypide* at pci? dev ? function ? # Cypress IDE controllers
|
||||
@ -437,7 +437,7 @@ rccide* at pci? dev ? function ? # ServerWorks IDE controllers
|
||||
satalink* at pci? dev ? function ? # SiI SATALink controllers
|
||||
siside* at pci? dev ? function ? # SiS IDE controllers
|
||||
slide* at pci? dev ? function ? # Symphony Labs IDE controllers
|
||||
svwsata* at pci? dev ? function ? # ServerWorks SATA controllers
|
||||
#svwsata* at pci? dev ? function ? # ServerWorks SATA controllers
|
||||
viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
|
||||
stpcide* at pci? dev ? function ? # STMicro STPC IDE controllers
|
||||
|
||||
@ -530,7 +530,7 @@ mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet
|
||||
msk* at mskc? # Marvell Yukon 2 Gigabit Ethernet
|
||||
mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet
|
||||
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
||||
nfe* at pci? dev ? function ? # NVIDIA nForce Ethernet
|
||||
#nfe* at pci? dev ? function ? # NVIDIA nForce Ethernet
|
||||
#ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
|
||||
pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
|
||||
re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_LARGE,v 1.3 2007/05/19 18:49:38 pavel Exp $
|
||||
# $NetBSD: INSTALL_LARGE,v 1.4 2007/05/28 21:45:29 pavel Exp $
|
||||
#
|
||||
# INSTALL_LARGE -- INSTALL suitable for modern machines
|
||||
#
|
||||
@ -16,8 +16,15 @@ ioapic* at mainbus?
|
||||
bnx* at pci? dev ? function ? # Broadcom NetXtremeII gigabit Ethernet
|
||||
txp* at pci? dev ? function ? # 3com 3cr990
|
||||
vge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet
|
||||
nfe* at pci? dev ? function ? # NVIDIA nForce Ethernet
|
||||
jmide* at pci? dev ? function ? # JMicron PCI-e PATA/SATA controllers
|
||||
ahcisata* at jmide?
|
||||
ahcisata* at pci? dev ? function ? # AHCI SATA controllers
|
||||
svwsata* at pci? dev ? function ? # ServerWorks SATA controllers
|
||||
|
||||
puc* at pci? dev ? function ? # PCI "universal" comm. cards
|
||||
com* at puc? port ? # 16x50s on "universal" comm boards
|
||||
|
||||
|
||||
# CardBus bridge support
|
||||
cbb* at pci? dev ? function ?
|
||||
|
Loading…
Reference in New Issue
Block a user