Searched defs:cs_softc (Results 1 – 1 of 1) sorted by relevance
70 struct cs_softc { struct71 device_t sc_dev; /* base device glue */72 struct ethercom sc_ethercom; /* Ethernet common */73 struct ifmedia sc_media; /* media control structures */75 void *sc_ih; /* interrupt handler */77 bus_space_tag_t sc_iot; /* bus space tag for IO */78 bus_space_tag_t sc_memt; /* bus space tag for memory mode */79 bus_space_handle_t sc_ioh; /* bus space handles */80 bus_space_handle_t sc_memh;86 int sc_irq; /* IRQ line */[all …]