mfm.c | 244 int termcode, i; local in function:mfm_command 283 termcode = (dkc->dkc_stat & DKC_ST_TERMCOD) >> 3; 285 printf("cmd:0x%x: termcode=0x%x, status=0x%x, cstat=0x%x, dstat=0x%x\n", 286 cmd, termcode, dkc->dkc_stat, sreg.udc_cstat, sreg.udc_dstat);
|