From owner-freebsd-current@FreeBSD.ORG Thu Jul 16 23:17:55 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30C0B1065676 for ; Thu, 16 Jul 2009 23:17:55 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 03E998FC1F for ; Thu, 16 Jul 2009 23:17:54 +0000 (UTC) (envelope-from sam@errno.com) Received: from ice.local ([10.0.0.115]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n6GMhwbf085569 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 16 Jul 2009 15:43:58 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4A5FAD2E.1070200@errno.com> Date: Thu, 16 Jul 2009 15:43:58 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: Mel Flynn References: <200907161152.05474.mel.flynn+fbsd.current@mailing.thruhere.net> In-Reply-To: <200907161152.05474.mel.flynn+fbsd.current@mailing.thruhere.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: freebsd-current@freebsd.org Subject: Re: device "urtw" is unknown 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: Thu, 16 Jul 2009 23:17:55 -0000 Mel Flynn wrote: > On Thursday 16 July 2009 08:38:37 Rob Farmer wrote: >> On Thu, Jul 16, 2009 at 08:22, Paul B. Mahol wrote: >>> On 7/16/09, Mel Flynn wrote: >>>> [Redirecting to -current] >>>> >>>> On Wednesday 15 July 2009 22:30:05 Rob Farmer wrote: >>>>> I am trying to build a custom kernel with the urtw device on 8.0 beta >>>>> 1 amd64. According to the man page, I should add device urtw to my >>>>> config (just Generic plus this) and it should work. But, I get: >>>>> >>>>> config: Error: device "urtw" is unknown >>>> Can reproduce. It is built as module though, so you can kldload if_urtw. >>>> Perhaps the ${_urtw} magic in sys/modules/usb/Makefile is not understood >>>> by config(8). >>> Negative, urtw is not mentioned in /sys/conf/files* >>> >>> -- >>> Paul >> Ok , so I added it to /sys/conf/files and it seems to compile and run >> fine. Is this correct or is there more to it? > > It is correct for your machine. Unless there's a technical reason this module > wasn't added to sys/conf/files*, rather then an oversight. > The correct fix for the official FreeBSD source tree would be a bit more > involved as the driver (or device) only supports i386 and amd64. uwrtm should work on any architecture; I expect weongyo will fix this since it's his driver. Sam