Index: share/man/man4/scsi.4 =================================================================== RCS file: /home/dcvs/src/share/man/man4/scsi.4,v retrieving revision 1.3 diff -u -r1.3 scsi.4 --- share/man/man4/scsi.4 2 Apr 2006 16:50:05 -0000 1.3 +++ share/man/man4/scsi.4 20 Dec 2007 23:55:32 -0000 @@ -50,6 +50,7 @@ .Cd "options CAM_DEBUG_LUN=-1" .Cd "options CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_CDB" .Cd "options CAM_MAX_HIGHPOWER=4" +.Cd "options CAM_NEW_TRAN_CODE" .Cd "options SCSI_NO_SENSE_STRINGS" .Cd "options SCSI_NO_OP_STRINGS" .Cd "options SCSI_DELAY=8000" @@ -91,6 +92,8 @@ electrical power than normal operation of the disk. This option allows the user to specify how many concurrent high power commands may be outstanding without overloading the power supply on his computer. +.It Dv CAM_NEW_TRAN_CODE +This is a new transport layer code for CAM. .It Dv SCSI_NO_SENSE_STRINGS This eliminates text descriptions of each .Tn SCSI Index: sys/config/LINT =================================================================== RCS file: /home/dcvs/src/sys/config/LINT,v retrieving revision 1.142 diff -u -r1.142 LINT --- sys/config/LINT 24 Nov 2007 19:19:43 -0000 1.142 +++ sys/config/LINT 20 Dec 2007 23:56:20 -0000 @@ -934,6 +934,7 @@ # CAM_DEBUG_SUBTRACE, and CAM_DEBUG_CDB # # CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds +# CAM_NEW_TRAN_CODE: New transport layer code for CAM. # SCSI_NO_SENSE_STRINGS: When defined disables sense descriptions # SCSI_NO_OP_STRINGS: When defined disables opcode descriptions # SCSI_DELAY: The number of MILLISECONDS to freeze the SIM (scsi adapter)