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

Peter Grehan grehan at FreeBSD.org
Fri Apr 5 22:19:02 UTC 2013


Author: grehan
Date: Fri Apr  5 22:19:02 2013
New Revision: 249175
URL: http://svnweb.freebsd.org/changeset/base/249175

Log:
  Remove dangling ISA uart stubs.
  
  Obtained from:	NetApp

Deleted:
  head/usr.sbin/bhyve/uart.c
Modified:
  head/usr.sbin/bhyve/Makefile

Modified: head/usr.sbin/bhyve/Makefile
==============================================================================
--- head/usr.sbin/bhyve/Makefile	Fri Apr  5 22:16:31 2013	(r249174)
+++ head/usr.sbin/bhyve/Makefile	Fri Apr  5 22:19:02 2013	(r249175)
@@ -9,7 +9,7 @@ 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+=	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 uart.c
+SRCS+=	pci_virtio_net.c pci_uart.c pit_8254.c pmtmr.c post.c rtc.c
 SRCS+=	xmsr.c spinup_ap.c
 
 .PATH:	${.CURDIR}/../../sys/amd64/vmm


More information about the svn-src-head mailing list