On Thu, Mar 04, 2010 at 05:12:43AM -0800, Paul Goyette wrote: > On Thu, 4 Mar 2010, Jukka Ruohonen wrote: > > >Well, this is wrong in the sense that the _COMPONENT definition was > >incorrect to begin with, and in the sense that we have explicitly tried to > >recently add the _COMPONENT definitions. > > > >Also: now it does BadThings(tm) if the memory tracking of ACPICA is > >enabled. > > > >The right solution is to e.g. "#define _COMPONENT ACPI_BUS_COMPONENT". > >The components that can be used are defined in <dev/acpi/acpireg.h>. > > Yes - I've just fixed this. I wan't sure if BUS or RESOURCE was the > correct component to use...
It doesn't really matter whether it is RESOURCE or BUS. These are only heuristics for debugging. - Jukka.