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 | |
parent | 560883e2d1b072efd0971e9d2789487e7cd62550 (diff) | |
download | FreeBSD-src-5770f6b1b1112991fa75ce5a9119ea165680819d.zip FreeBSD-src-5770f6b1b1112991fa75ce5a9119ea165680819d.tar.gz |
Remove the now defunct ATA_ENABLE* options
Spotted by: phk
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/conf/NOTES | 10 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/i386/conf/NEWCARD | 1 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 10 |
5 files changed, 0 insertions, 23 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index c660ea3..b612434 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -73,7 +73,6 @@ device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering -#options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers device ahb # EISA AHA1742 family 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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index c660ea3..b612434 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -73,7 +73,6 @@ device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering -#options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers device ahb # EISA AHA1742 family diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD index 19a5d86..4a2dfbb 100644 --- a/sys/i386/conf/NEWCARD +++ b/sys/i386/conf/NEWCARD @@ -84,7 +84,6 @@ device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering -#options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers device ahb # EISA AHA1742 family diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 7ab15ed..52f32ed 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/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 |