From 9c4dd8bdf0cec7f9aca2f7677c5ac1ecb65cc9e1 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Sat, 16 Jul 2016 09:44:31 +0000 Subject: [PATCH] Revert unwanted change leaked into r302932. --- usr.sbin/bhyve/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile index c31f8728bfa..11273499582 100644 --- a/usr.sbin/bhyve/Makefile +++ b/usr.sbin/bhyve/Makefile @@ -29,7 +29,6 @@ SRCS= \ mptbl.c \ pci_ahci.c \ pci_e82545.c \ - pci_e82580.c \ pci_emul.c \ pci_fbuf.c \ pci_hostbridge.c \