/src/sys/arch/mvme68k/dev/ |
sbic.c | 131 int sbicgo (struct sbic_softc *, struct scsipi_xfer *); 583 else if (sbicgo(dev, xs) == 0 && xs->error != XS_SELTIMEOUT) 1530 sbicgo(struct sbic_softc *dev, struct scsipi_xfer *xs) function in typeref:typename:int 1544 printf("sbicgo(%d,%d): usedma=%d\n", 1607 printf("sbicgo dmago:%d(%p:%lx) dmacmd=0x%02x\n", dev->target, 1634 printf("sbicgo: LCI asr:%02x csr:%02x\n", 1646 printf("sbicgo: done & stat = 0xff\n"); 1686 printf("sbicgo: LCI asr:%02x csr:%02x\n", asr, csr);
|
sbic.c | 131 int sbicgo (struct sbic_softc *, struct scsipi_xfer *); 583 else if (sbicgo(dev, xs) == 0 && xs->error != XS_SELTIMEOUT) 1530 sbicgo(struct sbic_softc *dev, struct scsipi_xfer *xs) function in typeref:typename:int 1544 printf("sbicgo(%d,%d): usedma=%d\n", 1607 printf("sbicgo dmago:%d(%p:%lx) dmacmd=0x%02x\n", dev->target, 1634 printf("sbicgo: LCI asr:%02x csr:%02x\n", 1646 printf("sbicgo: done & stat = 0xff\n"); 1686 printf("sbicgo: LCI asr:%02x csr:%02x\n", asr, csr);
|
/src/sys/arch/acorn32/podulebus/ |
sbic.c | 149 static int sbicgo (struct sbic_softc *, struct scsipi_xfer *); 509 else if (sbicgo(dev, xs) == 0 && xs->error != XS_SELTIMEOUT) { 1529 sbicgo(struct sbic_softc *dev, struct scsipi_xfer *xs) function in typeref:typename:int 1550 DBGPRINTF(("sbicgo(%d,%d)\n", dev->target, dev->lun), 1568 /* printf("sbicgo: Trying to select busy bus!\n"); */ 1628 printf("sbicgo: LCI asr:%02x csr:%02x\n", asr, csr); 1635 printf("sbicgo: done & stat = 0xff\n"); 2365 (routine == 1) ? "sbicgo" :
|
sbic.c | 149 static int sbicgo (struct sbic_softc *, struct scsipi_xfer *); 509 else if (sbicgo(dev, xs) == 0 && xs->error != XS_SELTIMEOUT) { 1529 sbicgo(struct sbic_softc *dev, struct scsipi_xfer *xs) function in typeref:typename:int 1550 DBGPRINTF(("sbicgo(%d,%d)\n", dev->target, dev->lun), 1568 /* printf("sbicgo: Trying to select busy bus!\n"); */ 1628 printf("sbicgo: LCI asr:%02x csr:%02x\n", asr, csr); 1635 printf("sbicgo: done & stat = 0xff\n"); 2365 (routine == 1) ? "sbicgo" :
|
/src/sys/arch/amiga/dev/ |
sbic.c | 121 int sbicgo(struct sbic_softc *, struct scsipi_xfer *); 554 else if (sbicgo(dev, xs) == 0 && xs->error != XS_SELTIMEOUT) { 1603 sbicgo(struct sbic_softc *dev, struct scsipi_xfer *xs) function in typeref:typename:int 1621 printf("sbicgo(%d,%d)\n", dev->target, dev->lun); 1639 /* printf("sbicgo: Trying to select busy bus!\n"); */ 1682 printf("sbicgo: HELP! no bounce allocated for %d\n", 1704 printf("sbicgo: copying %x bytes to target %d bounce %x\n", 1768 printf("sbicgo dmago:%d(%p:%lx)\n", 1800 if (asr & SBIC_ASR_LCI) printf("sbicgo: LCI asr:%02x csr:%02x\n", 1807 if (i == SBIC_STATE_DONE && dev->sc_stat[0] == 0xff) printf("sbicgo: done & stat = 0xff\n") [all...] |
sbic.c | 121 int sbicgo(struct sbic_softc *, struct scsipi_xfer *); 554 else if (sbicgo(dev, xs) == 0 && xs->error != XS_SELTIMEOUT) { 1603 sbicgo(struct sbic_softc *dev, struct scsipi_xfer *xs) function in typeref:typename:int 1621 printf("sbicgo(%d,%d)\n", dev->target, dev->lun); 1639 /* printf("sbicgo: Trying to select busy bus!\n"); */ 1682 printf("sbicgo: HELP! no bounce allocated for %d\n", 1704 printf("sbicgo: copying %x bytes to target %d bounce %x\n", 1768 printf("sbicgo dmago:%d(%p:%lx)\n", 1800 if (asr & SBIC_ASR_LCI) printf("sbicgo: LCI asr:%02x csr:%02x\n", 1807 if (i == SBIC_STATE_DONE && dev->sc_stat[0] == 0xff) printf("sbicgo: done & stat = 0xff\n") [all...] |