diff options
author | jhb <jhb@FreeBSD.org> | 2014-07-19 22:06:46 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2014-07-19 22:06:46 +0000 |
commit | 3da9c304ee7b72e7136f1708976a950b3b0a9d41 (patch) | |
tree | 50c938e6aaf17b42cd20cf1cf4b8e2204a814064 /sys/modules/vmm/Makefile | |
parent | ba55949ac368dc3605b73d26161b12730d968366 (diff) | |
download | FreeBSD-src-3da9c304ee7b72e7136f1708976a950b3b0a9d41.zip FreeBSD-src-3da9c304ee7b72e7136f1708976a950b3b0a9d41.tar.gz |
MFC 259942,262274,263035,263054,263211,263744,264179,264324,264468,264631,
264648,264650,264651,266572,267558:
Flesh out the AT PIC and 8254 PIT emulations and move them into the kernel.
Diffstat (limited to 'sys/modules/vmm/Makefile')
-rw-r--r-- | sys/modules/vmm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile index ea367a4..76f9364 100644 --- a/sys/modules/vmm/Makefile +++ b/sys/modules/vmm/Makefile @@ -15,6 +15,7 @@ SRCS+= vmm.c \ vmm_dev.c \ vmm_host.c \ vmm_instruction_emul.c \ + vmm_ioport.c \ vmm_ipi.c \ vmm_lapic.c \ vmm_mem.c \ @@ -27,6 +28,8 @@ SRCS+= vmm.c \ .PATH: ${.CURDIR}/../../amd64/vmm/io SRCS+= iommu.c \ ppt.c \ + vatpic.c \ + vatpit.c \ vhpet.c \ vioapic.c \ vlapic.c |