From owner-cvs-all@FreeBSD.ORG Thu May 6 10:25:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98D5916A4CE; Thu, 6 May 2004 10:25:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D1A43D3F; Thu, 6 May 2004 10:25:24 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46HPOGe043662; Thu, 6 May 2004 10:25:24 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46HPNWr043661; Thu, 6 May 2004 10:25:23 -0700 (PDT) (envelope-from njl) Message-Id: <200405061725.i46HPNWr043661@repoman.freebsd.org> From: Nate Lawson Date: Thu, 6 May 2004 10:25:23 -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/dev/acpica acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2004 17:25:24 -0000 njl 2004/05/06 10:25:23 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Rename acpi_cpu to cpu. Change the probe routine to early on reject devices it cannot attach to. This gets rid of extraneous but harmless device_probe_and_attach() errors. While I'm here, make the device description more useful. The !acpi case for cpu is handled by legacy0. Revision Changes Path 1.35 +90 -42 src/sys/dev/acpica/acpi_cpu.c