From 854fc46a8c553c49020bb66b036795c190f04b74 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sun, 23 Dec 2007 04:46:04 +0000 Subject: [PATCH] Fix typo that was causing CAM_NEW_TRAN_CODE to do nothing. --- sys/conf/options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/options b/sys/conf/options index 87222de2cd..ac1d9c2547 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,5 +1,5 @@ # $FreeBSD: src/sys/conf/options,v 1.191.2.53 2003/06/04 17:56:58 sam Exp $ -# $DragonFly: src/sys/conf/options,v 1.75 2007/12/20 23:31:26 pavalos Exp $ +# $DragonFly: src/sys/conf/options,v 1.76 2007/12/23 04:46:04 pavalos Exp $ # # On the handling of kernel options # @@ -205,7 +205,7 @@ 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 +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 -- 2.11.4.GIT