From: Maciej W. Rozycki Date: Mon, 1 Jun 2009 10:12:04 +0000 (-0700) Subject: 3c509: Add missing EISA IDs X-Git-Tag: v2.6.30-rc8~4^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf9f6e21c155d5add733b969c695837ead79eeab;p=platform%2Fkernel%2Flinux-3.10.git 3c509: Add missing EISA IDs Several EISA device IDs for 3c509 family network cards are missing from the driver, making the cards unusable in their EISA mode. Here's a fix to add them based on the EISA configuration files distributed by 3Com and our eisa.ids database. Signed-off-by: Maciej W. Rozycki Signed-off-by: David S. Miller --- diff --git a/drivers/net/3c509.c b/drivers/net/3c509.c index fbb3719..682aad8 100644 --- a/drivers/net/3c509.c +++ b/drivers/net/3c509.c @@ -480,9 +480,13 @@ static int pnp_registered; #ifdef CONFIG_EISA static struct eisa_device_id el3_eisa_ids[] = { + { "TCM5090" }, + { "TCM5091" }, { "TCM5092" }, { "TCM5093" }, + { "TCM5094" }, { "TCM5095" }, + { "TCM5098" }, { "" } }; MODULE_DEVICE_TABLE(eisa, el3_eisa_ids);