svn commit: r256057 - head/usr.sbin/bhyve

Peter Grehan grehan at FreeBSD.org
Fri Oct 4 18:44:48 UTC 2013


Author: grehan
Date: Fri Oct  4 18:44:47 2013
New Revision: 256057
URL: http://svnweb.freebsd.org/changeset/base/256057

Log:
  Hook up the AHCI and blockif code to the build.
  
  Approved by:	re@ (blanket)

Modified:
  head/usr.sbin/bhyve/Makefile

Modified: head/usr.sbin/bhyve/Makefile
==============================================================================
--- head/usr.sbin/bhyve/Makefile	Fri Oct  4 18:31:38 2013	(r256056)
+++ head/usr.sbin/bhyve/Makefile	Fri Oct  4 18:44:47 2013	(r256057)
@@ -6,8 +6,8 @@ PROG=	bhyve
 
 DEBUG_FLAGS= -g -O0 
 
-SRCS=	acpi.c atpic.c bhyverun.c consport.c dbgport.c elcr.c inout.c 
-SRCS+=  ioapic.c mem.c mevent.c mptbl.c
+SRCS=	acpi.c atpic.c bhyverun.c block_if.c consport.c dbgport.c elcr.c
+SRCS+=  inout.c ioapic.c mem.c mevent.c mptbl.c pci_ahci.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 pmtmr.c post.c rtc.c
 SRCS+=	virtio.c xmsr.c spinup_ap.c


More information about the svn-src-head mailing list