Go to the documentation of this file.
20 #define SILICOM_VID 0x1374
21 #define SILICOM_BP_PID_MIN 0x24
22 #define SILICOM_BP_PID_MAX 0x5f
23 #define INTEL_PEG4BPII_PID 0x10a0
24 #define INTEL_PEG4BPFII_PID 0x10a1
26 #define PEGII_IF_SERIES(vid, pid) \
28 ((pid==INTEL_PEG4BPII_PID)|| \
29 (pid==INTEL_PEG4BPFII_PID)))
31 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10))
32 #define pci_get_class pci_find_class
34 #define pci_get_device pci_find_device
38 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,10))
39 #define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL
42 #ifdef BP_VENDOR_SUPPORT
43 char *bp_desc_array[] =
44 {
"e1000bp",
"e1000bpe",
"slcm5700",
"bnx2xbp",
"ixgbp",
"ixgbpe",
NULL };