svn commit: r327736 - head/sys/powerpc/conf

Nathan Whitehorn nwhitehorn at FreeBSD.org
Tue Jan 9 19:41:11 UTC 2018


Author: nwhitehorn
Date: Tue Jan  9 19:41:10 2018
New Revision: 327736
URL: https://svnweb.freebsd.org/changeset/base/327736

Log:
  Add XHCI support to powerpc64 GENERIC. This is useful to get input devices
  supported on newer POWER hardware and in graphical VMs run on the same,
  which are typically XHCI-only. The 32-bit GENERIC kernel, which
  does not run on hardware made in the last decade and is unlikely to
  encounter XHCI devices, is left unchanged.
  
  PR:		kern/224940
  Submitted by:	Gustavo Romero
  MFC after:	1 week

Modified:
  head/sys/powerpc/conf/GENERIC64

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Tue Jan  9 19:02:42 2018	(r327735)
+++ head/sys/powerpc/conf/GENERIC64	Tue Jan  9 19:41:10 2018	(r327736)
@@ -173,6 +173,7 @@ options 	USB_DEBUG	# enable debug msgs
 device		uhci		# UHCI PCI->USB interface
 device		ohci		# OHCI PCI->USB interface
 device		ehci		# EHCI PCI->USB interface
+device		xhci		# XHCI PCI->USB interface
 device		usb		# USB Bus (required)
 device		uhid		# "Human Interface Devices"
 device		ukbd		# Keyboard


More information about the svn-src-head mailing list