Changeset 7a53208 in mainline


Ignore:
Timestamp:
2009-10-07T14:02:45Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ab8697
Parents:
b988db0
Message:

bind unbound interfaces

Location:
contrib/arch
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/HelenOS.adl

    rb988db0 r7a53208  
    3232        [/uspace/lib/libc/bind%klog]
    3333       
     34        bind ns:kbd to console:kbd;
     35        bind ns:fb to console:fb;
     36        bind ns:console to console:console;
     37        bind ns:vfs to vfs:vfs;
     38        bind ns:devmap_driver to devmap:devmap_driver;
     39        bind ns:devmap_client to devmap:devmap_client;
     40       
    3441        bind loader:ns to ns:ns;
    3542       
  • contrib/arch/hadlbppp.py

    rb988db0 r7a53208  
    4242        "Print usage syntax"
    4343       
    44         print "%s <--bp|--epb|--adl|--nop>+ <OUTPUT>" % prname
     44        print "%s <--bp|--ebp|--adl|--nop>+ <OUTPUT>" % prname
    4545
    4646def tabs(cnt):
  • contrib/arch/uspace/srv/console/console.adl

    rb988db0 r7a53208  
    9191       
    9292        delegate console to ui_dispatcher:console;
     93        delegate kbd to kbd:kbd;
     94        delegate fb to fb:fb;
    9395       
    9496        [/uspace/lib/libc/subsume%ui_dispatcher]
  • contrib/arch/uspace/srv/ns/ns.adl

    rb988db0 r7a53208  
    3131                ns ns;
    3232        requires:
     33                kbd kbd;
     34                fb fb;
     35                console console;
     36                vfs vfs;
     37                devmap_driver devmap_driver;
     38                devmap_client devmap_client;
    3339                [/uspace/lib/libc/requires]
    3440        protocol:
  • contrib/arch/uspace/srv/ns/ns.bp

    rb988db0 r7a53208  
    1111        ?ipc_m_connect_me_to {
    1212                tentative {
    13                         alternative (service; kbd; fb; console; vfs; devmap) {
     13                        alternative (service; kbd; fb; console; vfs; devmap_driver; devmap_client) {
    1414                                !service.ipc_m_connect_me_to /* forward */
    1515                        }
Note: See TracChangeset for help on using the changeset viewer.