aic7xxx.c | 669 "Lastphase = 0x%x, Curphase = 0x%x\n", 760 u_int curphase; local in function:ahc_handle_seqint 768 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; 769 ahc_outb(ahc, LASTPHASE, curphase); 770 ahc_outb(ahc, SCSISIGO, curphase); 1054 u_int curphase; local in function:ahc_handle_scsiint 1063 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; 1075 * curphase and lastphase. 1078 || curphase == P_DATAIN || curphase == P_DATAIN_DT 2548 u_int curphase; local in function:ahc_handle_proto_violation [all...] |