Author: wmb Date: 2008-09-02 23:20:06 +0200 (Tue, 02 Sep 2008) New Revision: 917
Modified: cpu/x86/pc/neptune/devices.fth Log: Neptune - open RTC node at startup.
Modified: cpu/x86/pc/neptune/devices.fth =================================================================== --- cpu/x86/pc/neptune/devices.fth 2008-09-02 21:18:48 UTC (rev 916) +++ cpu/x86/pc/neptune/devices.fth 2008-09-02 21:20:06 UTC (rev 917) @@ -186,11 +186,9 @@ 8 encode-int 0 encode-int encode+ " interrupts" property 2 encode-int " device#" property end-package -0 [if] \ XXX check me stand-init: RTC " /rtc" open-dev clock-node ! ; -[then]
fload ${BP}/cpu/x86/pc/cpunode.fth fload ${BP}/cpu/x86/k6cputest.fth \ Burnin test for K6 CPU
openfirmware@openfirmware.info