Changeset 1b2981aa in mainline


Ignore:
Timestamp:
2010-11-30T12:15:18Z (13 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.

Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rab3a851 r1b2981aa  
    110110RD_DRVS = \
    111111        root \
    112         rootvirt
     112        rootvirt \
     113        test1
    113114
    114115RD_DRV_CFG =
  • 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.