diff options
author | Tejun Heo <htejun@gmail.com> | 2007-08-22 15:12:53 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-08-30 23:01:52 -0700 |
commit | 1674e24cbb06e511b3d4c37eb7c275d6e268bfc8 (patch) | |
tree | ed8cbc107344b9aa641e3dcb4ccc4804ac57ef36 /include | |
parent | 2124e37772002da46addd4ed6d13fcdec9717541 (diff) | |
download | linux-stable-1674e24cbb06e511b3d4c37eb7c275d6e268bfc8.tar.gz linux-stable-1674e24cbb06e511b3d4c37eb7c275d6e268bfc8.tar.bz2 linux-stable-1674e24cbb06e511b3d4c37eb7c275d6e268bfc8.zip |
PCI: disable MSI on RS690
RS690 can't do MSI like its predecessors. Disable MSI on RS690.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Henry Su <henry.su@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-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 5b1c9994f89a..1542ebb6dc5a 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -357,6 +357,7 @@ #define PCI_DEVICE_ID_ATI_RS400_166 0x5a32 #define PCI_DEVICE_ID_ATI_RS400_200 0x5a33 #define PCI_DEVICE_ID_ATI_RS480 0x5950 +#define PCI_DEVICE_ID_ATI_RS690 0x7910 /* ATI IXP Chipset */ #define PCI_DEVICE_ID_ATI_IXP200_IDE 0x4349 #define PCI_DEVICE_ID_ATI_IXP200_SMBUS 0x4353 |