Home
last modified time | relevance | path

Searched defs:iy_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Dif_iy.c94 struct iy_softc { struct
95 device_t sc_dev;
96 void *sc_ih;
98 bus_space_tag_t sc_iot;
99 bus_space_handle_t sc_ioh;
101 struct ethercom sc_ethercom;
103 struct ifmedia iy_ifmedia;
104 int iy_media;
106 int mappedirq;
130 void iyinit(struct iy_softc *); argument