svn commit: r199050 - in head/sys: conf dev/ata

Alexander Leidinger Alexander at Leidinger.net
Mon Nov 9 12:59:21 UTC 2009


Quoting Alexander Motin <mav at FreeBSD.org> (from Sun, 8 Nov 2009  
14:33:19 +0000 (UTC)):

> Log:
>   Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4)
>   command timeout.

> Modified: head/sys/conf/NOTES
> ==============================================================================
> --- head/sys/conf/NOTES	Sun Nov  8 14:28:23 2009	(r199049)
> +++ head/sys/conf/NOTES	Sun Nov  8 14:33:19 2009	(r199050)
> @@ -1715,8 +1715,11 @@ hint.ata.1.irq="15"
>  #
>  # ATA_STATIC_ID:	controller numbering is static ie depends on location
>  #			else the device numbers are dynamically allocated.
> +# ATA_REQUEST_TIMEOUT:	the number of seconds to wait for an ATA request
> +#			before timing out.
>
>  options 	ATA_STATIC_ID
> +#options 	ATA_REQUEST_TIMEOUT=10

Don't we use "$default_value + 1" in NOTES?

Bye,
Alexander.

-- 
: is not an identifier

http://www.Leidinger.net    Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org       netchild @ FreeBSD.org  : PGP ID = 72077137


More information about the svn-src-head mailing list