diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/quirks.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 17e709e7d72a..def78a2a7c15 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -1210,7 +1210,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_962, quirk_sis_96x_ | |||
1210 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_963, quirk_sis_96x_smbus ); | 1210 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_963, quirk_sis_96x_smbus ); |
1211 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_LPC, quirk_sis_96x_smbus ); | 1211 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_LPC, quirk_sis_96x_smbus ); |
1212 | 1212 | ||
1213 | #if defined(CONFIG_SCSI_SATA) || defined(CONFIG_SCSI_SATA_MODULE) | 1213 | #if defined(CONFIG_ATA) || defined(CONFIG_ATA_MODULE) |
1214 | 1214 | ||
1215 | /* | 1215 | /* |
1216 | * If we are using libata we can drive this chip properly but must | 1216 | * If we are using libata we can drive this chip properly but must |
@@ -1300,7 +1300,7 @@ static int __init combined_setup(char *str) | |||
1300 | } | 1300 | } |
1301 | __setup("combined_mode=", combined_setup); | 1301 | __setup("combined_mode=", combined_setup); |
1302 | 1302 | ||
1303 | #ifdef CONFIG_SCSI_SATA_INTEL_COMBINED | 1303 | #ifdef CONFIG_SATA_INTEL_COMBINED |
1304 | static void __devinit quirk_intel_ide_combined(struct pci_dev *pdev) | 1304 | static void __devinit quirk_intel_ide_combined(struct pci_dev *pdev) |
1305 | { | 1305 | { |
1306 | u8 prog, comb, tmp; | 1306 | u8 prog, comb, tmp; |
@@ -1393,7 +1393,7 @@ static void __devinit quirk_intel_ide_combined(struct pci_dev *pdev) | |||
1393 | request_region(0x170, 8, "libata"); /* port 1 */ | 1393 | request_region(0x170, 8, "libata"); /* port 1 */ |
1394 | } | 1394 | } |
1395 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, PCI_ANY_ID, quirk_intel_ide_combined ); | 1395 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, PCI_ANY_ID, quirk_intel_ide_combined ); |
1396 | #endif /* CONFIG_SCSI_SATA_INTEL_COMBINED */ | 1396 | #endif /* CONFIG_SATA_INTEL_COMBINED */ |
1397 | 1397 | ||
1398 | 1398 | ||
1399 | int pcie_mch_quirk; | 1399 | int pcie_mch_quirk; |