Index: sys/dev/pci/if_re_pci.c =================================================================== RCS file: /cvsroot/src/sys/dev/pci/if_re_pci.c,v retrieving revision 1.53 diff -u -p -r1.53 if_re_pci.c --- sys/dev/pci/if_re_pci.c 28 Feb 2024 18:55:11 -0000 1.53 +++ sys/dev/pci/if_re_pci.c 5 Feb 2025 21:09:08 -0000 @@ -96,6 +96,9 @@ static const struct rtk_type re_devs[] = { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8101E, RTK_8101E, "RealTek 8100E/8101E/8102E/8102EL PCIe 10/100BaseTX" }, + { PCI_VENDOR_REALTEK, 0x8161, + RTK_8168, + "RealTek 8168 PCIe Gigabit Ethernet" }, { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8168, RTK_8168, "RealTek 8168/8111 PCIe Gigabit Ethernet" },