Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/infrastructure/rootvirt/devices.def

    r00d7e1b r5203e256  
    44 * Unless the list is empty, the last item shall be followed by a comma.
    55 */
    6 
    7 /* Loopback network interface */
    8 {
    9     .name = "lo",
    10     .match_id = "virtual&loopback"
    11 },
    12 
    136#ifdef CONFIG_TEST_DRIVERS
    14 
    157{
    168        .name = "test1",
     
    3325        .match_id = "virtual&test3"
    3426},
    35 
    3627#endif
    37 
    3828#ifdef CONFIG_RUN_VIRTUAL_USB_HC
    39 
    4029/* Virtual USB host controller. */
    4130{
     
    4332        .match_id = "usb&hc=vhc"
    4433},
    45 
    4634#endif
Note: See TracChangeset for help on using the changeset viewer.