30 #include <linux/netdevice.h>
32 #include <linux/errno.h>
34 #include <linux/netlink.h>
101 for (; p->
probe; p++) {
102 if (autoprobe && p->
status)
104 dev = p->
probe(unit);
121 #ifdef CONFIG_ULTRA32
140 static struct devprobe2 isa_probes[] __initdata = {
141 #if defined(CONFIG_HP100) && defined(CONFIG_ISA)
159 #ifdef CONFIG_HPLAN_PLUS
165 #if defined(CONFIG_NE2000) || \
166 defined(CONFIG_NE_H8300)
172 #ifdef CONFIG_SMC9194
175 #ifdef CONFIG_SEEQ8005
179 #ifndef CONFIG_CS89x0_PLATFORM
189 #ifdef CONFIG_EEXPRESS
192 #ifdef CONFIG_EEXPRESS_PRO
198 #if defined(CONFIG_APRICOT) || defined(CONFIG_MVME16x_NET) || defined(CONFIG_BVME6000_NET)
222 static struct devprobe2 parport_probes[] __initdata = {
229 static struct devprobe2 m68k_probes[] __initdata = {
230 #ifdef CONFIG_ATARILANCE
233 #ifdef CONFIG_SUN3LANCE
236 #ifdef CONFIG_SUN3_82586
242 #ifdef CONFIG_MVME147_NET
245 #ifdef CONFIG_MAC8390
248 #ifdef CONFIG_MAC89x0
266 (
void)( probe_list2(unit, m68k_probes, base_addr == 0) &&
267 probe_list2(unit, eisa_probes, base_addr == 0) &&
268 probe_list2(unit, isa_probes, base_addr == 0) &&
269 probe_list2(unit, parport_probes, base_addr == 0));
273 static int __init net_olddevs_init(
void)
278 for (num = 0; num < 8; ++num)
281 for (num = 0; num < 8; ++num)