From owner-cvs-sys Fri Apr 25 22:03:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA05854 for cvs-sys-outgoing; Fri, 25 Apr 1997 22:03:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA05826; Fri, 25 Apr 1997 22:03:22 -0700 (PDT) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12024; Fri, 25 Apr 1997 22:03:21 -0700 (PDT) Date: Fri, 25 Apr 1997 22:03:21 -0700 (PDT) Message-Id: <199704260503.WAA12024@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk gibbs 97/04/25 22:03:20 Modified: sys/i386/scsi aic7xxx.c Log: Print out some more diagnostic information when we reject a message. When we request sense, don't allow disconnection. This closes a window where we might allow an overlapped tagged and non-tagged transaction. The correct fix is to freeze the queue for the target that requests sense which is what will happen in the new CAM framework. Revision Changes Path 1.118 +10 -4 src/sys/i386/scsi/aic7xxx.c