On Monday 21 August 2006 05:20, Maciej Rutecki wrote: > I have this entry in dmesg: > > [ 23.701949] ACPI Error (utglobal-0125): Unknown exception code: > 0xFFFFFFEA [20060707] > [ 23.702181] ACPI Error (utglobal-0125): Unknown exception code: > 0xFFFFFFEA [20060707] > [ 23.705646] got res [dd000000:dd00ffff] bus [dd000000:dd00ffff] > flags 7202 for BAR 6 of 0000:01:00.0 Apparently the "got res" part is normal -- or normal for pr_debug(): pci_update_resource(struct pci_dev *dev, struct resource *res, int resno) { struct pci_bus_region region; u32 new, check, mask; int reg; /* Ignore resources for unimplemented BARs and unused resource slots for 64 bit BARs. */ if (!res->flags) return; pcibios_resource_to_bus(dev, ®ion, res); pr_debug(" got res [%llx:%llx] bus [%lx:%lx] flags %lx for " "BAR %d of %s\n", (unsigned long long)res->start, (unsigned long long)res->end, region.start, region.end, res->flags, resno, pci_name(dev)); - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html