Subject: Re: Long rewind time on atapi tape drive
To: None <current-users@netbsd.org>
From: Martin J. Laubach <mjl@NetBSD.org>
List: current-users
Date: 10/10/2007 23:22:21
|  +	if (immediate)
|  +		timeout = ST_CTL_TIME;
|  +	else
|  +		timeout = ST_SPC_TIME;
|  +
|  -	    ST_RETRIES, immediate ? ST_CTL_TIME: ST_SPC_TIME, NULL, flags);
|  +	    ST_RETRIES, timeout, NULL, flags);

  Er, am I just dense or doesn't that not change anything wrt
behaviour?

	mjl