Changes in uspace/drv/infrastructure/rootvirt/devices.def [00d7e1b:5203e256] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/rootvirt/devices.def
r00d7e1b r5203e256 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 13 6 #ifdef CONFIG_TEST_DRIVERS 14 15 7 { 16 8 .name = "test1", … … 33 25 .match_id = "virtual&test3" 34 26 }, 35 36 27 #endif 37 38 28 #ifdef CONFIG_RUN_VIRTUAL_USB_HC 39 40 29 /* Virtual USB host controller. */ 41 30 { … … 43 32 .match_id = "usb&hc=vhc" 44 33 }, 45 46 34 #endif
Note:
See TracChangeset
for help on using the changeset viewer.