Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2019 17:18:11 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354192 - head/sys/conf
Message-ID:  <201910301718.x9UHIBKT059164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910301718.x9UHIBKT059164>