lkml.org 
[lkml]   [2003]   [Feb]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] Convert NE driver from Jeff Muizelaar (10/13)
Jeff Garzik wrote:

> Looks ok at quick glance. I'll give it another look and a test
> compile, and then [most likely] merge it...

Here is another patch that can go on top of the last one. All it does is
add new PnP ids.
I am not certain about the first three but they look sane enough.
The last one is a card I have and is what I did my testing on so I know
it works.

-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);
\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.041 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site