mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Exclude devices which are mutually exclusive with ATA_CAM. For better
or worse, the former are still built as modules as part of the LINT builds Reviewed by: mav MFC after: 1 week
This commit is contained in:
parent
d0e6c546a2
commit
02c2b7d963
1 changed files with 6 additions and 6 deletions
|
|
@ -1715,12 +1715,12 @@ device siis
|
|||
# For example to build a system which only supports a VIA chipset,
|
||||
# omit 'ata' and include the 'atacore', 'atapci' and 'atavia' drivers.
|
||||
device ata
|
||||
device atadisk # ATA disk drives
|
||||
device ataraid # ATA RAID drives
|
||||
device atapicd # ATAPI CDROM drives
|
||||
device atapifd # ATAPI floppy drives
|
||||
device atapist # ATAPI tape drives
|
||||
device atapicam # emulate ATAPI devices as SCSI ditto via CAM
|
||||
#device atadisk # ATA disk drives
|
||||
#device ataraid # ATA RAID drives
|
||||
#device atapicd # ATAPI CDROM drives
|
||||
#device atapifd # ATAPI floppy drives
|
||||
#device atapist # ATAPI tape drives
|
||||
#device atapicam # emulate ATAPI devices as SCSI ditto via CAM
|
||||
# needs CAM to be present (scbus & pass)
|
||||
|
||||
# Modular ATA
|
||||
|
|
|
|||
Loading…
Reference in a new issue