aic79xx.c | 1508 u_int lqostat0; local in function:ahd_handle_scsiint 1519 lqostat0 = ahd_inb(ahd, LQOSTAT0); 1561 } else if (lqostat0 != 0) { 1562 printf("%s: lqostat0 == 0x%x!\n", ahd_name(ahd), lqostat0); 1563 ahd_outb(ahd, CLRLQOINT0, lqostat0); 8712 ahd_lqostat0_print(ahd_inb(ahd, LQOSTAT0), &cur_col, 50);
|