From owner-cvs-all Wed Oct 11 16:48:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 846F837B502; Wed, 11 Oct 2000 16:48:21 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA00188; Wed, 11 Oct 2000 16:48:21 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200010112348.QAA00188@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 11 Oct 2000 16:48:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx_freebsd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/10/11 16:48:21 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx_freebsd.c Log: MFC: Store ahc pointer in SCB, fix timeout handler to not dereference unsafe portions of the timedout SCB until we know it has not already completed, use a flag in the SCB to indicate that we are on the untagged queue, fix ahc_search_qinfifo's cleanup of the busy target table. Revision Changes Path 1.41.2.8 +25 -33 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.5 +3 -1 src/sys/dev/aic7xxx/aic7xxx.h 1.3.2.9 +8 -12 src/sys/dev/aic7xxx/aic7xxx_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message