Commit 72e744c9 authored by Jeff Garzik's avatar Jeff Garzik

Add new ISAPNP card id to 'ne' net driver.

Via Dave Jones.
parent 8b7d0e32
......@@ -76,6 +76,9 @@ static unsigned int netcard_portlist[] __initdata = {
#endif
static struct isapnp_device_id isapnp_clone_list[] __initdata = {
{ ISAPNP_CARD_ID('A','X','E',0x2011),
ISAPNP_VENDOR('A','X','E'), ISAPNP_FUNCTION(0x2011),
(long) "NetGear EA201" },
{ ISAPNP_ANY_ID, ISAPNP_ANY_ID,
ISAPNP_VENDOR('E','D','I'), ISAPNP_FUNCTION(0x0216),
(long) "NN NE2000" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment