summaryrefslogtreecommitdiffstats
path: root/drivers/ide/atiixp.c
diff options
context:
space:
mode:
authorShane Huang2009-10-13 05:14:00 +0200
committerJeff Garzik2009-10-16 12:21:20 +0200
commit5deab536654f95345ea11e8ec6ed5c778df348b5 (patch)
tree4f6557fccab0e5521498f834f984fa96ea4e5f48 /drivers/ide/atiixp.c
parentahci: Add the AHCI controller Linux Device ID for NVIDIA chipsets. (diff)
downloadkernel-qcow2-linux-5deab536654f95345ea11e8ec6ed5c778df348b5.tar.gz
kernel-qcow2-linux-5deab536654f95345ea11e8ec6ed5c778df348b5.tar.xz
kernel-qcow2-linux-5deab536654f95345ea11e8ec6ed5c778df348b5.zip
ahci / atiixp / pci quirks: rename AMD SB900 into Hudson-2
This patch renames the code name SB900 into Hudson-2 Signed-off-by: Shane Huang <shane.huang@amd.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ide/atiixp.c')
-rw-r--r--drivers/ide/atiixp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/atiixp.c b/drivers/ide/atiixp.c
index 6396c3ad3252..837322b10a4c 100644
--- a/drivers/ide/atiixp.c
+++ b/drivers/ide/atiixp.c
@@ -177,7 +177,7 @@ static const struct pci_device_id atiixp_pci_tbl[] = {
{ PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP400_IDE), 0 },
{ PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP600_IDE), 1 },
{ PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP700_IDE), 0 },
- { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_SB900_IDE), 0 },
+ { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_HUDSON2_IDE), 0 },
{ 0, },
};
MODULE_DEVICE_TABLE(pci, atiixp_pci_tbl);