aic79xx.c | 1757 u_int perrdiag; local in function:ahd_handle_transmission_error 1787 perrdiag = ahd_inb(ahd, PERRDIAG); 1811 ahd_perrdiag_print(perrdiag, &cur_col, 50); 1906 } else if ((perrdiag & (PARITYERR|PREVPHASE)) == PARITYERR) { 2069 } else if ((ahd_inb(ahd, PERRDIAG) & PARITYERR) != 0) { 8707 ahd_perrdiag_print(ahd_inb(ahd, PERRDIAG), &cur_col, 50);
|