svn commit: r354192 - head/sys/conf
Warner Losh
imp at FreeBSD.org
Wed Oct 30 17:18:11 UTC 2019
Author: imp
Date: Wed Oct 30 17:18:11 2019
New Revision: 354192
URL: https://svnweb.freebsd.org/changeset/base/354192
Log:
Make hyperv keyboard work again.
r351049 bogusly deleted these lines from files.amd64 but failed to add them to
files.x86. Since this works on i386, add them to files.x86 rather than just
adding them back to files.amd64.
PR: 240734
Reported by: Michael Pro
Modified:
head/sys/conf/files.x86
Modified: head/sys/conf/files.x86
==============================================================================
--- head/sys/conf/files.x86 Wed Oct 30 17:06:02 2019 (r354191)
+++ head/sys/conf/files.x86 Wed Oct 30 17:18:11 2019 (r354192)
@@ -113,6 +113,8 @@ dev/hwpmc/hwpmc_core.c optional hwpmc
dev/hwpmc/hwpmc_uncore.c optional hwpmc
dev/hwpmc/hwpmc_tsc.c optional hwpmc
dev/hwpmc/hwpmc_x86.c optional hwpmc
+dev/hyperv/input/hv_kbd.c optional hyperv
+dev/hyperv/input/hv_kbdc.c optional hyperv
dev/hyperv/pcib/vmbus_pcib.c optional hyperv pci
dev/hyperv/netvsc/hn_nvs.c optional hyperv
dev/hyperv/netvsc/hn_rndis.c optional hyperv
More information about the svn-src-all
mailing list