00001 /* Realtek 8185 card: rtl818x driver + rtl8185_rtl8225 RF module */ 00002 00003 FILE_LICENCE(GPL2_OR_LATER); 00004 00005 #include <gpxe/pci.h> 00006 00007 REQUIRE_OBJECT(rtl818x); 00008 REQUIRE_OBJECT(rtl8185_rtl8225); 00009 00010 static struct pci_device_id rtl8185_nics[] __unused = { 00011 PCI_ROM(0x10ec, 0x8185, "rtl8185", "Realtek 8185", 0), 00012 PCI_ROM(0x1799, 0x700f, "f5d7000", "Belkin F5D7000", 0), 00013 PCI_ROM(0x1799, 0x701f, "f5d7010", "Belkin F5D7010", 0), 00014 };
1.5.7.1