Hi,All:
Would you confirm i82596 chip in Linux as Ethernet chip is an ISA
architecture so probed by call ethif_prob() ?
1.statements in ethif_prob():
ethif_prob(){
...
if (base_addr != 0xffe0 && probe_list(dev, isa_probes) == 0)
return 0;
...
}
2.struct varible isa_probes:
struct devprobe isa_probes[] __initdata = {
...
#if defined(CONFIG_APRICOT) || defined(CONFIG_MVME16x_NET) ||
defined(CONFIG_BVME6000_NET) /* Intel I82596 */
{i82596_probe, 0},
#endif
...
};
Regards
Jack Dong
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]