MFC r344198:

GC ATA_REQUEST_TIMEOUT option remnants

It was removed from code in r249083 and from sys/conf/options in r249213.

PR:		193935, 222170
This commit is contained in:
Andriy Voskoboinyk 2019-02-21 09:54:57 +00:00
parent 726c292d34
commit 9ae23c37e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=344431
2 changed files with 0 additions and 7 deletions

View File

@ -1765,11 +1765,8 @@ 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
#
# Standard floppy disk controllers and floppy tapes, supports

View File

@ -207,10 +207,6 @@
#define ATA_OP_FINISHED 1
#define ATA_MAX_28BIT_LBA 268435455UL
#ifndef ATA_REQUEST_TIMEOUT
#define ATA_REQUEST_TIMEOUT 10
#endif
/* structure used for composite atomic operations */
#define MAX_COMPOSITES 32 /* u_int32_t bits */
struct ata_composite {