diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-11-03 01:23:13 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-11-03 01:23:13 (GMT) |
commit | 2de6c39f389f25442389c3ab0f2d9b50e3f4a77d (patch) | |
tree | 03378c3de4e70285488f1571956d99b254748260 | |
parent | 0b0e0b5f1a22c20c0f127fb9b457136d6c3ca8ed (diff) | |
parent | 4fa2eeeac5e13a8579ee45bc172eed690d28fbb7 (diff) | |
download | linux-2de6c39f389f25442389c3ab0f2d9b50e3f4a77d.tar.xz |
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:
pci_ids.h: Add NVIDIA PCI ID
-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 f3a168f..fa4e1d7 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1213,6 +1213,7 @@ #define PCI_DEVICE_ID_NVIDIA_NVENET_21 0x0451 #define PCI_DEVICE_ID_NVIDIA_NVENET_22 0x0452 #define PCI_DEVICE_ID_NVIDIA_NVENET_23 0x0453 +#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP67_IDE 0x0560 #define PCI_VENDOR_ID_IMS 0x10e0 #define PCI_DEVICE_ID_IMS_TT128 0x9128 |