The Netwinder can only have a Symphony IDE chip on it, so remove all the
others (leave the generic "pciide" there, but commented out).
This commit is contained in:
parent
9e321b3a18
commit
a291e39668
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.41 2003/12/13 23:13:41 thorpej Exp $
|
||||
# $NetBSD: GENERIC,v 1.42 2003/12/13 23:26:04 thorpej Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -190,19 +190,8 @@ isa* at pcib?
|
|||
# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
|
||||
# how to set up DMA modes for this chip. This may work, or may cause
|
||||
# a machine hang with some controllers.
|
||||
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
|
||||
cmdide* at pci? dev ? function ? # CMD tech IDE controllers
|
||||
cypide* at pci? dev ? function ? # Cypress IDE controllers
|
||||
hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
|
||||
optiide* at pci? dev ? function ? # Opti IDE controllers
|
||||
piixide* at pci? dev ? function ? # Intel IDE controllers
|
||||
pdcide* at pci? dev ? function ? # Promise IDE controllers
|
||||
satalink* at pci? dev ? function ? # SiI SATALink controllers
|
||||
siside* at pci? dev ? function ? # SiS IDE controllers
|
||||
#pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
|
||||
slide* at pci? dev ? function ? # Symphony Labs IDE controllers
|
||||
viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
|
||||
|
||||
# ATA (IDE) bus support
|
||||
atabus* at ata?
|
||||
|
|
Loading…
Reference in New Issue