diff options
author | Tejun Heo <htejun@gmail.com> | 2007-10-23 02:27:31 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-23 21:20:02 -0400 |
commit | 3a9e3a51dd47bd9e2fd6bcf3c893eb5729c6f1ee (patch) | |
tree | ca3d801c4723f254c7ae398fc85cc8f1395173e9 | |
parent | 0c173174d0e8267b1100442f4df119ab6d52821c (diff) |
jmicron: update quirk for JMB361/3/5/6
Set bits 0, 4, 5 and 7 of PCI configuration register 0x40 in the
quirk. This has the following effects and is recommended by the
vendor.
* Force enable of IDE channels (used to be left alone as BIOS
configured)
* Change initial phase behavior of PIO cycle such that the host pulls
down the bus instead of tristating it. Vendor recommends this
setting.
The above settings are better for the current generation of
controllers and needed for the upcoming next generation.
Tested on JMB363.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Ethan Hsiao <ethanhsiao@jmicron.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r-- | drivers/pci/quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 59d4da2734c1..d0bb5b9d2120 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -1230,7 +1230,7 @@ static void quirk_jmicron_ata(struct pci_dev *pdev) | |||
1230 | case PCI_DEVICE_ID_JMICRON_JMB363: | 1230 | case PCI_DEVICE_ID_JMICRON_JMB363: |
1231 | /* Enable dual function mode, AHCI on fn 0, IDE fn1 */ | 1231 | /* Enable dual function mode, AHCI on fn 0, IDE fn1 */ |
1232 | /* Set the class codes correctly and then direct IDE 0 */ | 1232 | /* Set the class codes correctly and then direct IDE 0 */ |
1233 | conf1 |= 0x00C2A102; /* Set 1, 8, 13, 15, 17, 22, 23 */ | 1233 | conf1 |= 0x00C2A1B3; /* Set 0, 1, 4, 5, 7, 8, 13, 15, 17, 22, 23 */ |
1234 | break; | 1234 | break; |
1235 | 1235 | ||
1236 | case PCI_DEVICE_ID_JMICRON_JMB368: | 1236 | case PCI_DEVICE_ID_JMICRON_JMB368: |