source: bootcd/isolinux/syslinux-6.03/gpxe/src/drivers/net/rtl818x/rtl8185.c

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 412 bytes
Line 
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};
Note: See TracBrowser for help on using the repository browser.