diff options
author | Henry Su <henry.su@amd.com> | 2007-05-23 20:42:37 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-05-23 20:42:37 -0400 |
commit | 6c6a2a8d201b4f8fd54167802da5ddbe08abd744 (patch) | |
tree | bcc306543b07986ecefc1e6f10bef5c295089534 /include/linux/pci_ids.h | |
parent | 4598c95514f9a50b49626e1e5d1f292180b643fa (diff) |
add the IDE device ID for ATI SB700
Add the IDE device ID to atiixp_pci_tbl struct in atiixp.c for ATI SB700.
From: Henry Su <henry.su@amd.com>
Signed-off-by: Luugi Marsan <luugi.marsan@amd.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 62b3e008e641..4712e269d8d3 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -371,6 +371,7 @@ | |||
371 | #define PCI_DEVICE_ID_ATI_IXP600_SMBUS 0x4385 | 371 | #define PCI_DEVICE_ID_ATI_IXP600_SMBUS 0x4385 |
372 | #define PCI_DEVICE_ID_ATI_IXP600_IDE 0x438c | 372 | #define PCI_DEVICE_ID_ATI_IXP600_IDE 0x438c |
373 | #define PCI_DEVICE_ID_ATI_IXP700_SATA 0x4390 | 373 | #define PCI_DEVICE_ID_ATI_IXP700_SATA 0x4390 |
374 | #define PCI_DEVICE_ID_ATI_IXP700_IDE 0x439c | ||
374 | 375 | ||
375 | #define PCI_VENDOR_ID_VLSI 0x1004 | 376 | #define PCI_VENDOR_ID_VLSI 0x1004 |
376 | #define PCI_DEVICE_ID_VLSI_82C592 0x0005 | 377 | #define PCI_DEVICE_ID_VLSI_82C592 0x0005 |