On Saturday 06 March 2010 03:55 pm, Andriy Gapon wrote: > on 06/03/2010 21:59 Simon L. Nielsen said the following: > > On 2010.03.05 21:39:16 +0000, Jung-uk Kim wrote: > >> Author: jkim > >> Date: Fri Mar 5 21:39:16 2010 > >> New Revision: 204773 > >> URL: http://svn.freebsd.org/changeset/base/204773 > >> > >> Log: > >> Merge ACPICA 20100304. > > > > I get a lot of messages like the following on the console at > > boot: > > > > [ACPI Debug] String [0xA] "COMB _STA " > > [ACPI Debug] String [0x6] "LDN: " > > [ACPI Debug] Integer 0x 5 > > [ACPI Debug] Integer 0x F > > > > I'm not sure if it's related to this import as the system in > > question was just upgraded from 8. > > > > You can see more details by logging into ref9-i386.freebsd.org. > > It looks like AcpiGbl_EnableAmlDebugObject = TRUE line in > sys/dev/acpica/acpi.c was leaked into the commit by accident.
Well, actually it was sort of intentional, i.e., enabling object debugging when ACPI_DEBUG is defined. I will just add a separate knob for it instead. Jung-uk Kim _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
