]> git.hungrycats.org Git - linux/commitdiff
Add new ISAPNP card id to 'ne' net driver.
authorJeff Garzik <jgarzik@rum.normnet.org>
Mon, 11 Feb 2002 20:22:39 +0000 (15:22 -0500)
committerJeff Garzik <jgarzik@rum.normnet.org>
Mon, 11 Feb 2002 20:22:39 +0000 (15:22 -0500)
Via Dave Jones.

drivers/net/ne.c

index 43b12a6f33aa746d9060ade8b83700826b3deec7..05f21122dc5882080b3e7d1ed9d224eb350b6655 100644 (file)
@@ -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" },