diff options
author | Tejun Heo <htejun@gmail.com> | 2007-08-17 14:03:10 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-08-22 17:48:41 -0400 |
commit | aea6a433f50cd89b9cbd10850fd0b32f961f9883 (patch) | |
tree | d862764f5c0450f28d527d9513b79141b82563fd /include/linux/pci_ids.h | |
parent | 4be8f906435a6af241821ab5b94b2b12cb7d57d8 (diff) |
PCI: disable MSI on RD580
RD580 can't do MSI like its predecessors. Disable MSI on RD580.
Signed-off-by: Tejun Heo <teheo@suse.de>
CC: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 0d6279c60b32..80c27d7bf021 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -360,6 +360,7 @@ | |||
360 | #define PCI_DEVICE_ID_ATI_RS400_166 0x5a32 | 360 | #define PCI_DEVICE_ID_ATI_RS400_166 0x5a32 |
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_RS690 0x7910 | 364 | #define PCI_DEVICE_ID_ATI_RS690 0x7910 |
364 | /* ATI IXP Chipset */ | 365 | /* ATI IXP Chipset */ |
365 | #define PCI_DEVICE_ID_ATI_IXP200_IDE 0x4349 | 366 | #define PCI_DEVICE_ID_ATI_IXP200_IDE 0x4349 |