From owner-cvs-all Mon May 8 18: 8:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5AA237BC60; Mon, 8 May 2000 18:08:21 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA39390; Mon, 8 May 2000 18:08:21 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200005090108.SAA39390@freefall.freebsd.org> From: Matt Jacob Date: Mon, 8 May 2000 18:08:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/05/08 18:08:21 PDT Modified files: sys/dev/isp isp_freebsd.c Log: Add in a watchdog routine to catch cases where we've dropped the command. Apparently the f/w has finished the command, but somehow an interrupt is being lost. So, we just plain wedge when booting alphas. This is a general routine we've needed for a while. Revision Changes Path 1.36 +33 -3 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message