diff options
author | mjacob <mjacob@FreeBSD.org> | 2001-06-24 18:15:58 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2001-06-24 18:15:58 +0000 |
commit | d9e21dea0fc8d81c0f0255d60c91ac061ad81d0f (patch) | |
tree | 07682625c267dfbdcef52cdd62cde68854fea144 /sys/conf | |
parent | 0b9658e72ed639c5966b89b4685aefd8129184bf (diff) | |
download | FreeBSD-src-d9e21dea0fc8d81c0f0255d60c91ac061ad81d0f.zip FreeBSD-src-d9e21dea0fc8d81c0f0255d60c91ac061ad81d0f.tar.gz |
Add CAM_NEW_TRAN_CODE as an option (to be included in opt_cam.h).
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 58d7ce7..6fc2289 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -177,10 +177,13 @@ CAM_DEBUG_BUS opt_cam.h CAM_DEBUG_TARGET opt_cam.h CAM_DEBUG_LUN opt_cam.h CAM_DEBUG_FLAGS opt_cam.h +CAM_NEW_TRAN_CODE opt_cam.h SCSI_DELAY opt_scsi.h SCSI_NO_SENSE_STRINGS opt_scsi.h SCSI_NO_OP_STRINGS opt_scsi.h + + # Options used only in cam/scsi/scsi_cd.c CHANGER_MIN_BUSY_SECONDS opt_cd.h CHANGER_MAX_BUSY_SECONDS opt_cd.h |