No, I didn't know... But I do get bombarded by Microsoft's sales department regularly saying about how much cheaper Windows is than Linux for X,Y,Z reasons.. Then they go and start offering me free copies of Windows Server to just "try it out".. You know how it goes.. It's not as bad as it used to be, but Microsoft is still pushing their Windows Server software as the best solution to everything under the sun..
There is more Intel hardware out that doesn't properly support ASPM. The Intel 3945 wifi driver also contains a work-around for an ASPM-related hardware bug.
On most Intel hardware the presence of ASPM is correctly detected, at least when ASPM is set up properly in the BIOS. When you use pcie_aspm=force because of the famous 2.6.38+ ASPM problems, you will run into problems without a patch to disable ASPM completely.
By the way, I think that he means e1000e instead of e1000, as e1000e is a driver for PCIe hardware.
I think you have it backwards. Why can't MS actually follow the hardware standard as defined so that if it works with Windows, it should work with other OS's?
A) They don't know how to follow and/or don't care about the standard
B) They purposefully don't follow the standard so that other OS's break and look bad on hardware only tested with Windows
C) A combo of the first two.
Wow.
I had no idea. I imagined that since Intel is a member of the PCISIG, and a major producer of system components that they would be on top of this.
I imagine the cause of these problems was this http://www.pcisig.com/specifications...2009-08-20.pdf. Once they made it optional they opened the door to hell (via the hot air coming from everyones pc).
These could just as easily be OS bugs rather than BIOS bugs.
Sadly this isn't the case. It takes a very skilled developer to write device drivers especially for complex hardware. In most cases where documentation is available no one steps up to write a driver unless the manufacturer does. Even when the manufacturer does provide open source drivers, in many cases the driver isn't accepted due to coding style, etc.
There's nothing secret about Optimus. The only reason it's not supported on Linux is that it requires piles and piles of work in the X server to make it work which no manufacturer can justify considering the size of the Linux desktop market share. Anyone with a decent knowledge of X and GPUs could write the code, but so far few people have stepped up. Microsoft wrote a lot of the graphics infrastructure in windows that makes this kind of thing possible.
Microsoft didn't support ASPM at a high level until Windows 7 IIRC. The bug only exists because Linux was an early adopter of ASPM. The ASPM "regression" fix was just to leave the ASPM registers as set by the bios which is what windows probably did in versions prior to those that supported ASPM. A lot of bios vendors enabled ASPM so it would work as long as the OS didn't mess with it. It hardly seems like the hw manufacturers' fault.