From owner-cvs-all Tue Jan 1 13:45:35 2002 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 7BCEB37B417; Tue, 1 Jan 2002 13:45:30 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g01LjUj46714; Tue, 1 Jan 2002 13:45:30 -0800 (PST) (envelope-from jake) Message-Id: <200201012145.g01LjUj46714@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 1 Jan 2002 13:45:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ofw ofw_console.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/01/01 13:45:30 PST Modified files: sys/dev/ofw ofw_console.c Log: 1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4. This gives a bit of a sluggish console, but it prevents the console from getting stuck if we poll too fast, as well as other badness on certain machines. 2. Fix a test for != 0 that should have been > 0. Noticed by: Jamey Wood and myself Submitted by: tmm (2) Revision Changes Path 1.4 +3 -3 src/sys/dev/ofw/ofw_console.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message