]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
Add the combined mode for ATI SB700
authorHenry Su <henry.su@amd.com>
Fri, 11 May 2007 05:48:50 +0000 (22:48 -0700)
committerJeff Garzik <jeff@garzik.org>
Fri, 11 May 2007 22:16:01 +0000 (18:16 -0400)
Besides those modes in ATI SB600 SATA controller, ATI SB700 supports one
more mode:the combined mode.

The combined mode is a Legacy IDE mode used for compatibility with some old
OS without AHCI driver, but now it is not necessary for Linux since the
kernel has supported AHCI.

Signed-off-by: Luugi Marsan <luugi.marsan@amd.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Tejun Heo <htejun@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/pci/quirks.c
include/linux/pci_ids.h

index 147d86f8edbf6d1c6d7186f7ee9e87242a9ac0ab..6ccc2e95930a299074550ef9c050a42011c80c98 100644 (file)
@@ -875,6 +875,7 @@ static void __devinit quirk_sb600_sata(struct pci_dev *pdev)
        }
 }
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_SATA, quirk_sb600_sata);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP700_SATA, quirk_sb600_sata);
 
 /*
  *     Serverworks CSB5 IDE does not fully support native mode
index ae849f0d443058b1a094d434b26ab9df80b4540f..ccd85e4d3b8fe0bdd19b0f537db73bedae2e6c9c 100644 (file)
 #define PCI_DEVICE_ID_ATI_IXP600_SATA  0x4380
 #define PCI_DEVICE_ID_ATI_IXP600_SMBUS 0x4385
 #define PCI_DEVICE_ID_ATI_IXP600_IDE   0x438c
+#define PCI_DEVICE_ID_ATI_IXP700_SATA  0x4390
 
 #define PCI_VENDOR_ID_VLSI             0x1004
 #define PCI_DEVICE_ID_VLSI_82C592      0x0005