1/* Realtek 8185 card: rtl818x driver + rtl8185_rtl8225 RF module */
2
3FILE_LICENCE(GPL2_OR_LATER);
4
5#include <gpxe/pci.h>
6
7REQUIRE_OBJECT(rtl818x);
8REQUIRE_OBJECT(rtl8185_rtl8225);
9
10static struct pci_device_id rtl8185_nics[] __unused = {
11	PCI_ROM(0x10ec, 0x8185, "rtl8185", "Realtek 8185", 0),
12	PCI_ROM(0x1799, 0x700f, "f5d7000", "Belkin F5D7000", 0),
13	PCI_ROM(0x1799, 0x701f, "f5d7010", "Belkin F5D7010", 0),
14};
15