Changeset 6b89868 in mainline for contrib/bp/srv/bd/rd/rd.bp


Ignore:
Timestamp:
2009-09-08T14:38:59Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
262cd01, 9b11daef
Parents:
e742429
Message:

add inbound interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/bp/srv/bd/rd/rd.bp

    re742429 r6b89868  
    22[devmap_device_register] ;
    33(
    4         ?IPC_M_CONNECT_ME_TO ;
    5         ?IPC_SHARE_IN ;
     4        ?bd.IPC_M_CONNECT_ME_TO ;
     5        ?bd.IPC_SHARE_IN ;
    66        (
    7                 ?BD_READ_BLOCK +
    8                 ?BD_WRITE_BLOCK
     7                ?bd.BD_READ_BLOCK +
     8                ?bd.BD_WRITE_BLOCK
    99        )* ;
    10         ?IPC_M_PHONE_HUNGUP
     10        ?bd.IPC_M_PHONE_HUNGUP
    1111)*
Note: See TracChangeset for help on using the changeset viewer.