~kris/9p

9hist

c5091f27f71d5bc9d64cfcf560605bd6dd51c3b0 — David du Colombier 26 years ago 826052e
Plan 9 from Bell Labs 2000-07-15
1 files changed, 1 insertions(+), 1 deletions(-)

M pc/sdata.c
M pc/sdata.c => pc/sdata.c +1 -1
@@ 509,7 509,7 @@ ataidentify(int cmdport, int ctlport, int dev, int pkt, void* info)
	outb(cmdport+Command, command);
	microdelay(1);

	as = ataready(cmdport, ctlport, 0, Bsy, Drq|Err, 104*1000);
	as = ataready(cmdport, ctlport, 0, Bsy, Drq|Err, 400*1000);
	if(as < 0)
		return -1;
	if(as & Err)