rtl8180.c
Go to the documentation of this file.00001
00002
00003 FILE_LICENCE(GPL2_OR_LATER);
00004
00005 #include <gpxe/pci.h>
00006
00007 REQUIRE_OBJECT(rtl818x);
00008 REQUIRE_OBJECT(rtl8180_grf5101);
00009 REQUIRE_OBJECT(rtl8180_max2820);
00010 REQUIRE_OBJECT(rtl8180_sa2400);
00011
00012 static struct pci_device_id rtl8180_nics[] __unused = {
00013 PCI_ROM(0x10ec, 0x8180, "rtl8180", "Realtek 8180", 0),
00014 PCI_ROM(0x1799, 0x6001, "f5d6001", "Belkin F5D6001", 0),
00015 PCI_ROM(0x1799, 0x6020, "f5d6020", "Belkin F5D6020", 0),
00016 PCI_ROM(0x1186, 0x3300, "dwl510", "D-Link DWL-510", 0),
00017 };