i82072.c | 84 bus_space_tag_t fd_bst; member in struct:fd_softc 110 sc->fd_bst = ca->ca_bustag; 121 bus_intr_establish(sc->fd_bst, SYS_INTR_FDC, 0, 0, fd_intr, sc); 131 bus_space_write_1(sc->fd_bst, sc->fd_bsh, I82072_STATUS, 0x80); 133 bus_space_write_1(sc->fd_bst, sc->fd_bsh, I82072_TC, 0x01);
|