Lines Matching +full:num +full:- +full:addresses
16 * - get rid of pre-linked dev list, dynamic device allocation
18 * - struct init cleanup, enable multiple ISA autoprobes.
19 * Arnaldo Carvalho de Melo <acme@conectiva.com.br> - 09/1999
20 * - fix sbni: s/device/net_device/
22 * - sort probes in a sane way, make sure all (safe) probes
43 int status; /* non-zero if autoprobe has failed */
50 for (; p->probe; p++) { in probe_list2()
51 if (autoprobe && p->status) in probe_list2()
53 dev = p->probe(unit); in probe_list2()
57 p->status = PTR_ERR(dev); in probe_list2()
59 return -ENODEV; in probe_list2()
62 /* ISA probes that touch addresses < 0x400 (including those that also
78 #if defined(CONFIG_NE2000) /* ISA (use ne2k-pci for PCI cards) */
102 #ifdef CONFIG_ATARILANCE /* Lance-based Atari ethernet boards */
135 /* Statically configured drivers -- order matters here. */
138 int num; in net_olddevs_init() local
141 for (num = 0; num < 8; ++num) in net_olddevs_init()
142 sbni_probe(num); in net_olddevs_init()
144 for (num = 0; num < 8; ++num) in net_olddevs_init()
145 ethif_probe2(num); in net_olddevs_init()