hyperv: Initial import. It only contains non-intr cputimer.
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 13 Jun 2016 02:22:13 +0000 (10:22 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 13 Jun 2016 01:58:25 +0000 (09:58 +0800)
commit45de427dfd4e754c9dbd161d9e5638d5a97962bf
tree66690030d2114a50cff46036a2c74135d7d53cd1
parentb8a64c8808be7549b4ca378a54dd8dae9a3d6032
hyperv: Initial import.  It only contains non-intr cputimer.

Obtained-from: FreeBSD
sys/dev/virtual/Makefile
sys/dev/virtual/hyperv/Makefile [new file with mode: 0644]
sys/dev/virtual/hyperv/vmbus/Makefile [new file with mode: 0644]
sys/dev/virtual/hyperv/vmbus/hyperv.c [new file with mode: 0644]
sys/dev/virtual/hyperv/vmbus/hyperv_reg.h [new file with mode: 0644]
sys/dev/virtual/hyperv/vmbus/hyperv_var.h [new file with mode: 0644]
sys/dev/virtual/hyperv/vmbus/vmbus.c [new file with mode: 0644]
sys/sys/systimer.h