Date: Tue, 26 Feb 2002 11:52:41 +0100 From: Yann Berthier <Yann.Berthier@hsc.fr> To: current@freebsd.org Subject: Re: ACPI timecounter help needed! Message-ID: <20020226105240.GA32661@hsc.fr> In-Reply-To: <8858.1014631156@critter.freebsd.dk> References: <200202250951.g1P9pIS67883@freefall.freebsd.org> <8858.1014631156@critter.freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 25 Feb 2002, Poul-Henning Kamp wrote: > > Machines with ACPI timecounters will now print 10 lines at boot when > the timer is tested. > > If you are lucky you will see ten times something like: > ACPI timer looks GOOD min = 3, max = 3, width = 1 > That means that you have well implemented ACPI timer. > > If you are unlucky, one, several or all 10 lines will be marked as > "BAD". > > Please send me an email with these 10 lines and the output of > "pciconf -l -v" for your machine. I'm am interested in reports > both from good and bad machines. > > If your machine starts to mysteriously hang after this commit, try > to increase the 15 to 31 in this line: > > } while (u1 > u2 || u2 > u3 || (u3 - u1) > 15); > Hello, FYI, the increase from 15 to 31 in acpi_timer.c was needed for me to have my kernel boot with acpi loaded (ie no hang during boot). Anyway, my system died after 2 hours or so of use, after a bunch of: Feb 25 18:05:34 ogoun kernel: ACPI-0954: *** Error: AcpiEvGpeDispatch: Unable to queue handler for GPE[0], disabling event Feb 25 18:05:35 ogoun kernel: -0185: *** Error: UtAllocate: Could not allocate size 18 Feb 25 18:05:35 ogoun kernel: ACPI-0188: *** Error: ExAllocateNameString: Could not allocate size 24 I have no debug information, but I can provide some if needed. BTW, it's the first time I see this with ACPI, I had no problem before with it. I was even able to suspend / resume my laptop (Toshiba Tecra 8000), which seems not everyone's case :) Regards, yann. -- Yann.Berthier@hsc.fr -*- HSC -*- http://www.hsc.fr/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020226105240.GA32661>