fdsts
i = bus_space_read_1(iot, ioh, fdsts) &
while ((bus_space_read_1(iot, ioh, fdsts) & NE7_DIO) && i-- > 0);
while ((bus_space_read_1(iot, ioh, fdsts) & NE7_RQM) == 0 && i-- > 0);
i = rd_fdc_reg(fdsts) & (NE7_DIO | NE7_RQM | NE7_CB);
while (((rd_fdc_reg(fdsts) & (NE7_DIO|NE7_RQM)) != NE7_RQM) && i-- > 0)
bus_space_read_1(fdc->sc_iot, fdc->sc_ioh, fdsts)));
bus_space_write_1(fdc->sc_iot, fdc->sc_ioh, fdsts, NE7CMD_RESET);
i = bus_space_read_1(iot, ioh, fdsts) &
while ((bus_space_read_1(iot, ioh, fdsts) & NE7_DIO) && i-- > 0);
while ((bus_space_read_1(iot, ioh, fdsts) & NE7_RQM) == 0 && i-- > 0);
i = bus_space_read_1(iot, ioh, fdsts) &
i = bus_space_read_1(iot, ioh, fdsts) &