source: mainline/contrib/arch/uspace/srv/devmap/devmap_driver.bp@ 810860a

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 810860a was ea5f46d, checked in by Martin Decky <martin@…>, 16 years ago

hierarchical composition of components
(tmpfs, fat, devfs are logical subcomponents of vfs, kbd and fb are subcomponents of console, rd is subcomponent of bd)

  • Property mode set to 100644
File size: 340 bytes
RevLine 
[07fdf203]1?ipc_m_connect_me_to ;
2?driver_register {
3 tentative {
4 ?ipc_m_data_write /* driver name */
5 }
6} ;
7(
8 ?device_register {
9 tentative {
10 ?ipc_m_data_write /* device name */
11 }
12 } +
13
14 ?device_get_handle {
15 ?ipc_m_data_write /* device name */
16 } +
17
18 ?device_get_name +
19 ?device_unregister +
20 ?driver_unregister
21)* ;
22?ipc_m_phone_hungup
Note: See TracBrowser for help on using the repository browser.