diff options
author | Tejun Heo <htejun@gmail.com> | 2007-08-22 15:12:55 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-08-30 23:01:52 -0700 |
commit | cd7f435fa35f80ba07c867d7569a9bb3606e1692 (patch) | |
tree | 39aff9cf7f5edb2454a038fae98afd49e1419129 /include | |
parent | 41ef7dce0273066f384374cfc962c23f2d918d84 (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>
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 6531822ec83..c1ffa1b2189 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -358,6 +358,7 @@ #define PCI_DEVICE_ID_ATI_RS400_200 0x5a33 #define PCI_DEVICE_ID_ATI_RS480 0x5950 #define PCI_DEVICE_ID_ATI_RD580 0x5952 +#define PCI_DEVICE_ID_ATI_RX790 0x5957 #define PCI_DEVICE_ID_ATI_RS690 0x7910 /* ATI IXP Chipset */ #define PCI_DEVICE_ID_ATI_IXP200_IDE 0x4349 |