If (_OSI ("Linux"))
{
Store (0x03E8, OSYS)
Store (0x0A, \_SB.PCI0.LPC.S4TM)
Store (0x43, \_SB.PCI0.EXP2.PXS2.LSMP)
Store (One, \_SB.PCI0.EXP2.LL0S)
Store (One, \_SB.PCI0.EXP2.LLL1)
}
Else
{
If (_OSI ("Windows 2006"))
{
Store (0x07D6, OSYS)
Store (0x06, \_SB.PCI0.LPC.S4TM)
Store (Zero, \_SB.PCI0.EXP2.PXS2.LSMP)
Store (Zero, \_SB.PCI0.EXP2.LL0S)
Store (Zero, \_SB.PCI0.EXP2.LLL1)
}Other OSes get the same values as Linux, other than the OSYS field. Now, what do these writes do? They're all to PCI config space, so since the machine in question is a 945/ICH7 machine we have publically available docs. A bit of digging later and it shows that the firmware is disabling PCIE active state link control and programming more conservative timings for entry into the C4 processor idle power saving state. In other words, certain bits of power management functionality are compromised if it detects that it's running anything other than Vista. Weirdly, it also flags the HPET as present but invisible on Linux, but I suspect that's an oversight rather than anything deliberate.FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!