9fans archive / 2008 / 09 / 217 /    prev next

From: cinap_lenrek@gmx.de
Subject: [9fans] SB600 i/o error on read/write
Date: Thu, 25 Sep 2008 21:34:01 +0200

hm... looks like we hit this:

static void
westerndigitalhung(Drive *d)
{
	if((d->portm.feat&Datapi) == 0 && d->active && TK2MS(d->intick) > 5000){
		dprint("%s: drive hung; resetting [%lux] ci %lx\n",
			d->unit->name, d->port->task, d->port->ci);
		d->state = Dreset;
	}
}

is ms in TK2MS refering to milliseconds? if this is the case, the error occurs mutch
faster than 5 seconds after i started the dd. maybe my machine is not time callibrated
correctly?

--
cinap