Searched refs:ne2000_detect (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/arch/x68k/dev/ |
H A D | if_ne_neptune.c | 107 rv = ne2000_detect(nict, nich, asict, asich); in ne_neptune_match() 152 netype = ne2000_detect(nict, nich, asict, asich); in ne_neptune_attach()
|
H A D | if_ne_intio.c | 124 rv = ne2000_detect(iot, ioh, asict, asich); in ne_intio_match() 172 netype = ne2000_detect(iot, ioh, asict, asich); in ne_intio_attach()
|
/netbsd-src/sys/arch/mmeye/dev/ |
H A D | if_ne_mainbus.c | 90 rv = ne2000_detect(nict, nich, asict, asich); in ne_mainbus_match() 136 netype = ne2000_detect(nict, nich, asict, asich); in ne_mainbus_attach()
|
/netbsd-src/sys/arch/evbsh3/t_sh7706lan/ |
H A D | if_ne_mainbus.c | 101 rv = ne2000_detect(nict, nich, asict, asich); in ne_mainbus_match() 149 netype = ne2000_detect(nict, nich, asict, asich); in ne_mainbus_attach()
|
/netbsd-src/sys/dev/isa/ |
H A D | if_ne_isa.c | 113 rv = ne2000_detect(nict, nich, asict, asich); in ne_isa_match() 170 netype = ne2000_detect(nict, nich, asict, asich); in ne_isa_attach()
|
/netbsd-src/sys/dev/ic/ |
H A D | ne2000var.h | 59 int ne2000_detect(bus_space_tag_t, bus_space_handle_t,
|
H A D | ne2000.c | 127 nsc->sc_type = ne2000_detect(nict, nich, asict, asich); in ne2000_attach() 332 ne2000_detect(bus_space_tag_t nict, bus_space_handle_t nich, in ne2000_detect() function
|
/netbsd-src/sys/arch/atari/dev/ |
H A D | if_ne_mb.c | 158 netype = ne2000_detect(iot, ioh, asict, asich); in ne_mb_probe() 230 netype = ne2000_detect(iot, ioh, asict, asich); in ne_mb_attach()
|
/netbsd-src/sys/dev/isapnp/ |
H A D | if_ne_isapnp.c | 134 netype = ne2000_detect(nict, nich, asict, asich); in ne_isapnp_attach()
|