From owner-cvs-all Thu Sep 24 15:44:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02367 for cvs-all-outgoing; Thu, 24 Sep 1998 15:44:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02353; Thu, 24 Sep 1998 15:43:56 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA15564; Thu, 24 Sep 1998 15:43:56 -0700 (PDT) Date: Thu, 24 Sep 1998 15:43:56 -0700 (PDT) Message-Id: <199809242243.PAA15564@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/24 15:43:55 PDT Modified files: sys/cam cam_xpt.c Log: Fix a few problems with the tag delay code: - Tagged devices were limited to one transaction (oops) - We revert to untagged with a tag delay if the user changed the transfer negotiation values (via perhaps camcontrol some day). - xpt_async did not use the expanded path in some cases which could cause a panic. Revision Changes Path 1.13 +68 -47 src/sys/cam/cam_xpt.c