Re: [PATCH] NE PnP Update from Jeff Muizelaar (5/6)

From: Jeff Muizelaar (muizelaar@rogers.com)
Date: Sun Jan 26 2003 - 14:46:11 EST


On top of the last patch. Here is a patch that adds some more pnp ids.
I have the national semi card so I know it works, but I am not sure
about the other ones. They sound good though.

-Jeff


--- linux-2.5.59/drivers/net/ne.c 2003-01-26 14:25:28.000000000 -0500
+++ linux-2.5.59-patched/drivers/net/ne.c 2003-01-26 14:25:02.000000000 -0500
@@ -81,8 +81,16 @@
         {.id = "AXE2011", .driver_data = 0},
         /* NN NE2000 */
         {.id = "EDI0216", .driver_data = 0},
+ /* Novell/Anthem NE1000 */
+ {.id = "PNP80d3", .driver_data = 0},
+ /* Novell/Anthem NE2000 */
+ {.id = "PNP80d4", .driver_data = 0},
+ /* NE1000 Compatible */
+ {.id = "PNP80d5", .driver_data = 0},
         /* NE2000 Compatible */
         {.id = "PNP80d6", .driver_data = 0},
+ /* National Semiconductor AT/LANTIC EtherNODE 16-AT3 */
+ {.id = "PNP8160", .driver_data = 0},
 };
 
 MODULE_DEVICE_TABLE(pnp, ne_pnp_table);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jan 31 2003 - 22:00:15 EST