Author: wmb Date: 2009-02-20 09:23:30 +0100 (Fri, 20 Feb 2009) New Revision: 1106
Modified: cpu/x86/pc/olpc/vsapci.fth Log: OLPC - Fixed the longstanding problem whereby the Windows XO Display Driver wouldn't claim the legacy resources. The problem was that the "IO Space Enable" bit in the virtual config register for the display was off. That made the Windows VideoPort driver refuse to claim the resources.
Modified: cpu/x86/pc/olpc/vsapci.fth =================================================================== --- cpu/x86/pc/olpc/vsapci.fth 2009-02-12 08:26:53 UTC (rev 1105) +++ cpu/x86/pc/olpc/vsapci.fth 2009-02-20 08:23:30 UTC (rev 1106) @@ -157,7 +157,7 @@ ff800000 , ffffc000 , ffffc000 , ffffc000 , 0 , 0 , 0 , 0 ,
- 30100b , 2200002 , 3000000 , 8 , + 30100b , 2200003 , 3000000 , 8 , fb-pci-base , gp-pci-base , dc-pci-base , vp-pci-base , \ FB, GP, DC, VP 0 , 0 , 0 , 30100b , \ VIP (LX only) 0 , 0 , 0 , 0 ,
openfirmware@openfirmware.info