diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-07-03 11:22:42 -0300 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-09-11 02:31:31 -0400 |
commit | 02cb009bb942007b76c38da4cc2ca0a0a974c667 (patch) | |
tree | c23d5a514cd0ca691118189fc6b332a411b16a77 /include/linux/pci_ids.h | |
parent | e2dd90b1ad4c61ecb52f2424049d91ce6ccc1f17 (diff) | |
download | linux-stable-02cb009bb942007b76c38da4cc2ca0a0a974c667.tar.gz linux-stable-02cb009bb942007b76c38da4cc2ca0a0a974c667.tar.bz2 linux-stable-02cb009bb942007b76c38da4cc2ca0a0a974c667.zip |
pata_cs5535: add pci id for AMD based CS5535 controllers
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Jeff Garzik <jgarzik@redhat.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 900f40bdbb17..c8fdcadce437 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -540,6 +540,7 @@ #define PCI_DEVICE_ID_AMD_8131_BRIDGE 0x7450 #define PCI_DEVICE_ID_AMD_8131_APIC 0x7451 #define PCI_DEVICE_ID_AMD_8132_BRIDGE 0x7458 +#define PCI_DEVICE_ID_AMD_CS5535_IDE 0x208F #define PCI_DEVICE_ID_AMD_CS5536_ISA 0x2090 #define PCI_DEVICE_ID_AMD_CS5536_FLASH 0x2091 #define PCI_DEVICE_ID_AMD_CS5536_AUDIO 0x2093 |