Gitweb: http://git.kernel.org/linus/fd8757aed16470e088ecdad96ffd30f86c34424d Commit: fd8757aed16470e088ecdad96ffd30f86c34424d Parent: 7907f6a411e005545d9047bd888215dbc60fc55e Author: Matthew Ranostay <mranostay@embeddedalley.com> AuthorDate: Wed Jan 21 17:45:12 2009 -0500 Committer: Takashi Iwai <tiwai@suse.de> CommitDate: Fri Jan 23 08:08:27 2009 +0100 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> --- 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 d543365..6b33976 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 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
