Author: wmb Date: 2008-08-22 20:04:34 +0200 (Fri, 22 Aug 2008) New Revision: 888
Modified: cpu/x86/pc/olpc/vsapci.fth Log: OLPC trac 8089 - Turned on the AES unit's command register enables on the transition to the OS.
Modified: cpu/x86/pc/olpc/vsapci.fth =================================================================== --- cpu/x86/pc/olpc/vsapci.fth 2008-08-22 17:59:38 UTC (rev 887) +++ cpu/x86/pc/olpc/vsapci.fth 2008-08-22 18:04:34 UTC (rev 888) @@ -507,6 +507,7 @@ : config-l! ( l a -- ) config-setup if h# ffffffff vpci! else rl! then ;
: vpci-devices-on ( -- ) + h# 06 h# a04 config-w! \ AES h# 49 h# 7804 config-w! \ ISA h# 45 h# 7b04 config-w! \ AC97 h# 06 h# 7c04 config-w! \ OHCI