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 440B

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