HomeSort by: relevance | last modified time | path
    Searched refs:ne2000_detect (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/ic/
ne2000var.h 59 int ne2000_detect(bus_space_tag_t, bus_space_handle_t,
ne2000.c 127 nsc->sc_type = ne2000_detect(nict, nich, asict, asich);
332 ne2000_detect(bus_space_tag_t nict, bus_space_handle_t nich, function in typeref:typename:int
  /src/sys/arch/mmeye/dev/
if_ne_mainbus.c 90 rv = ne2000_detect(nict, nich, asict, asich);
136 netype = ne2000_detect(nict, nich, asict, asich);
  /src/sys/arch/evbsh3/t_sh7706lan/
if_ne_mainbus.c 101 rv = ne2000_detect(nict, nich, asict, asich);
149 netype = ne2000_detect(nict, nich, asict, asich);
  /src/sys/arch/x68k/dev/
if_ne_neptune.c 107 rv = ne2000_detect(nict, nich, asict, asich);
152 netype = ne2000_detect(nict, nich, asict, asich);
if_ne_intio.c 124 rv = ne2000_detect(iot, ioh, asict, asich);
172 netype = ne2000_detect(iot, ioh, asict, asich);
  /src/sys/dev/isa/
if_ne_isa.c 113 rv = ne2000_detect(nict, nich, asict, asich);
170 netype = ne2000_detect(nict, nich, asict, asich);
  /src/sys/dev/isapnp/
if_ne_isapnp.c 134 netype = ne2000_detect(nict, nich, asict, asich);
  /src/sys/arch/atari/dev/
if_ne_mb.c 158 netype = ne2000_detect(iot, ioh, asict, asich);
230 netype = ne2000_detect(iot, ioh, asict, asich);
433 /* XXX: dummy function for probe ops in ne2000_detect() */
458 /* XXX: dummy function for probe ops in ne2000_detect() */

Completed in 19 milliseconds