Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a missing PCI ID that is tested as working.
  • Loading branch information
Michael Brown committed Oct 10, 2007
1 parent 9ac0377 commit 8069598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/net/r8169.c
Expand Up @@ -858,6 +858,7 @@ static struct pci_device_id r8169_nics[] = {
PCI_ROM(0x10ec, 0x8169, "r8169", "RealTek RTL8169 Gigabit Ethernet"),
PCI_ROM(0x16ec, 0x0116, "usr-r8169", "US Robotics RTL8169 Gigabit Ethernet"),
PCI_ROM(0x1186, 0x4300, "dlink-r8169", "D-Link RTL8169 Gigabit Ethernet"),
PCI_ROM(0x1737, 0x1032, "linksys-r8169", "Linksys RTL8169 Gigabit Ethernet"),
};

PCI_DRIVER ( r8169_driver, r8169_nics, PCI_NO_CLASS );
Expand Down

0 comments on commit 8069598

Please sign in to comment.