Go to the source code of this file.
|
| static struct pci_device_id vxge_nics[] | __unused |
| | vxge PCI IDs for util/parserom.pl which are put into bin/NIC
|
◆ FILE_LICENCE()
| FILE_LICENCE |
( |
GPL2_OR_LATER_OR_UBDL | | ) |
|
◆ PROVIDE_REQUIRING_SYMBOL()
| PROVIDE_REQUIRING_SYMBOL |
( |
| ) |
|
◆ REQUIRE_OBJECT()
| REQUIRE_OBJECT |
( |
vxge_main | | ) |
|
◆ __unused
Initial value:= {
PCI_ROM(0x17d5, 0x5833,
"vxge-x3100",
"Neterion X3100 Series", 0),
}
#define PCI_ROM(_vendor, _device, _name, _description, _data)
vxge PCI IDs for util/parserom.pl which are put into bin/NIC
Definition at line 16 of file vxge.c.
16 {
17
18 PCI_ROM(0x17d5, 0x5833,
"vxge-x3100",
"Neterion X3100 Series", 0),
19};