From owner-cvs-all Thu Dec 2 23:42:27 1999 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 7F47F14BDB; Thu, 2 Dec 1999 23:42:25 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA64679; Thu, 2 Dec 1999 23:40:33 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Message-Id: <199912030740.XAA64679@freefall.freebsd.org> From: Matt Jacob Date: Thu, 2 Dec 1999 23:40:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/12/02 23:40:33 PST Modified files: (Branch: RELENG_3) sys/dev/isp isp.c Log: MFC: cleanup request/response queue size u_int8_t to u_int16_t change. Change the usage of 'used' to 'touched'. Change some messages to be CFGPRINTF instead of PRINTF. Clean up f/w download. If we're a 2100 less than rev 5, turn off loop fairness. Fix some random botches. Use the isp_getrqentry inline to get the next request queue entry. Revision Changes Path 1.11.2.11 +182 -139 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message