summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/rtl818x/rtl8185.c
blob: 438c5f24bc097c16c1b82899a149b0696f3d86b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Realtek 8185 card: rtl818x driver + rtl8185_rtl8225 RF module */

FILE_LICENCE(GPL2_OR_LATER);

#include <ipxe/pci.h>

PROVIDE_REQUIRING_SYMBOL();
REQUIRE_OBJECT(rtl818x);
REQUIRE_OBJECT(rtl8185_rtl8225);

static struct pci_device_id rtl8185_nics[] __unused = {
	PCI_ROM(0x10ec, 0x8185, "rtl8185", "Realtek 8185", 0),
	PCI_ROM(0x1799, 0x700f, "f5d7000", "Belkin F5D7000", 0),
	PCI_ROM(0x1799, 0x701f, "f5d7010", "Belkin F5D7010", 0),
};