SCB_CONTROL
ahd_outb(ahd, SCB_CONTROL, scb->hscb->control);
ahd_outb(ahd, SCB_CONTROL,
ahd_inb_scbram(ahd, SCB_CONTROL)
ahd_inb_scbram(ahd, SCB_CONTROL));
ahd_outb(ahd, SCB_CONTROL,
ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
} else if ((ahd_inb_scbram(ahd, SCB_CONTROL)
control = ahd_inb_scbram(ahd, SCB_CONTROL);
ahd_outb(ahd, SCB_CONTROL, control);
ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT),
ahd_outb(ahd, SCB_CONTROL,
ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
ahd_outb(ahd, SCB_CONTROL,
ahd_inb_scbram(ahd, SCB_CONTROL) & mask);
ahd_outb(ahd, SCB_CONTROL, MK_MESSAGE);
ahd_outb(ahd, SCB_CONTROL, 0);
ahd_scb_control_print(ahd_inb_scbram(ahd, SCB_CONTROL),
ahd_inb_scbram(ahd, SCB_CONTROL),
control = ahc_inb(ahc, SCB_CONTROL);
ahc_outb(ahc, SCB_CONTROL, control);
ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE);
} else if ((ahc_inb(ahc, SCB_CONTROL) & STATUS_RCVD) == 0) {
ahc_outb(ahc, SCB_CONTROL,
ahc_inb(ahc, SCB_CONTROL) & mask);
ahc_outb(ahc, SCB_CONTROL, 0);
ahc_outb(ahc, SCB_CONTROL, 0);
ahc_outb(ahc, SCB_CONTROL, 0);
ahc_inb(ahc, SCB_CONTROL));
ahc_scb_control_print(ahc_inb(ahc, SCB_CONTROL), &cur_col, 60);
ahc_scb_control_print(ahc_inb(ahc, SCB_CONTROL),
ahc_inb(ahc, SCB_CONTROL));