mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Completely remove ATA_16BIT_ONLY, since this is done automatically
by the ata driver nowadays. OK'd by: sos,peter
This commit is contained in:
parent
476a9a96b4
commit
d3041acd16
3 changed files with 0 additions and 9 deletions
|
|
@ -1108,12 +1108,9 @@ device atapist # ATAPI tape drives
|
|||
# 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_16BIT_ONLY: for older HW that doesn't support 32bit transfers on
|
||||
# the ATA channels (mostly old ISA boards).
|
||||
|
||||
options ATA_STATIC_ID
|
||||
options ATA_ENABLE_ATAPI_DMA
|
||||
#options ATA_16BIT_ONLY
|
||||
|
||||
#
|
||||
# For older non-PCI systems, these are the lines to use:
|
||||
|
|
|
|||
|
|
@ -1108,12 +1108,9 @@ device atapist # ATAPI tape drives
|
|||
# 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_16BIT_ONLY: for older HW that doesn't support 32bit transfers on
|
||||
# the ATA channels (mostly old ISA boards).
|
||||
|
||||
options ATA_STATIC_ID
|
||||
options ATA_ENABLE_ATAPI_DMA
|
||||
#options ATA_16BIT_ONLY
|
||||
|
||||
#
|
||||
# For older non-PCI systems, these are the lines to use:
|
||||
|
|
|
|||
|
|
@ -1108,12 +1108,9 @@ device atapist # ATAPI tape drives
|
|||
# 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_16BIT_ONLY: for older HW that doesn't support 32bit transfers on
|
||||
# the ATA channels (mostly old ISA boards).
|
||||
|
||||
options ATA_STATIC_ID
|
||||
options ATA_ENABLE_ATAPI_DMA
|
||||
#options ATA_16BIT_ONLY
|
||||
|
||||
#
|
||||
# For older non-PCI systems, these are the lines to use:
|
||||
|
|
|
|||
Loading…
Reference in a new issue