match on Realtek RTL8168H ids for Killer E2500V2 and E2600
authorjsg <jsg@openbsd.org>
Sun, 24 Jan 2021 01:59:20 +0000 (01:59 +0000)
committerjsg <jsg@openbsd.org>
Sun, 24 Jan 2021 01:59:20 +0000 (01:59 +0000)
checked against linux and windows drivers

sys/dev/pci/if_re_pci.c

index b35b527..9e81d97 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_re_pci.c,v 1.54 2021/01/23 23:39:40 jsg Exp $      */
+/*     $OpenBSD: if_re_pci.c,v 1.55 2021/01/24 01:59:20 jsg Exp $      */
 
 /*
  * Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org>
@@ -61,6 +61,8 @@ const struct pci_matchid re_pci_devices[] = {
        { PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_CGLAPCIGT },
        { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DGE528T },
        { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DGE530T_C1 },
+       { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_E2500V2 },
+       { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_E2600 },
        { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8101E },
        { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8168 },
        { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8168_2 },