HPSCSI_CSR
bus_space_write_1(iot, iohsc, HPSCSI_CSR, 0x00);
bus_space_write_1(iot, iohsc, HPSCSI_CSR, CSR_IE);
bus_space_write_1(iot, iohsc, HPSCSI_CSR, cmd);
bus_space_write_1(iot, iohsc, HPSCSI_CSR, cmd);
cmd = bus_space_read_1(iot, iohsc, HPSCSI_CSR);
bus_space_write_1(iot, iohsc, HPSCSI_CSR, cmd);
cmd = bus_space_read_1(sc->sc_iot, dsc->sc_iohsc, HPSCSI_CSR);
bus_space_write_1(sc->sc_iot, dsc->sc_iohsc, HPSCSI_CSR, cmd);