Ignore:
Timestamp:
2010-01-07T19:06:59Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8190e63
Parents:
743e17b (diff), eca2435 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/uspace/srv/bd/rd/rd.adl

    r743e17b r985e26d2  
     1interface rd extends bd;
     2
    13frame rd {
    24        provides:
    3                 block_device bd;
     5                rd rd;
    46        requires:
    5                 naming_service ns;
    6                 device_mapper_driver dm_driver;
    77                [/uspace/lib/libc/requires]
     8                ns ns;
     9                devmap_driver devmap_driver;
     10        initialization:
     11                [/uspace/lib/libc/fnc.devmap_driver_register] ;
     12                [/uspace/lib/libc/fnc.devmap_device_register]
    813        protocol:
    9                 [/uspace/lib/libc/protocol] +
    10                 [rd.bp]
     14                [/uspace/lib/libc/protocol]
    1115};
Note: See TracChangeset for help on using the changeset viewer.