From owner-cvs-all Sun Oct 8 18: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 6BDFC37B503; Sun, 8 Oct 2000 18:48:21 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98982; Sun, 8 Oct 2000 18:48:21 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200010090148.SAA98982@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 8 Oct 2000 18: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.seq aic7xxx_freebsd.c aic7xxx_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/10/08 18:48:21 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.seq aic7xxx_freebsd.c aic7xxx_pci.c Log: MFC: disable chip interrupts when stepping out of a critical section, correct critical section calculation, correct error recovery code to prevent unsolicited reconnect errors, and correct async notifications for BDR and bus reset events. Revision Changes Path 1.41.2.7 +57 -48 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.4 +1 -2 src/sys/dev/aic7xxx/aic7xxx.h 1.94.2.4 +1 -2 src/sys/dev/aic7xxx/aic7xxx.seq 1.3.2.7 +31 -10 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.2.2.3 +2 -2 src/sys/dev/aic7xxx/aic7xxx_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message