From owner-cvs-all Mon Dec 4 23:48: 4 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:48:02 2000 Return-Path: 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 5F76037B400; Mon, 4 Dec 2000 23:48:02 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB57m2S05083; Mon, 4 Dec 2000 23:48:02 -0800 (PST) (envelope-from mjacob) Message-Id: <200012050748.eB57m2S05083@freefall.freebsd.org> From: Matt Jacob Date: Mon, 4 Dec 2000 23:48:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/04 23:48:02 PST Modified files: (Branch: RELENG_4) sys/dev/isp isp.c Log: MFC: 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.41.2.7 +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