diff options
author | Tejun Heo <htejun@gmail.com> | 2006-08-18 14:54:39 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-08-19 17:50:18 -0400 |
commit | 7796705244d1f04053acf24bee7eb2983f9cfeaf (patch) | |
tree | b6d9dc2986a22bd3fd2352f9246a59621d959c23 /drivers/pci/quirks.c | |
parent | 499792ec6dc737467e5486527cef95ed7d74fba9 (diff) |
[PATCH] libata: s/CONFIG_SCSI_SATA/CONFIG_[S]ATA/g in pci/quirks.c
drivers/pci/quirks.c was not updated when libata config constants were
renamed braking several libata quirks. Fix it.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/pci/quirks.c')
-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 fb08bc951ac0..2d967b460d98 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -1209,7 +1209,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_962, quirk_sis_96x_ | |||
1209 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_963, quirk_sis_96x_smbus ); | 1209 | 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_LPC, quirk_sis_96x_smbus ); | 1210 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_LPC, quirk_sis_96x_smbus ); |
1211 | 1211 | ||
1212 | #if defined(CONFIG_SCSI_SATA) || defined(CONFIG_SCSI_SATA_MODULE) | 1212 | #if defined(CONFIG_ATA) || defined(CONFIG_ATA_MODULE) |
1213 | 1213 | ||
1214 | /* | 1214 | /* |
1215 | * If we are using libata we can drive this chip properly but must | 1215 | * If we are using libata we can drive this chip properly but must |
@@ -1299,7 +1299,7 @@ static int __init combined_setup(char *str) | |||
1299 | } | 1299 | } |
1300 | __setup("combined_mode=", combined_setup); | 1300 | __setup("combined_mode=", combined_setup); |
1301 | 1301 | ||
1302 | #ifdef CONFIG_SCSI_SATA_INTEL_COMBINED | 1302 | #ifdef CONFIG_SATA_INTEL_COMBINED |
1303 | static void __devinit quirk_intel_ide_combined(struct pci_dev *pdev) | 1303 | static void __devinit quirk_intel_ide_combined(struct pci_dev *pdev) |
1304 | { | 1304 | { |
1305 | u8 prog, comb, tmp; | 1305 | u8 prog, comb, tmp; |
@@ -1392,7 +1392,7 @@ static void __devinit quirk_intel_ide_combined(struct pci_dev *pdev) | |||
1392 | request_region(0x170, 8, "libata"); /* port 1 */ | 1392 | request_region(0x170, 8, "libata"); /* port 1 */ |
1393 | } | 1393 | } |
1394 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, PCI_ANY_ID, quirk_intel_ide_combined ); | 1394 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, PCI_ANY_ID, quirk_intel_ide_combined ); |
1395 | #endif /* CONFIG_SCSI_SATA_INTEL_COMBINED */ | 1395 | #endif /* CONFIG_SATA_INTEL_COMBINED */ |
1396 | 1396 | ||
1397 | 1397 | ||
1398 | int pcie_mch_quirk; | 1398 | int pcie_mch_quirk; |