Author: wmb Date: 2007-08-04 22:14:30 +0200 (Sat, 04 Aug 2007) New Revision: 524
Modified: cpu/x86/pc/olpc/vsapci.fth Log: OLPC PCI spoofing - Fixed a bug that caused GX-based systems to see a phantom AES device. The observed symptom was the message: Can't assign address ranges larger than 32-bits
Modified: cpu/x86/pc/olpc/vsapci.fth =================================================================== --- cpu/x86/pc/olpc/vsapci.fth 2007-08-03 00:59:36 UTC (rev 523) +++ cpu/x86/pc/olpc/vsapci.fth 2007-08-04 20:14:30 UTC (rev 524) @@ -152,7 +152,7 @@ h# 7d00 of ehci-hdr endof h# 800 of nb-hdr endof h# 900 of gxfb-hdr endof - h# a00 of gx? if ff-loc else aes-hdr then endof + h# a00 of gx? if drop ff-loc exit else aes-hdr then endof ( default ) 2drop ff-loc exit endcase +hdr