linux/drivers/pci
Tejun Heo 7728098967 ahci/pata_jmicron: fix JMicron quirk
For all JMicrons except for 361 and 368, AHCI mode enable bits in the
Control(1) should be set.  This used to be done in both ahci and
pata_jmicron but while moving programming to PCI quirk, it was removed
from ahci part while still left in pata_jmicron.

The implemented JMicron PCI quirk was incorrect in that it didn't
program AHCI mode enable bits.  If pata_jmicron is loaded first and
programs those bits, the ahci ports work; otherwise, ahci device
detection fails miserably.

This patch makes JMicron PCI quirk clear SATA IDE mode bits and set
AHCI mode bits and remove the respective part from pata_jmicron.
Tested on JMB361, 363 and 368.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-02-02 11:52:05 -05:00
..
hotplug
pcie
.gitignore
Kconfig [PATCH] PCI: disable PCI_MULTITHREAD_PROBE 2007-01-05 12:33:05 -08:00
Makefile
access.c
bus.c
hotplug.c
htirq.c
msi.c
msi.h
pci-acpi.c
pci-driver.c PCI: fix pci-driver kernel-doc 2007-01-22 12:00:54 -08:00
pci-sysfs.c
pci.c [PATCH] increment pos before looking for the next cap in __pci_find_next_ht_cap 2007-01-11 18:18:20 -08:00
pci.h
probe.c [PATCH] pci/probe: fix macro that confuses kernel-doc 2006-12-30 10:55:55 -08:00
proc.c
quirks.c ahci/pata_jmicron: fix JMicron quirk 2007-02-02 11:52:05 -05:00
remove.c
rom.c
search.c [PATCH] pci: remove warning messages 2007-02-01 16:22:41 -08:00
setup-bus.c
setup-irq.c
setup-res.c
syscall.c