Changeset 1b2981aa in mainline for uspace


Ignore:
Timestamp:
2010-11-30T12:15:18Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5bee897
Parents:
ab3a851
Message:

Add test1 virtual device

The test1 expose bug (deadlock) in devman.

Location:
uspace
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rab3a851 r1b2981aa  
    8686        srv/net/net \
    8787        drv/root \
    88         drv/rootvirt
     88        drv/rootvirt \
     89        drv/test1
    8990
    9091## Networking
  • uspace/drv/rootvirt/devices.def

    rab3a851 r1b2981aa  
    44 * Unless the list is empty, the last item shall be followed by a comma.
    55 */
     6{
     7        .name = "test1",
     8        .match_id = "virtual&test1"
     9},
Note: See TracChangeset for help on using the changeset viewer.