File:  [Qemu by Fabrice Bellard] / qemu / roms / ipxe / src / drivers / net / vxge / vxge.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 18:58:27 2018 UTC (8 years, 1 month ago) by root
Branches: qemu, MAIN
CVS tags: qemu1101, qemu1001, qemu1000, qemu0151, HEAD
qemu 0.15.1

/** @file Stub file for vxge driver
 *
 * This file drags in the rest of the driver for Neterion Inc's X3100 Series
 * 10GbE PCIe I/O Virtualized Server Adapter, allowing the driver to be built
 * as "vxge" even though the code is in vxge_* named files.
 */

FILE_LICENCE(GPL2_OR_LATER);

#include <ipxe/pci.h>

REQUIRE_OBJECT(vxge_main);

/** vxge PCI IDs for util/parserom.pl which are put into bin/NIC */
static struct pci_device_id vxge_nics[] __unused = {
	/* If you change this, also adjust vxge_main_nics[] in vxge_main.c */
	PCI_ROM(0x17d5, 0x5833, "vxge-x3100", "Neterion X3100 Series", 0),
};

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.