summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2012-08-05 00:00:52 +0000
committerneel <neel@FreeBSD.org>2012-08-05 00:00:52 +0000
commit5bfba16f732de1d8697ff76a41623687b4d8f156 (patch)
tree0bc1ba43f1aff07a7bd3de26da0d0dbc7f15ba57 /usr.sbin/bhyve/Makefile
parent9f954dc59906b0a4f03d285e1c4b6a0fc4e36c40 (diff)
downloadFreeBSD-src-5bfba16f732de1d8697ff76a41623687b4d8f156.zip
FreeBSD-src-5bfba16f732de1d8697ff76a41623687b4d8f156.tar.gz
Device model for ioapic emulation.
With this change the uart emulation is entirely interrupt driven. Obtained from: NetApp
Diffstat (limited to 'usr.sbin/bhyve/Makefile')
-rw-r--r--usr.sbin/bhyve/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
index b381b8c..7f4806a 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -5,7 +5,7 @@
PROG= bhyve
SRCS= atpic.c consport.c dbgport.c elcr.c fbsdrun.c inout.c
-SRCS+= instruction_emul.c mevent.c
+SRCS+= instruction_emul.c ioapic.c mevent.c
SRCS+= pci_emul.c pci_hostbridge.c pci_passthru.c pci_virtio_block.c
SRCS+= pci_virtio_net.c pci_uart.c pit_8254.c post.c rtc.c uart.c xmsr.c
OpenPOWER on IntegriCloud