aic7xxx.c | 410 printf("%s: brkadrint, %s at seqaddr = 0x%x\n", 1101 "SEQADDR(0x%x) SCSIRATE(0x%x)\n", 1374 "SEQADDR == 0x%x\n", 1427 u_int seqaddr; local in function:ahc_clear_critical_section 1430 seqaddr = ahc_inb(ahc, SEQADDR0) 1434 * Seqaddr represents the next instruction to execute, 1438 if (seqaddr != 0) 1439 seqaddr -= 1; 1443 if (cs->begin < seqaddr && cs->end >= seqaddr) [all...] |