Searched defs:sis_softc (Results 1 – 1 of 1) sorted by relevance
432 struct sis_softc { struct433 struct arpcom arpcom; /* interface info */434 bus_space_handle_t sis_bhandle;435 bus_space_tag_t sis_btag;436 struct resource *sis_res;437 struct resource *sis_irq;438 void *sis_intrhand;439 device_t sis_miibus;440 uint8_t sis_type;441 uint8_t sis_rev;[all …]