diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2009-01-21 17:45:12 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-23 02:08:27 -0500 |
commit | fd8757aed16470e088ecdad96ffd30f86c34424d (patch) | |
tree | e1e27229a3f422e5d0e10c3f68066fc282114405 /include/linux/pci_ids.h | |
parent | 7907f6a411e005545d9047bd888215dbc60fc55e (diff) |
Add PCI DFI vendor ID
Add a define for DFI PCI vendor id.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index d543365518ab..6b339766b7ad 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2106,6 +2106,8 @@ | |||
2106 | #define PCI_DEVICE_ID_MELLANOX_SINAI_OLD 0x5e8c | 2106 | #define PCI_DEVICE_ID_MELLANOX_SINAI_OLD 0x5e8c |
2107 | #define PCI_DEVICE_ID_MELLANOX_SINAI 0x6274 | 2107 | #define PCI_DEVICE_ID_MELLANOX_SINAI 0x6274 |
2108 | 2108 | ||
2109 | #define PCI_VENDOR_ID_DFI 0x15bd | ||
2110 | |||
2109 | #define PCI_VENDOR_ID_QUICKNET 0x15e2 | 2111 | #define PCI_VENDOR_ID_QUICKNET 0x15e2 |
2110 | #define PCI_DEVICE_ID_QUICKNET_XJ 0x0500 | 2112 | #define PCI_DEVICE_ID_QUICKNET_XJ 0x0500 |
2111 | 2113 | ||