Add text for option ATA_ENABLE_WC.
This commit is contained in:
parent
2860fa873e
commit
bb0030a4f8
@ -1478,10 +1478,14 @@ 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_WC enable write caching on ATA disks that supports it.
|
||||
# ATA_ENABLE_TAGS enable tagged queuing on ATA disks that supports it.
|
||||
# Also turns on write caching as that seem to be
|
||||
# required for tagged queing to work.
|
||||
|
||||
options ATA_STATIC_ID
|
||||
options ATA_ENABLE_ATAPI_DMA
|
||||
options ATA_ENABLE_WC
|
||||
options ATA_ENABLE_TAGS
|
||||
|
||||
#
|
||||
|
@ -1478,10 +1478,14 @@ 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_WC enable write caching on ATA disks that supports it.
|
||||
# ATA_ENABLE_TAGS enable tagged queuing on ATA disks that supports it.
|
||||
# Also turns on write caching as that seem to be
|
||||
# required for tagged queing to work.
|
||||
|
||||
options ATA_STATIC_ID
|
||||
options ATA_ENABLE_ATAPI_DMA
|
||||
options ATA_ENABLE_WC
|
||||
options ATA_ENABLE_TAGS
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user