diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2009-01-21 17:45:12 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-23 08:08:27 +0100 |
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 d543365518a..6b339766b7a 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2106,6 +2106,8 @@ #define PCI_DEVICE_ID_MELLANOX_SINAI_OLD 0x5e8c #define PCI_DEVICE_ID_MELLANOX_SINAI 0x6274 +#define PCI_VENDOR_ID_DFI 0x15bd + #define PCI_VENDOR_ID_QUICKNET 0x15e2 #define PCI_DEVICE_ID_QUICKNET_XJ 0x0500 |