On Thursday 13 December 2007 00:06, jason hu wrote: > Hi All, > > With acpi_osi=Linux, which dmesg suggested, I got something changed in > the dmesg output(I just listed out the most important things): > > > diff !Linux Linux > 79c80 > < Detected 1733.505 MHz processor. > --- > > Detected 1733.456 MHz processor. > 95c96 > < Calibrating delay using timer specific routine.. 3470.37 BogoMIPS > (lpj=1735185) > --- > > Calibrating delay using timer specific routine.. 3470.36 BogoMIPS > (lpj=1735181) > 121c122 > < Calibrating delay using timer specific routine.. 3466.35 BogoMIPS > (lpj=1733178) > --- > > Calibrating delay using timer specific routine.. 3466.36 BogoMIPS > (lpj=1733183) These are not important. > < PCI: Cannot allocate resource region 7 of bridge 0000:00:06.0 > < PCI: Cannot allocate resource region 8 of bridge 0000:00:06.0 > 207c206 > < MEM window: disabled. > --- > > MEM window: c0100000-c01fffff These may be important. > It seems with acpi_osi=Linux, it mainly made the two processors equals > in BogoMIPS and made a PCI device window available. > > I am not so familiar with ACPI, so can you tell me what is > acpi_osi=Linux used for, and why it made such changes above? Thank you! The BIOS uses it to figure out if the OS is compatible with the capabilities of Linux. Unfortunately, the capabilities of Linux are changing over time, and mose BIOS detection of Linux leads to worse behaviour rather than better... Please file a bug report. attach the output from acpidump, both dmesg, and the dmidecode output. thanks, -Len - 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