~kris/9p

9hist

c8588c017e802f2f357a7af76890e71e6a3050bd — David du Colombier 31 years ago 17774c1
Plan 9 from Bell Labs 1995-09-09
1 files changed, 1 insertions(+), 1 deletions(-)

M port/devsd.c
M port/devsd.c => port/devsd.c +1 -1
@@ 146,7 146,7 @@ sdinit(void)
				nbytes = sizeof(scratch);
				memset(scratch, 0, nbytes);
				scsireqsense(d->t, 0, scratch, &nbytes, 1);
				if((scratch[2] & 0x0F) != 0x02)
				if((scratch[2] & 0x0F) != 0x02 && (scratch[2] & 0x0F) != 0)
					continue;
				if(type == TypeDA)
					scsistart(d->t, d->lun, 0);