From ff0b9e84303a313ca1c55fe24ce5c7dcaead7e64 Mon Sep 17 00:00:00 2001 From: avos Date: Thu, 21 Feb 2019 09:54:57 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.freebsd.org/base/stable/10@344431 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/conf/NOTES | 3 --- sys/dev/ata/ata-all.h | 4 ---- 2 files changed, 7 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 21fe8ab28..b48b35d1b 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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 diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h index cf8ed784e..d2b257985 100644 --- a/sys/dev/ata/ata-all.h +++ b/sys/dev/ata/ata-all.h @@ -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 { -- 2.45.0