Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmb86950var.h42 struct mb86950_softc { struct
43 device_t sc_dev;
44 struct ethercom sc_ec; /* ethernet common */
45 struct ifmedia sc_media; /* supported media information */
47 bus_space_tag_t sc_bst; /* bus space */
71 int (*sc_enable)(struct mb86950_softc *); argument
72 void (*sc_disable)(struct mb86950_softc *); argument
74 int (*sc_mediachange)(struct mb86950_softc *); argument
75 void (*sc_mediastatus)(struct mb86950_softc *, argument