Plan 9 from Bell Labs 1992-12-13
1 files changed, 1 insertions(+), 1 deletions(-) M power/scsi.c
M power/scsi.c => power/scsi.c +1 -1
@@ 298,7 298,7 @@ scsiexec(Scsi *p, int read) if(p->target == CtlrID) return 0x6002; - p->status = scsiio(1, p, rw); + p->status = scsiio(0, p, rw); return p->status; }