Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jul 2016 03:17:06 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r302478 - projects/powernv/powerpc/conf
Message-ID:  <201607090317.u693H6d6005036@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sat Jul  9 03:17:05 2016
New Revision: 302478
URL: https://svnweb.freebsd.org/changeset/base/302478

Log:
  Add xhci(4) to 64-bit GENERIC. Newer machines have USB 3 and no legacy
  controllers.

Modified:
  projects/powernv/powerpc/conf/GENERIC64

Modified: projects/powernv/powerpc/conf/GENERIC64
==============================================================================
--- projects/powernv/powerpc/conf/GENERIC64	Sat Jul  9 03:07:24 2016	(r302477)
+++ projects/powernv/powerpc/conf/GENERIC64	Sat Jul  9 03:17:05 2016	(r302478)
@@ -173,7 +173,8 @@ device		bpf		#Berkeley packet filter
 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		ehci		# EHCI PCI->USB interface (USB 2.0)
+device		xhci		# XHCI PCI->USB interface (USB 3.0)
 device		usb		# USB Bus (required)
 device		uhid		# "Human Interface Devices"
 device		ukbd		# Keyboard



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