From owner-cvs-all Sat Dec 2 10: 8:39 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 03BD537B400; Sat, 2 Dec 2000 10:08:36 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2I8Zw83645; Sat, 2 Dec 2000 10:08:35 -0800 (PST) (envelope-from mjacob) Message-Id: <200012021808.eB2I8Zw83645@freefall.freebsd.org> From: Matt Jacob Date: Sat, 2 Dec 2000 10:08:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/02 10:08:35 PST Modified files: sys/dev/isp isp.c Log: Make the Not RESPONSE in RESPONSE QUEUE message have a bit more info (specifically, how many entries we've looked at so far). Maintain interrupt instrumentation. Use USEC_SLEEP instead of USEC_DELAY in a number of places (this allows us to drop locks and sleep instead of spin). Track changes to configuration options for topology preference. Fix botched order of printout for Channel, Target, Lun. Revision Changes Path 1.54 +37 -15 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message