summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
diff options
context:
space:
mode:
authortychon <tychon@FreeBSD.org>2014-03-11 16:56:00 +0000
committertychon <tychon@FreeBSD.org>2014-03-11 16:56:00 +0000
commit25c8b61cfd6f390fd191d8f7016a3d6fb37fbdc5 (patch)
tree88da83839b43667193b4f76775f5154fa48167aa /usr.sbin/bhyve/Makefile
parent537be6292992897fefd4922dc1fe5859d47d0df8 (diff)
downloadFreeBSD-src-25c8b61cfd6f390fd191d8f7016a3d6fb37fbdc5.zip
FreeBSD-src-25c8b61cfd6f390fd191d8f7016a3d6fb37fbdc5.tar.gz
Replace the userspace atpic stub with a more functional vmm.ko model.
New ioctls VM_ISA_ASSERT_IRQ, VM_ISA_DEASSERT_IRQ and VM_ISA_PULSE_IRQ can be used to manipulate the pic, and optionally the ioapic, pin state. Reviewed by: jhb, neel Approved by: neel (co-mentor)
Diffstat (limited to 'usr.sbin/bhyve/Makefile')
-rw-r--r--usr.sbin/bhyve/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
index e8bf793..98ead03 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -10,12 +10,10 @@ MAN= bhyve.8
SRCS= \
acpi.c \
- atpic.c \
bhyverun.c \
block_if.c \
consport.c \
dbgport.c \
- elcr.c \
inout.c \
ioapic.c \
mem.c \
OpenPOWER on IntegriCloud