From owner-cvs-all Sun Mar 18 16:28: 8 2001 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 2170137B718; Sun, 18 Mar 2001 16:28:05 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2J0S4G25210; Sun, 18 Mar 2001 16:28:04 -0800 (PST) (envelope-from des) Message-Id: <200103190028.f2J0S4G25210@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 18 Mar 2001 16:28:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa npx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/03/18 16:28:04 PST Modified files: sys/i386/isa npx.c Log: Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t instead of long and int64_t; and print the result as an unsigned long. This should make the output from the bzero() test more readable, and avoid printing a negative bandwidth. Note that this doesn't change the decision process, since that is based on time elapsed, not on computed bandwidth. Revision Changes Path 1.93 +4 -4 src/sys/i386/isa/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message