Changeset 47a7174f in mainline for uspace/srv/devman/devman.c


Ignore:
Timestamp:
2010-12-17T22:03:15Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7551706b
Parents:
0bff73a
Message:

Devmap drivers can customize forwarded connections

It is possible to set an extra parameter for forwarded connections through
devmap. The change shall ensure backward compatibility and allows to connect
to devman-style drivers through their devmap path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/devman.c

    r0bff73a r47a7174f  
    670670        }
    671671       
    672         devmap_device_register(devmap_pathname, &node->devmap_handle);
     672        devmap_device_register_with_iface(devmap_pathname,
     673            &node->devmap_handle, DEVMAN_CONNECT_FROM_DEVMAP);
    673674       
    674675        tree_add_devmap_device(tree, node);
Note: See TracChangeset for help on using the changeset viewer.