qoutpos          6499 dev/ic/aic7xxx.c 	uint8_t qoutpos;
qoutpos          6588 dev/ic/aic7xxx.c 	qoutpos = ahc->qoutfifonext;
qoutpos          6590 dev/ic/aic7xxx.c 	while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) {
qoutpos          6591 dev/ic/aic7xxx.c 		printf("%d ", ahc->qoutfifo[qoutpos]);
qoutpos          6592 dev/ic/aic7xxx.c 		qoutpos++;