avatar Lin wrote: > Our customers are concerned about the following messages in `dmesg` output. > > === > acpi0: reservation of 0, a0000 (3) failed > acpi0: reservation of 100000, bff00000 (3) failed > === > > Please help to clarify this issue. > > Or , in other direction, where to find official document to convince > our customers that these messages are ignorable ?
It is related to the sysresource acpi memory objects. It means that something was using the system resource before acpi allocated it. For #1, that looks like lowmem up to the VGA range. For #2, it looks like option ROMs. The BIOS has configured the devices beforehand so as long as everything works, the msgs can be ignored. -- Nate _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "[email protected]"
