summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2000-10-03 15:00:11 +0000
committersos <sos@FreeBSD.org>2000-10-03 15:00:11 +0000
commit7efcbf6838c99169d7140c19ab3e85a540891cda (patch)
tree3cd2a8a3d6c1404d49871ce1ab00a5f232736436 /sys
parenta57dc4347c2d7330905e1401d7241dfc958f7019 (diff)
downloadFreeBSD-src-7efcbf6838c99169d7140c19ab3e85a540891cda.zip
FreeBSD-src-7efcbf6838c99169d7140c19ab3e85a540891cda.tar.gz
Add ATA_ENABLE_TAGS options description
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/i386/conf/NOTES2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 1fee050..62673e5 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1404,9 +1404,11 @@ hint.ata.1.irq="15"
# ATA_ENABLE_ATAPI_DMA: enable DMA on ATAPI device, since many ATAPI devices
# claim to support DMA but doesn't actually work, this
# is not enabled as default.
+# ATA_ENABLE_TAGS enable tagged queuing on ATA disks that supports it.
options ATA_STATIC_ID
options ATA_ENABLE_ATAPI_DMA
+options ATA_ENABLE_TAGS
#
# Standard floppy disk controllers and floppy tapes, supports
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 1fee050..62673e5 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1404,9 +1404,11 @@ hint.ata.1.irq="15"
# ATA_ENABLE_ATAPI_DMA: enable DMA on ATAPI device, since many ATAPI devices
# claim to support DMA but doesn't actually work, this
# is not enabled as default.
+# ATA_ENABLE_TAGS enable tagged queuing on ATA disks that supports it.
options ATA_STATIC_ID
options ATA_ENABLE_ATAPI_DMA
+options ATA_ENABLE_TAGS
#
# Standard floppy disk controllers and floppy tapes, supports
OpenPOWER on IntegriCloud