Home
last modified time | relevance | path

Searched refs:ne2000_attach (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/ic/
H A Dne2000var.h55 int ne2000_attach(struct ne2000_softc *, u_int8_t *);
H A Dne2000.c93 ne2000_attach(struct ne2000_softc *nsc, u_int8_t *myea) in ne2000_attach() function
/openbsd/sys/dev/isa/
H A Dif_ne_isapnp.c165 ne2000_attach(nsc, NULL); in ne_isapnp_attach()
H A Dif_ne_isa.c200 ne2000_attach(nsc, NULL); in ne_isa_attach()
/openbsd/sys/arch/luna88k/cbus/
H A Dif_ne_cbus.c238 ne2000_attach(nsc, NULL); in ne_cbus_attach()
/openbsd/sys/dev/pci/
H A Dif_ne_pci.c235 ne2000_attach(nsc, NULL); in ne_pci_attach()
/openbsd/sys/dev/pcmcia/
H A Dif_ne_pcmcia.c801 if (ne2000_attach(nsc, enaddr)) in ne_pcmcia_attach()