From owner-cvs-all Sun Mar 24 3:33:56 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 CC82137B400; Sun, 24 Mar 2002 03:33:52 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2OBXqv96993; Sun, 24 Mar 2002 03:33:52 -0800 (PST) (envelope-from phk) Message-Id: <200203241133.g2OBXqv96993@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 24 Mar 2002 03:33:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_timer.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 phk 2002/03/24 03:33:52 PST Modified files: sys/dev/acpica acpi_timer.c Log: Hide the ACPI counter probing printf behind bootverbose. The conclusion is that this method really can tell the perfect from the less than perfect ACPI counters. It is in fact probably a bit more discriminative than that, but we will rather condemn some otherwise perfect counters to the slightly slower "-safe" version, than certify a counter as perfect which will let us down later. Many thanks to all the people who sent email reports! Revision Changes Path 1.15 +4 -3 src/sys/dev/acpica/acpi_timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message