aic79xx.c | 1640 u_int lqostat1; local in function:ahd_handle_scsiint 1660 lqostat1 = ahd_inb(ahd, LQOSTAT1); 1690 packetized = (lqostat1 & LQOBUSFREE) != 0; 1979 u_int lqostat1; local in function:ahd_handle_pkt_busfree 1983 lqostat1 = ahd_inb(ahd, LQOSTAT1); 1984 if ((lqostat1 & LQOBUSFREE) != 0) { 8713 ahd_lqostat1_print(ahd_inb(ahd, LQOSTAT1), &cur_col, 50);
|