On Fri, Jul 11, 2014 at 08:15:47AM +0200, Alexander Schrijver wrote:
> On Thu, Jul 10, 2014 at 05:42:54AM +0100, Mikolaj Kucharski wrote:
> > Looking at the lines printed, my impression was that acpiasus0 at acpi0
> > is the last line before screen goes blank, so I've disabled acpiasus and
> > it did help and machine boots fine. Here is dmesg from that boot:
>
> I'm seeing the exact same thing. When I disable acpiasus my machine boots fine
> as well.
>
> I've sent the acpidumps privately to Mark because the list strips them.
>
Can you try the following diff and let me know what happens:
Index: acpiasus.c
===================================================================
RCS file: /cvs/src/sys/dev/acpi/acpiasus.c,v
retrieving revision 1.17
diff -u -p -r1.17 acpiasus.c
--- acpiasus.c 21 Feb 2014 18:49:06 -0000 1.17
+++ acpiasus.c 11 Jul 2014 10:45:12 -0000
@@ -117,7 +117,7 @@ acpiasus_attach(struct device *parent, s
printf("\n");
- acpiasus_init(self);
+ /* acpiasus_init(self); */
aml_register_notify(sc->sc_devnode, aa->aaa_dev,
acpiasus_notify, sc, ACPIDEV_NOPOLL);