From owner-freebsd-current@FreeBSD.ORG Sun May 13 08:39:35 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99B2B106564A for ; Sun, 13 May 2012 08:39:35 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 28A2B8FC0A for ; Sun, 13 May 2012 08:39:35 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 05167E6503 for ; Sun, 13 May 2012 09:39:44 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=message-id :date:from:mime-version:to:subject:content-type :content-transfer-encoding; s=mail; bh=KJ9atAicsf55JQTkOdPs9QpC5 xc=; b=aKYAeLZpfwOWCHZC/49+EzT8DFF5JHC+R/KFbjZls6Q6SlO9N1o4cOUGx 0L3jS7l8Joft9opKoIRw004CPi8Lr/ZW9cY6ycOa0129jElInaom90JYiyOOs0MS ZqKuyb2dQUTm+fgGvBDtKvxt3UUXPlJNh+nyp3fcpPFwtvWhtI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=message-id :date:from:mime-version:to:subject:content-type :content-transfer-encoding; q=dns; s=mail; b=Q+szS/a6ZotJlRW++ky pM/Z0SBX73DbN7WQpdH108q97XFNq8PsSrTCNeOl9X8ipuz7jNwcTZhbKnXdLTDt +4ihbFAIXSTMksY1CuqdPaqOOCdNi8417bKLHiX3e2Mo0rlNuAkXD96AGSGvzua8 ApKEcNLWtXTMV7n5chqWCl20= Received: from [192.168.2.2] (unknown [109.249.223.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 98E3CE6482 for ; Sun, 13 May 2012 09:39:44 +0100 (BST) Message-ID: <4FAF7343.8010808@cran.org.uk> Date: Sun, 13 May 2012 09:39:31 +0100 From: Bruce Cran User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ACPI 'driver bug: Unable to set devclass' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2012 08:39:35 -0000 I've just updated to -current and noticed the following errors in dmesg: acpi0: on motherboard acpi0: Power Button (fixed) acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, bbf00000 (3) failed driver bug: Unable to set devclass (class: acpi_sysresource devname: (unknown)) driver bug: Unable to set devclass (class: acpi_timer devname: (unknown)) cpu0: on acpi0 ACPI Warning: Incorrect checksum in table [OEMB] - 0x45, should be 0x44 (20120420/tbutils-293) driver bug: Unable to set devclass (class: acpi_sysresource devname: (unknown)) cpu2: on acpi0 driver bug: Unable to set devclass (class: acpi_sysresource devname: (unknown)) cpu1: on acpi0 driver bug: Unable to set devclass (class: acpi_sysresource devname: (unknown)) -- Bruce Cran