Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf9f6e21 authored by Maciej W. Rozycki's avatar Maciej W. Rozycki Committed by David S. Miller
Browse files

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: default avatarMaciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4371ee35
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -480,9 +480,13 @@ static int pnp_registered;


#ifdef CONFIG_EISA
#ifdef CONFIG_EISA
static struct eisa_device_id el3_eisa_ids[] = {
static struct eisa_device_id el3_eisa_ids[] = {
		{ "TCM5090" },
		{ "TCM5091" },
		{ "TCM5092" },
		{ "TCM5092" },
		{ "TCM5093" },
		{ "TCM5093" },
		{ "TCM5094" },
		{ "TCM5095" },
		{ "TCM5095" },
		{ "TCM5098" },
		{ "" }
		{ "" }
};
};
MODULE_DEVICE_TABLE(eisa, el3_eisa_ids);
MODULE_DEVICE_TABLE(eisa, el3_eisa_ids);