Changes in uspace/drv/infrastructure/rootvirt/devices.def [6d5e378:00d7e1b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/rootvirt/devices.def
r6d5e378 r00d7e1b 5 5 */ 6 6 7 /* Kernel framebuffer*/7 /* Loopback network interface */ 8 8 { 9 .name = " kfb",10 .match_id = "virtual& kfb"9 .name = "lo", 10 .match_id = "virtual&loopback" 11 11 }, 12 12
Note:
See TracChangeset
for help on using the changeset viewer.