diff options
author | Andrew Chew <achew@nvidia.com> | 2006-12-14 23:18:27 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-12-14 23:18:27 +0100 |
commit | 2633840dae17c52bee3ea29d43e49b1d70347184 (patch) | |
tree | 3c72079a6927d2f53dd4fced0c1c58ac8582f384 /include | |
parent | 74e7ab115fbc5b3e1db3da258aa9b8559e63d4c4 (diff) |
sata_nv/amd74xx: Add MCP61 support
Added MCP61 support to sata_nv and amd74xx.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 386c6a70eafc..00b3cef4dbe5 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1174,6 +1174,10 @@ #define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_1100 0x034E #define PCI_DEVICE_ID_NVIDIA_NVENET_14 0x0372 #define PCI_DEVICE_ID_NVIDIA_NVENET_15 0x0373 +#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA 0x03E7 +#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_IDE 0x03EC +#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA2 0x03F6 +#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA3 0x03F7 #define PCI_VENDOR_ID_IMS 0x10e0 #define PCI_DEVICE_ID_IMS_TT128 0x9128 |