vkernel: Move things from dev/virtual to dev/virtual/vkernel.
authorSascha Wildner <saw@online.de>
Sat, 17 Mar 2012 14:24:53 +0000 (15:24 +0100)
committerSascha Wildner <saw@online.de>
Sat, 17 Mar 2012 14:24:53 +0000 (15:24 +0100)
commit9ed842230e25f52c53de3d354205504a8d6b5aa3
tree53e24ebcda46d3f016ae0d998a310f80276b62c1
parent6746825c5f363c5c17a3fd48515bd33c3cbd98ed
vkernel: Move things from dev/virtual to dev/virtual/vkernel.

This is so we can later put any other "virtual" device drivers in their
own subdirectories in dev/virtual.
sys/dev/virtual/Makefile
sys/dev/virtual/vkernel/Makefile [new file with mode: 0644]
sys/dev/virtual/vkernel/cdrom/Makefile [moved from sys/dev/virtual/cdrom/Makefile with 100% similarity]
sys/dev/virtual/vkernel/cdrom/vcd.c [moved from sys/dev/virtual/cdrom/vcd.c with 99% similarity]
sys/dev/virtual/vkernel/disk/Makefile [moved from sys/dev/virtual/disk/Makefile with 100% similarity]
sys/dev/virtual/vkernel/disk/vdisk.c [moved from sys/dev/virtual/disk/vdisk.c with 98% similarity]
sys/dev/virtual/vkernel/net/Makefile [moved from sys/dev/virtual/net/Makefile with 100% similarity]
sys/dev/virtual/vkernel/net/if_vke.c [moved from sys/dev/virtual/net/if_vke.c with 100% similarity]
sys/platform/vkernel/conf/files
sys/platform/vkernel64/conf/files