From owner-cvs-src@FreeBSD.ORG Fri Oct 24 14:01:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6948B16A4B3; Fri, 24 Oct 2003 14:01:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC88A43FCB; Fri, 24 Oct 2003 14:01:31 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9OL1VXJ023094; Fri, 24 Oct 2003 14:01:31 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9OL1VWj023093; Fri, 24 Oct 2003 14:01:31 -0700 (PDT) (envelope-from jhb) Message-Id: <200310242101.h9OL1VWj023093@repoman.freebsd.org> From: John Baldwin Date: Fri, 24 Oct 2003 14:01:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 mp_clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 21:01:32 -0000 jhb 2003/10/24 14:01:31 PDT FreeBSD src repository Modified files: sys/i386/i386 mp_clock.c Log: - Fail to probe if acpi0 probed ok as this driver basically tries to probe the ACPI timer and we shouldn't do that if ACPI is already around to do that for us. - Set a description and tweak the order of checks in the probe function to more closely match other PCI drivers. This should probably be moved to sys/dev/piix/piix.c at some point and turned on for all i386 kernels rather than just SMP ones. Revision Changes Path 1.18 +12 -7 src/sys/i386/i386/mp_clock.c