From 25c8b61cfd6f390fd191d8f7016a3d6fb37fbdc5 Mon Sep 17 00:00:00 2001 From: tychon Date: Tue, 11 Mar 2014 16:56:00 +0000 Subject: 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) --- usr.sbin/bhyve/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.sbin/bhyve/Makefile') 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 \ -- cgit v1.1