diff options
author | Conke Hu <conke.hu@amd.com> | 2007-01-09 05:32:51 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-09 17:39:29 -0500 |
commit | c9f89475a5b184e9a6077b995ce340e6804c1b1a (patch) | |
tree | de0b8eb7c7d514cbc14339705ef278bdb72ac90f /drivers/pci | |
parent | 95006188cb1399f1358330503906e5891c129a10 (diff) |
Add pci class code for SATA & AHCI, and replace some magic numbers.
Signed-off-by: Conke Hu <conke.hu@amd.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/pci')
-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 11217bda4b9e..1e6eda25c0d8 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -871,7 +871,7 @@ static void __devinit quirk_sb600_sata(struct pci_dev *pdev) | |||
871 | pci_write_config_byte(pdev, 0xa, 6); | 871 | pci_write_config_byte(pdev, 0xa, 6); |
872 | pci_write_config_byte(pdev, 0x40, tmp); | 872 | pci_write_config_byte(pdev, 0x40, tmp); |
873 | 873 | ||
874 | pdev->class = 0x010601; | 874 | pdev->class = PCI_CLASS_STORAGE_SATA_AHCI; |
875 | } | 875 | } |
876 | } | 876 | } |
877 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_SATA, quirk_sb600_sata); | 877 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_SATA, quirk_sb600_sata); |