You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rtl8185.c 412B

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