From 02c2b7d9638301536b0be85fdccbcdf3dde2fb71 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Wed, 21 Mar 2012 08:50:47 +0000 Subject: [PATCH] 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 --- sys/conf/NOTES | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 21f159ff8d0..a410d63cdd3 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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