From 7617aa05d050c3bf431c83dcc96efaae0c966adf Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Mon, 21 Jan 2008 07:25:22 +0000 Subject: [PATCH] Add CAM_NEW_TRAN_CODE option to LINT. --- sys/config/LINT | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/config/LINT b/sys/config/LINT index 724fadeb20..864cba4f28 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/config/LINT,v 1.145 2007/12/29 13:40:28 swildner Exp $ +# $DragonFly: src/sys/config/LINT,v 1.146 2008/01/21 07:25:22 pavalos Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -948,6 +948,7 @@ options CAM_DEBUG_TARGET=-1 options CAM_DEBUG_LUN=-1 options CAM_DEBUG_FLAGS="CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB" options CAM_MAX_HIGHPOWER=4 +options CAM_NEW_TRAN_CODE options SCSI_NO_SENSE_STRINGS options SCSI_NO_OP_STRINGS options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device -- 2.11.4.GIT