From owner-svn-src-all@FreeBSD.ORG Tue Oct 5 07:24:14 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 490951065670; Tue, 5 Oct 2010 07:24:14 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mxf3.bahnhof.se (mxf3.bahnhof.se [213.80.101.27]) by mx1.freebsd.org (Postfix) with ESMTP id F19788FC28; Tue, 5 Oct 2010 07:24:13 +0000 (UTC) Received: from localhost (mxf3.local [127.0.0.1]) by mxf3-reinject (Postfix) with ESMTP id CA959133450C; Tue, 5 Oct 2010 09:24:12 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF2) X-Spam-Score: 2.819 X-Spam-Level: ** X-Spam-Status: No, score=2.819 tagged_above=-99 required=5 tests=[DNS_FROM_RFC_POST=1.44, SPF_NEUTRAL=1.379] Received: from mxf3.bahnhof.se ([127.0.0.1]) by localhost (mxf3.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bIIoVJch4g56; Tue, 5 Oct 2010 09:24:08 +0200 (CEST) Received: from [10.32.0.4] (h-90-99.A163.priv.bahnhof.se [79.136.90.99]) by mxf3.bahnhof.se (Postfix) with ESMTP id 9E06E13344E8; Tue, 5 Oct 2010 09:24:08 +0200 (CEST) Message-ID: <4CAAD294.9020801@gmail.com> Date: Tue, 05 Oct 2010 09:24:04 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Hans Petter Selasky References: <201010042322.o94NM3Sl030836@svn.freebsd.org> <4CAACF80.5050009@gmail.com> <201010050914.30675.hselasky@freebsd.org> In-Reply-To: <201010050914.30675.hselasky@freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Subject: Re: svn commit: r213437 - in head/sys: conf modules/usb modules/usb/xhci X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2010 07:24:14 -0000 On 2010-10-05 09:14, Hans Petter Selasky wrote: > On Tuesday 05 October 2010 09:10:56 Niclas Zeising wrote: >> On 2010-10-05 01:22, Hans Petter Selasky wrote: >>> Author: hselasky >>> Date: Mon Oct 4 23:22:03 2010 >>> New Revision: 213437 >>> URL: http://svn.freebsd.org/changeset/base/213437 >>> >>> Log: >>> Link the XHCI (USB 3.0 hardware driver) into the default kernel build. >>> >>> Approved by: thompsa (mentor) >>> >>> Added: >>> head/sys/modules/usb/xhci/ >>> head/sys/modules/usb/xhci/Makefile (contents, props changed) >>> >>> Modified: >>> head/sys/conf/files >>> head/sys/modules/usb/Makefile >> >> Shouldn't this be added to the corresponding kernel config files as well >> as NOTES? >> Keep up the good work! >> Regards! >> //Niclas > > Yes, but I'm not sure who will do that. > > --HPS > Can't you do it? :) Check with thompsa just in case, there is no rush. Regards! //Niclas --