diff --git a/[refs] b/[refs] index 454b022c3ad9..4efa5f0bf8e3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0c173174d0e8267b1100442f4df119ab6d52821c +refs/heads/master: 3a9e3a51dd47bd9e2fd6bcf3c893eb5729c6f1ee diff --git a/trunk/drivers/pci/quirks.c b/trunk/drivers/pci/quirks.c index 59d4da2734c1..d0bb5b9d2120 100644 --- a/trunk/drivers/pci/quirks.c +++ b/trunk/drivers/pci/quirks.c @@ -1230,7 +1230,7 @@ static void quirk_jmicron_ata(struct pci_dev *pdev) case PCI_DEVICE_ID_JMICRON_JMB363: /* Enable dual function mode, AHCI on fn 0, IDE fn1 */ /* Set the class codes correctly and then direct IDE 0 */ - conf1 |= 0x00C2A102; /* Set 1, 8, 13, 15, 17, 22, 23 */ + conf1 |= 0x00C2A1B3; /* Set 0, 1, 4, 5, 7, 8, 13, 15, 17, 22, 23 */ break; case PCI_DEVICE_ID_JMICRON_JMB368: