From owner-cvs-src@FreeBSD.ORG Mon May 24 21:19:02 2004 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 E0CC316A4CF; Mon, 24 May 2004 21:19:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C202543D3F; Mon, 24 May 2004 21:19:02 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4P4IMqj046102; Mon, 24 May 2004 21:18:22 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4P4IMgf046101; Mon, 24 May 2004 21:18:22 -0700 (PDT) (envelope-from njl) Message-Id: <200405250418.i4P4IMgf046101@repoman.freebsd.org> From: Nate Lawson Date: Mon, 24 May 2004 21:18:22 -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_thermal.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: Tue, 25 May 2004 04:19:03 -0000 njl 2004/05/24 21:18:22 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: Remove call to _INI for thermal devices. ACPI-CA now calls _INI for Devices, ThermalZones, and Processors. Revision Changes Path 1.46 +0 -6 src/sys/dev/acpica/acpi_thermal.c