From owner-freebsd-current@FreeBSD.ORG Fri Oct 31 21:44:28 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3A6C106567C for ; Fri, 31 Oct 2008 21:44:27 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe16.swip.net [212.247.155.225]) by mx1.freebsd.org (Postfix) with ESMTP id 890398FC16 for ; Fri, 31 Oct 2008 21:44:27 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=bdeZpJpNa0wA:10 a=SER6hIBTabIA:10 a=6I5d2MoRAAAA:8 a=EXhimLk6jkqyR1TaEHgA:9 a=-cjI408QdzmRO4v58CV0pV10o-oA:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.186]) by mailfe16.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 392491467; Fri, 31 Oct 2008 21:44:23 +0100 From: Hans Petter Selasky To: Thomas Sparrevohn Date: Fri, 31 Oct 2008 21:46:30 +0100 User-Agent: KMail/1.9.7 References: <200810251925.47273.hselasky@c2i.net> <200810311656.44467.hselasky@c2i.net> <200810311716.10165.Thomas.Sparrevohn@btinternet.com> In-Reply-To: <200810311716.10165.Thomas.Sparrevohn@btinternet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810312146.32114.hselasky@c2i.net> Cc: Olivier SMEDTS , freebsd-current@freebsd.org, Alfred Perlstein , current@freebsd.org, freebsd-usb@freebsd.org Subject: Re: USB4BSD release candidate number 3 - request for review X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 21:44:28 -0000 On Friday 31 October 2008, Thomas Sparrevohn wrote: > On Friday 31 October 2008 15:56:42 Hans Petter Selasky wrote: > > On Friday 31 October 2008, Olivier SMEDTS wrote: > > Hi, > > > > Looks like I made a small typo there. The module is named "usb2_input_ms" > > while the kernel option is named "usb2_input_ums". The kernel option > > should be named "usb2_input_ms". > > Is this the same issue? > > config: Error: device "usb2_controller_uss820dci" is unknown > config: Error: device "usb2_ethernet_dav" is unknown > Yes, thanks for reporting. Should be fixed now: http://perforce.freebsd.org/chv.cgi?CH=152295 --HPS