On Fri, Jan 19, 2007 at 09:25:53AM -0800, walt wrote: > On Fri, 19 Jan 2007, YONETANI Tomokazu wrote: > > > y0netan1 2007/01/19 08:41:28 PST > > > > DragonFly src repository > > > > Modified files: > > sys/dev/acpica5 Makefile > > Added files: > > sys/dev/acpica5 tables,tbxface.c.patch > > Log: > > AcpiTbDeleteTable() now takes a (ACPI_TABLE_DESC *) as its argument, > > not the index of the table to delete. > > > > Revision Changes Path > > 1.17 +2 -1 src/sys/dev/acpica5/Makefile > > > > > > http://www.dragonflybsd.org/cvsweb/src/sys/dev/acpica5/Makefile.diff?r1=1.16&r2=1.17&f=u > > I'm afraid this commit didn't fix the ACPI hang for me.
No it doesn't, because this one is to fix a NULL-dereference panic when you try to override DSDT with a custom one, that corecode@ just reported. Cheers.
