From owner-cvs-all Sat Nov 11 21:19:51 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 E41D337B479; Sat, 11 Nov 2000 21:19:47 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA72972; Sat, 11 Nov 2000 21:19:47 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Message-Id: <200011120519.VAA72972@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 11 Nov 2000 21:19:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c aic7xxx.seq aic7xxx_inline.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/11/11 21:19:47 PST Modified files: sys/dev/aic7xxx aic7xxx.c aic7xxx.seq aic7xxx_inline.h Log: aic7xxx.c: Shutdown the card when a catastrophic error occurs. This quenches any interrupts stemming from the card. aic7xxx_inline.h: Return instead of processing additional interrupt state after handling a catastrophic error. We now shutdown the chip in this case in the hopes that the system can live without this controller. The shutdown process invalidates any other interrupt state. aic7xxx.seq: Only attempt to clear SCSIBUSL on Ultra2 controllers. The clearing is workaround for a selection timeout bug on U2/U160 controllers and happens to be illegal on aic7770 (EISA/VL) controllers. Revision Changes Path 1.60 +4 -1 src/sys/dev/aic7xxx/aic7xxx.c 1.106 +10 -4 src/sys/dev/aic7xxx/aic7xxx.seq 1.8 +5 -2 src/sys/dev/aic7xxx/aic7xxx_inline.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message