om_hwdevconfig
struct om_hwdevconfig *sc_dc; /* device configuration */
struct om_hwdevconfig omfb_console_dc;
void omfb_getdevconfig(paddr_t, struct om_hwdevconfig *);
void omfb_set_default_cmap(struct om_hwdevconfig *);
void omfb_clear_framebuffer(struct om_hwdevconfig *);
sc->sc_dc = (struct om_hwdevconfig *)
malloc(sizeof(struct om_hwdevconfig), M_DEVBUF,
struct om_hwdevconfig *dc = &omfb_console_dc;
struct om_hwdevconfig *dc = sc->sc_dc;
struct om_hwdevconfig *dc = sc->sc_dc;
omfb_getdevconfig(paddr_t paddr, struct om_hwdevconfig *dc)
omfb_clear_framebuffer(struct om_hwdevconfig *dc)
omfb_set_default_cmap(struct om_hwdevconfig *dc)