From owner-svn-src-projects@freebsd.org Sat Jul 9 03:17:07 2016 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0232AB85F69 for ; Sat, 9 Jul 2016 03:17:07 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8CAC1BEF; Sat, 9 Jul 2016 03:17:06 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u693H6TL005037; Sat, 9 Jul 2016 03:17:06 GMT (envelope-from nwhitehorn@FreeBSD.org) Received: (from nwhitehorn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u693H6d6005036; Sat, 9 Jul 2016 03:17:06 GMT (envelope-from nwhitehorn@FreeBSD.org) Message-Id: <201607090317.u693H6d6005036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nwhitehorn set sender to nwhitehorn@FreeBSD.org using -f From: Nathan Whitehorn Date: Sat, 9 Jul 2016 03:17:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r302478 - projects/powernv/powerpc/conf X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2016 03:17:07 -0000 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