diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2001-03-16 11:52:25 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2001-03-16 11:52:25 +0000 |
| commit | 48c14243856d6920a52232a7f22b972cfbe9df4c (patch) | |
| tree | e7820366804c68528f0164452e91f54948aa47b6 | |
| parent | f13bb8329260033b27d1214f3abdcf4c5383fed6 (diff) | |
Notes
| -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 c660ea31e63e..b61243451a0f 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 7ab15ed2fba2..52f32ed86eab 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 c660ea31e63e..b61243451a0f 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 19a5d86b1329..4a2dfbb3c36a 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 7ab15ed2fba2..52f32ed86eab 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 |
