Rename /packages/client-iface to /openprom/client-services
git-svn-id: svn://coreboot.org/openbios/openbios-devel@229 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
parent
7bb362b0c9
commit
6f94c89a68
|
@ -360,7 +360,7 @@ static void cpu_generic_init(const struct cpudef *cpu)
|
||||||
fword("property");
|
fword("property");
|
||||||
|
|
||||||
// Trap table
|
// Trap table
|
||||||
push_str("/packages/client-iface");
|
push_str("/openprom/client-services");
|
||||||
fword("find-device");
|
fword("find-device");
|
||||||
bind_func("SUNW,set-trap-table", set_trap_table);
|
bind_func("SUNW,set-trap-table", set_trap_table);
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,12 +44,6 @@ new-device
|
||||||
: open true ;
|
: open true ;
|
||||||
: close ;
|
: close ;
|
||||||
|
|
||||||
new-device
|
|
||||||
" client-services" device-name
|
|
||||||
: open true ;
|
|
||||||
: close ;
|
|
||||||
finish-device
|
|
||||||
|
|
||||||
finish-device
|
finish-device
|
||||||
|
|
||||||
new-device
|
new-device
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
0 value ciface-ph
|
0 value ciface-ph
|
||||||
|
|
||||||
dev /packages/
|
dev /openprom/
|
||||||
new-device
|
new-device
|
||||||
" client-iface" device-name
|
" client-services" device-name
|
||||||
|
|
||||||
active-package to ciface-ph
|
active-package to ciface-ph
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue