diff options
| author | Peer Chen <pchen@nvidia.com> | 2006-12-14 23:23:11 +0100 |
|---|---|---|
| committer | Adrian Bunk <bunk@stusta.de> | 2006-12-14 23:23:11 +0100 |
| commit | d84a90e3ce0840bfbb3a8313abe17f8ecb02c226 (patch) | |
| tree | ff6debad9beaed794d335ed391c028b08f2dc618 | |
| parent | 88c9c162f23bb7bc565311dcc9ea401ad6138dc8 (diff) | |
| download | linux-d84a90e3ce0840bfbb3a8313abe17f8ecb02c226.tar.gz linux-d84a90e3ce0840bfbb3a8313abe17f8ecb02c226.tar.bz2 linux-d84a90e3ce0840bfbb3a8313abe17f8ecb02c226.zip | |
pci_ids.h: Add NVIDIA PCI ID
Signed-off-by: Adrian Bunk <bunk@stusta.de>
| -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 077c6685b10f..dab8ba7246bc 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1179,6 +1179,7 @@ #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA2 0x03F6 #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA3 0x03F7 #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_IDE 0x0448 +#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP67_IDE 0x0560 #define PCI_VENDOR_ID_IMS 0x10e0 #define PCI_DEVICE_ID_IMS_TT128 0x9128 |
