hil_softc
struct hil_softc sc_hs;
struct hil_softc *sc = &gsc->sc_hs;
void hil_process_int(struct hil_softc *, u_int8_t, u_int8_t);
int hil_process_poll(struct hil_softc *, u_int8_t, u_int8_t);
int send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd);
void polloff(struct hil_softc *);
void pollon(struct hil_softc *);
static int hilwait(struct hil_softc *);
static int hildatawait(struct hil_softc *);
hilwait(struct hil_softc *sc)
hildatawait(struct hil_softc *sc)
hil_attach(struct hil_softc *sc, int *hil_is_console)
struct hil_softc *sc = v;
struct hil_softc *sc = v;
hil_process_int(struct hil_softc *sc, u_int8_t stat, u_int8_t c)
hil_process_poll(struct hil_softc *sc, u_int8_t stat, u_int8_t c)
struct hil_softc *sc = arg;
hilconfig(struct hil_softc *sc, u_int knowndevs)
hilempty(struct hil_softc *sc)
send_hil_cmd(struct hil_softc *sc, u_int cmd, u_int8_t *data, u_int dlen,
send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd)
struct hil_softc *sc = (struct hil_softc *)dev->sc_dev.dv_parent;
polloff(struct hil_softc *sc)
pollon(struct hil_softc *sc)
hil_set_poll(struct hil_softc *sc, int on)
struct hil_softc *sc = (struct hil_softc *)dev->sc_dev.dv_parent;
void hilconfig(struct hil_softc *, u_int);
void hilempty(struct hil_softc *);
void hilkbd_bell(struct hil_softc *, u_int, u_int, u_int);
hilkbd_bell((struct hil_softc *)sc->hd_parent,
hil_set_poll((struct hil_softc *)sc->hd_parent, on);
hilkbd_bell((struct hil_softc *)sc->hd_parent,
hilkbd_bell(struct hil_softc *sc, u_int pitch, u_int period, u_int volume)
int send_hil_cmd(struct hil_softc *, u_int, u_int8_t *, u_int, u_int8_t *);
void hil_set_poll(struct hil_softc *, int);
void hil_attach(struct hil_softc *, int *);