Date: Wed, 25 Jun 2014 10:17:31 -0400 From: John Baldwin <jhb@freebsd.org> To: Hilko Meyer <Hilko.Meyer@gmx.de> Cc: freebsd-acpi@freebsd.org, freebsd-stable@freebsd.org Subject: Re: powerd stopped working after update from 8.4 to 9.2 Message-ID: <201406251017.31861.jhb@freebsd.org> In-Reply-To: <tbelq9dulc6ods4lkrlut84fmifec69if3@mail.arcor.de> References: <p8seq959o50elg2p5t3po3ouddnfb20p50@mail.arcor.de> <201406241623.39328.jhb@freebsd.org> <tbelq9dulc6ods4lkrlut84fmifec69if3@mail.arcor.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, June 25, 2014 8:03:58 am Hilko Meyer wrote: > John Baldwin schrieb: > >On Tuesday, June 24, 2014 1:36:41 pm Hilko Meyer wrote: > >> On Tue, 24 Jun 2014 10:26:52 -0400, you wrote: > >> >On Monday, June 23, 2014 7:12:23 pm Hilko Meyer wrote: > >> >> John Baldwin wrote: > >> >> >On Sunday, June 22, 2014 9:27:08 pm Hilko Meyer wrote: > >> >> >>=20 > >> >> >> powerd doesn't work anymore after the update from 8.4 to 9.2. Th= e=20 system > >> >> >> has an old (more than 10 years) mainboard with Via KT133 chipset. > >> >> >>=20 > >> >> >> 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: > >> >> >>=20 > >> >> >> viapropm0: SMBus I/O base at 0x5000 > >> >> >> viapropm0: SMBus I/O base at 0x5000 > >> >> >> viapropm0: <VIA VT82C686A Power Management Unit> port=20 0x5000-0x500f at > >> >> >> device 7.4 on pci0 > >> >> >> -viapropm0: SMBus revision code 0x40 > >> >> >> -smbus0: <System Management Bus> on viapropm0 > >> >> >> -smb0: <SMBus generic I/O> on smbus0 > >> >> >> +viapropm0: could not allocate bus space > >> >> >> +device_attach: viapropm0 attach returned 6 > >> >> >> [=E2=80=A6] > >> >> >> acpi_throttle0: <ACPI CPU Throttling> on cpu0 > >> >> >> -acpi_throttle0: P_CNT from P_BLK 0x4010 > >> >> >> +acpi_throttle0: failed to attach P_CNT > >> >> >> +device_attach: acpi_throttle0 attach returned 6 > >> >> >>=20 > >> >> >> Any ideas what I can do? > >> >> > > >> >> >acpi_timer0 also failed to probe due to a resource issue. Can you = get=20 the=20 > >> >> >output of 'devinfo -rv' and 'devinfo -u' from the both kernels? > >> >>=20 > >> >> Yes, no problem. > >> >> devinfo -rv: > >> >> 8.4: http://pastebin.com/6xm1tBrU > >> >> 9.2: http://pastebin.com/whXk32Ab > >> >>=20 > >> >> devinfo -u: > >> >> 8.4: http://pastebin.com/47U7HZb3 > >> >> 9.2: http://pastebin.com/U85HTw0C > >> >>=20 > >> >> thanks for your help, > >> >> Hilko > >> > > >> >Can you provide your acpidump? This box seems confusing. > >>=20 > >> Well, its quite old. An Epox 8kta3 from around 2002. I was not sure wh= ich=20 output > >> you need so I attached acpidump -d and acpidump -dt. > > > >Ok, try this: > > > >Index: sys/dev/acpica/acpi.c >=20 > The patch doesn't apply. Was it for head or 9-stable and not for 9.2? It is for HEAD though it should apply to 9-stable. It might not apply to 9= =2E2=20 as it patches a previous fix that went to 9.2. For 9.2, please merge the change to stable/9 from=20 http://svnweb.freebsd.org/base?view=3Drevision&revision=3D263022 first and = then=20 apply this patch. =2D-=20 John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406251017.31861.jhb>