Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 1998 14:38:03 -0700
From:      "David O'Brien" <obrien@NUXI.com>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: 980513 CAM snapshot available
Message-ID:  <19980517143803.39354@nuxi.com>
In-Reply-To: <199805151640.KAA06270@pluto.plutotech.com>; from Justin T. Gibbs on Fri, May 15, 1998 at 10:36:28AM -0600
References:  <199805151640.KAA06270@pluto.plutotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I've having problems with CAM and an old Toshiba XM-3401 CDROM drive.
Justin sent me this patch to get better debuging information.
If anyone is having CAM problems, you might want to apply to, so you can
give Justin a little more information:


*** sys/dev/aic7xxx/aic7xxx.c.orig
--- sys/dev/aic7xxx/aic7xxx.c
***************
*** 2157,2163 ****
  		if (ahc_ccb_status(ccb) == CAM_BDR_SENT)
  			ahc_set_ccb_status(ccb, CAM_CMD_TIMEOUT);
  		xpt_print_path(ccb->ccb_h.path);
! 		printf("no longer in timeout\n");
  	}
  	if ((scb->flags & (SCB_MSGOUT_WDTR|SCB_MSGOUT_SDTR)) != 0) {
  		/*
--- 2157,2164 ----
  		if (ahc_ccb_status(ccb) == CAM_BDR_SENT)
  			ahc_set_ccb_status(ccb, CAM_CMD_TIMEOUT);
  		xpt_print_path(ccb->ccb_h.path);
! 		printf("no longer in timeout, status = %x\n",
! 		       ccb->ccb_h.status);
  	}
  	if ((scb->flags & (SCB_MSGOUT_WDTR|SCB_MSGOUT_SDTR)) != 0) {
  		/*

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980517143803.39354>