[igb] Remove __BIG_ENDIAN conditional
[gpxe.git] / src / drivers / net / vxge / vxge.c
bloba24932eb57e62ec60f6a5430761d856c7e0a10cf
1 /** @file Stub file for vxge driver
3 * This file drags in the rest of the driver for Neterion Inc's X3100 Series
4 * 10GbE PCIe I/O Virtualized Server Adapter, allowing the driver to be built
5 * as "vxge" even though the code is in vxge_* named files.
6 */
8 FILE_LICENCE(GPL2_OR_LATER);
10 #include <gpxe/pci.h>
12 REQUIRE_OBJECT(vxge_main);
14 /** vxge PCI IDs for util/parserom.pl which are put into bin/NIC */
15 static struct pci_device_id vxge_nics[] __unused = {
16 /* If you change this, also adjust vxge_main_nics[] in vxge_main.c */
17 PCI_ROM(0x17d5, 0x5833, "vxge-x3100", "Neterion X3100 Series", 0),