summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-10-11 13:01:51 +0000
committermav <mav@FreeBSD.org>2015-10-11 13:01:51 +0000
commit64d53c4c7d2401ff7f259304054800f496e26941 (patch)
treeae68a3ddda28f0bc480012dc566360581eeafc38 /sys/conf
parent1fd9c17d055b56ee0020a5f8cd93b732498cf04b (diff)
downloadFreeBSD-src-64d53c4c7d2401ff7f259304054800f496e26941.zip
FreeBSD-src-64d53c4c7d2401ff7f259304054800f496e26941.tar.gz
Remove compatibility shims for legacy ATA device names.
We got new ATA stack in FreeBSD 8.x, switched to it at 9.x, completely removed old stack at 10.x, so at 11.x it is time to remove compat shims.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 05ffe55..c6478f9 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1759,12 +1759,9 @@ hint.ata.1.irq="15"
#
# The following options are valid on the ATA driver:
#
-# 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
#
OpenPOWER on IntegriCloud