Changeset e55741e in mainline for uspace/srv/devman/devman.h


Ignore:
Timestamp:
2019-08-06T18:25:27Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
c1b2084
Parents:
4224ef7
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-05-19 16:34:53)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-06 18:25:27)
Message:

sysman: Instrumented devman with autostart

  • created unit files for drivers, their processing in Makefile
  • just naïvely replaced task_spawn with sysman_unit_start in devman

Conflicts:

boot/Makefile.common
uspace/srv/devman/devman.h
uspace/srv/devman/driver.c

File:
1 edited

Legend:

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

    r4224ef7 re55741e  
    7878        /** Name of the device driver. */
    7979        char *name;
    80         /** Path to the driver's binary. */
    81         char *binary_path;
    8280        /** List of device ids for device-to-driver matching. */
    8381        match_id_list_t match_ids;
Note: See TracChangeset for help on using the changeset viewer.