Searched defs:grfbus_softc (Results 1 – 1 of 1) sorted by relevance
55 struct grfbus_softc { struct56 device_t sc_dev;57 nubus_slot sc_slot;59 bus_addr_t sc_basepa; /* base of video space */60 bus_addr_t sc_fbofs; /* offset to framebuffer */62 bus_space_tag_t sc_tag;63 bus_space_handle_t sc_handle;64 bus_space_handle_t sc_regh;66 struct grfmode curr_mode; /* hardware desc(for ioctl) */67 u_int32_t card_id; /* DrHW value for nubus cards */[all …]