From owner-freebsd-stable Sun May 17 14:56:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24691 for freebsd-stable-outgoing; Sun, 17 May 1998 14:56:12 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24598 for ; Sun, 17 May 1998 14:55:39 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.8.7/8.6.12) id VAA19871; Sun, 17 May 1998 21:38:03 GMT Message-ID: <19980517143803.39354@nuxi.com> Date: Sun, 17 May 1998 14:38:03 -0700 From: "David O'Brien" To: freebsd-stable@FreeBSD.ORG Subject: Re: 980513 CAM snapshot available Reply-To: obrien@NUXI.com References: <199805151640.KAA06270@pluto.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199805151640.KAA06270@pluto.plutotech.com>; from Justin T. Gibbs on Fri, May 15, 1998 at 10:36:28AM -0600 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.5-STABLE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk 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