~kris/9p

9hist

2d276dc1034a78f59cd68743f4fb973f52cc62a7 — David du Colombier 25 years ago ad3bf7a
Plan 9 from Bell Labs 2001-01-01
1 files changed, 1 insertions(+), 1 deletions(-)

M pc/sdata.c
M pc/sdata.c => pc/sdata.c +1 -1
@@ 1499,7 1499,7 @@ atainterrupt(Ureg*, void* arg)
	if((drive = ctlr->curdrive) == nil){
		iunlock(ctlr);
		if((DEBUG & DbgDEBUG) && ctlr->command != Cedd)
			print("Inil%2.2uX+", ctlr->command);
			print("Inil%2.2uX/%2.2uX+", ctlr->command, status);
		return;
	}