]> git.hungrycats.org Git - linux/commitdiff
Yet another new tulip pci id
authorOwen Taylor <otaylor@redhat.com>
Sun, 4 Aug 2002 09:03:08 +0000 (05:03 -0400)
committerJeff Garzik <jgarzik@mandrakesoft.com>
Sun, 4 Aug 2002 09:03:08 +0000 (05:03 -0400)
drivers/net/tulip/tulip_core.c

index dd8677df26afe9f2776d491f0c6250060eacc69e..3b9d4bd96503e16103b5371741b83579e672bc26 100644 (file)
@@ -220,6 +220,7 @@ static struct pci_device_id tulip_pci_tbl[] __devinitdata = {
        { 0x14f1, 0x1803, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CONEXANT },
        { 0x1186, 0x1561, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
        { 0x1626, 0x8410, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
+       { 0x1737, 0xAB09, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
        { } /* terminate list */
 };
 MODULE_DEVICE_TABLE(pci, tulip_pci_tbl);