diff options
author | sos <sos@FreeBSD.org> | 2001-03-16 11:52:25 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 2001-03-16 11:52:25 +0000 |
commit | 5770f6b1b1112991fa75ce5a9119ea165680819d (patch) | |
tree | 0ce2b464ef96a12f6bc1eeb4ac47918bbbc6e99c /sys/conf | |
parent | 560883e2d1b072efd0971e9d2789487e7cd62550 (diff) | |
download | FreeBSD-src-5770f6b1b1112991fa75ce5a9119ea165680819d.zip FreeBSD-src-5770f6b1b1112991fa75ce5a9119ea165680819d.tar.gz |
Remove the now defunct ATA_ENABLE* options
Spotted by: phk
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 7ab15ed..52f32ed 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1488,18 +1488,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_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 # # Standard floppy disk controllers and floppy tapes, supports |