r229 - in openbios-devel: arch/sparc64 forth/device forth/system

Author: blueswirl Date: 2008-08-10 20:12:17 +0200 (Sun, 10 Aug 2008) New Revision: 229 Modified: openbios-devel/arch/sparc64/openbios.c openbios-devel/forth/device/tree.fs openbios-devel/forth/system/ciface.fs Log: Rename /packages/client-iface to /openprom/client-services Modified: openbios-devel/arch/sparc64/openbios.c =================================================================== --- openbios-devel/arch/sparc64/openbios.c 2008-08-10 18:09:55 UTC (rev 228) +++ openbios-devel/arch/sparc64/openbios.c 2008-08-10 18:12:17 UTC (rev 229) @@ -360,7 +360,7 @@ fword("property"); // Trap table - push_str("/packages/client-iface"); + push_str("/openprom/client-services"); fword("find-device"); bind_func("SUNW,set-trap-table", set_trap_table); } Modified: openbios-devel/forth/device/tree.fs =================================================================== --- openbios-devel/forth/device/tree.fs 2008-08-10 18:09:55 UTC (rev 228) +++ openbios-devel/forth/device/tree.fs 2008-08-10 18:12:17 UTC (rev 229) @@ -44,12 +44,6 @@ : open true ; : close ; - new-device - " client-services" device-name - : open true ; - : close ; - finish-device - finish-device new-device Modified: openbios-devel/forth/system/ciface.fs =================================================================== --- openbios-devel/forth/system/ciface.fs 2008-08-10 18:09:55 UTC (rev 228) +++ openbios-devel/forth/system/ciface.fs 2008-08-10 18:12:17 UTC (rev 229) @@ -1,9 +1,9 @@ 0 value ciface-ph -dev /packages/ +dev /openprom/ new-device -" client-iface" device-name +" client-services" device-name active-package to ciface-ph
participants (1)
-
svn@openbios.org