libata/IDE: remove combined mode quirk
authorJeff Garzik <jeff@garzik.org>
Fri, 9 Mar 2007 15:54:42 +0000 (10:54 -0500)
committerJeff Garzik <jeff@garzik.org>
Sat, 28 Apr 2007 18:15:59 +0000 (14:15 -0400)
commit8cdfb29c0cd8018f92214c11c631d8926f4cb032
treed4a74d25c301e4c045ca21c45dbcbeadde234548
parente424675f152572d8d2365e351b90bfd81686a150
libata/IDE: remove combined mode quirk

Both old-IDE and libata should be able handle all controllers and
devices found using normal resource reservation methods.

This eliminates the awful, low-performing split-driver configuration
where old-IDE drove the PATA portion of a PCI device, in PIO-only mode,
and libata drove the SATA portion of the /same/ PCI device, in DMA mode.
Typically vendors would ship SATA hard drive / PATA optical
configuration, which would lend itself to slow (PIO-only) CD-ROM
performance.

For Intel users running in combined mode, it is now wholly dependent on
your driver choice (potentially link order, if you compile both drivers
in) whether old-IDE or libata will drive your hardware.

In either case, you will get full performance from both SATA and PATA
ports now, without having to pass a kernel command line parameter.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
arch/i386/defconfig
arch/parisc/configs/c3000_defconfig
arch/x86_64/defconfig
drivers/ata/Kconfig
drivers/ata/libata-sff.c
drivers/pci/quirks.c
include/linux/ioport.h
kernel/resource.c