Changes in uspace/drv/infrastructure/rootvirt/devices.def [5203e256:00d7e1b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/rootvirt/devices.def
r5203e256 r00d7e1b 4 4 * Unless the list is empty, the last item shall be followed by a comma. 5 5 */ 6 7 /* Loopback network interface */ 8 { 9 .name = "lo", 10 .match_id = "virtual&loopback" 11 }, 12 6 13 #ifdef CONFIG_TEST_DRIVERS 14 7 15 { 8 16 .name = "test1", … … 25 33 .match_id = "virtual&test3" 26 34 }, 35 27 36 #endif 37 28 38 #ifdef CONFIG_RUN_VIRTUAL_USB_HC 39 29 40 /* Virtual USB host controller. */ 30 41 { … … 32 43 .match_id = "usb&hc=vhc" 33 44 }, 45 34 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.