From 73c214776426d94b3d5b0e9f6a8627d24da215e5 Mon Sep 17 00:00:00 2001 From: Hideki Yamane Date: Mon, 27 Jun 2005 00:18:32 -0400 Subject: [PATCH] --- yaml --- r: 3571 b: refs/heads/master c: 9b25978ef8ebe010f582489117f8a7a43a6b44a3 h: refs/heads/master i: 3569: 5e6c83f9c6f755eed6f86e2649c8f00fbb844237 3567: 0a3b4a37e61841750423dc88da88142d521865aa v: v3 --- [refs] | 2 +- trunk/drivers/net/tulip/tulip_core.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3f7ba15a2cec..ab2d153f96fd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f49d16ef2d6f008119d4ee2c895781fb229bad68 +refs/heads/master: 9b25978ef8ebe010f582489117f8a7a43a6b44a3 diff --git a/trunk/drivers/net/tulip/tulip_core.c b/trunk/drivers/net/tulip/tulip_core.c index cfc346e72d62..7e1fafed6b2d 100644 --- a/trunk/drivers/net/tulip/tulip_core.c +++ b/trunk/drivers/net/tulip/tulip_core.c @@ -242,6 +242,7 @@ static struct pci_device_id tulip_pci_tbl[] = { { 0x10b9, 0x5261, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ULI526X }, /* ALi 1563 integrated ethernet */ { 0x10b9, 0x5263, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ULI526X }, /* ALi 1563 integrated ethernet */ { 0x10b7, 0x9300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET }, /* 3Com 3CSOHO100B-TX */ + { 0x14ea, 0xab08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET }, /* Planex FNW-3602-TX */ { } /* terminate list */ }; MODULE_DEVICE_TABLE(pci, tulip_pci_tbl);