From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 02:00:49 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACD3695; Mon, 23 Jun 2014 02:00:49 +0000 (UTC) Received: from mail-in-16.arcor-online.net (mail-in-16.arcor-online.net [151.189.21.56]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BC2B2E46; Mon, 23 Jun 2014 02:00:49 +0000 (UTC) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mx.arcor.de (Postfix) with ESMTP id 89DA98461; Mon, 23 Jun 2014 03:27:10 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 82478562A06; Mon, 23 Jun 2014 03:27:10 +0200 (CEST) Received: from Dell-oben.fritz.box (dyndsl-037-138-110-208.ewe-ip-backbone.de [37.138.110.208]) (Authenticated sender: hilko.meyer@arcor.de) by mail-in-01.arcor-online.net (Postfix) with ESMTPA id 6B6255AC25; Mon, 23 Jun 2014 03:27:10 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-01.arcor-online.net 6B6255AC25 From: Hilko Meyer To: freebsd-stable@freebsd.org Subject: powerd stopped working after update from 8.4 to 9.2 Date: Mon, 23 Jun 2014 03:27:08 +0200 Message-ID: X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-acpi@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 02:00:49 -0000 Hi, powerd doesn't work anymore after the update from 8.4 to 9.2. The system has an old (more than 10 years) mainboard with Via KT133 chipset. I made a verbose boot with both, 8.4 and 9.2: 8.4: http://pastebin.com/iiZXRXgK 9.2: http://pastebin.com/sHcd3MHv The relevant part of the diff seem to be these parts: viapropm0: SMBus I/O base at 0x5000 viapropm0: SMBus I/O base at 0x5000 viapropm0: port 0x5000-0x500f at device 7.4 on pci0 -viapropm0: SMBus revision code 0x40 -smbus0: on viapropm0 -smb0: on smbus0 +viapropm0: could not allocate bus space +device_attach: viapropm0 attach returned 6 [=E2=80=A6] acpi_throttle0: on cpu0 -acpi_throttle0: P_CNT from P_BLK 0x4010 +acpi_throttle0: failed to attach P_CNT +device_attach: acpi_throttle0 attach returned 6 Any ideas what I can do? regards, Hilko PS: Maybe acpi related so I cced acpi@