diff options
author | Tejun Heo <htejun@gmail.com> | 2007-08-21 01:33:01 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-08-22 17:48:41 -0400 |
commit | f122392f679ebed39db08074f935d770504623eb (patch) | |
tree | 1a20ab53031c9fdab6fecae9e51d67d2fd4af331 /include | |
parent | aea6a433f50cd89b9cbd10850fd0b32f961f9883 (diff) |
PCI: disable MSI on RX790
RX790 can't do MSI like its predecessors. Disable MSI on RX790.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: stable <stable@kernel.org>
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 80c27d7bf021..f77944e432f2 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -361,6 +361,7 @@ | |||
361 | #define PCI_DEVICE_ID_ATI_RS400_200 0x5a33 | 361 | #define PCI_DEVICE_ID_ATI_RS400_200 0x5a33 |
362 | #define PCI_DEVICE_ID_ATI_RS480 0x5950 | 362 | #define PCI_DEVICE_ID_ATI_RS480 0x5950 |
363 | #define PCI_DEVICE_ID_ATI_RD580 0x5952 | 363 | #define PCI_DEVICE_ID_ATI_RD580 0x5952 |
364 | #define PCI_DEVICE_ID_ATI_RX790 0x5957 | ||
364 | #define PCI_DEVICE_ID_ATI_RS690 0x7910 | 365 | #define PCI_DEVICE_ID_ATI_RS690 0x7910 |
365 | /* ATI IXP Chipset */ | 366 | /* ATI IXP Chipset */ |
366 | #define PCI_DEVICE_ID_ATI_IXP200_IDE 0x4349 | 367 | #define PCI_DEVICE_ID_ATI_IXP200_IDE 0x4349 |