From 81b6a71ad73194d86f9d0ec63392cd59dcfeb775 Mon Sep 17 00:00:00 2001 From: Henry Su Date: Thu, 10 May 2007 22:48:50 -0700 Subject: [PATCH] --- yaml --- r: 56265 b: refs/heads/master c: 823777181b4c0200923dcb026efa5b37f55c0ecf h: refs/heads/master i: 56263: b20658e9b94e1e36a21d21fd9aadef71cc2e0567 v: v3 --- [refs] | 2 +- trunk/drivers/pci/quirks.c | 1 + trunk/include/linux/pci_ids.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 28fe7a0bb771..878c6ccf5e0b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 48aaae7a2fa46e1ed0d0b7677fde79ccfcb8c963 +refs/heads/master: 823777181b4c0200923dcb026efa5b37f55c0ecf diff --git a/trunk/drivers/pci/quirks.c b/trunk/drivers/pci/quirks.c index 147d86f8edbf..6ccc2e95930a 100644 --- a/trunk/drivers/pci/quirks.c +++ b/trunk/drivers/pci/quirks.c @@ -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 diff --git a/trunk/include/linux/pci_ids.h b/trunk/include/linux/pci_ids.h index ae849f0d4430..ccd85e4d3b8f 100644 --- a/trunk/include/linux/pci_ids.h +++ b/trunk/include/linux/pci_ids.h @@ -370,6 +370,7 @@ #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