ahc_reset_channel
ahc_reset_channel(ahc, intr_channel,
ahc_reset_channel(ahc, intr_channel, /*Initiate Reset*/FALSE);
found = ahc_reset_channel(ahc, 'A', TRUE);
ahc_reset_channel(ahc, devinfo.channel,
found = ahc_reset_channel(ahc, channel, /*Initiate Reset*/TRUE);
ahc_reset_channel(ahc, 'A', TRUE);
ahc_reset_channel(ahc, 'B', TRUE);
int ahc_reset_channel(struct ahc_softc *, char, int);