From owner-freebsd-current@FreeBSD.ORG Thu Jul 16 07:23:52 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 2AF6A106566C for ; Thu, 16 Jul 2009 07:23:52 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id EA6938FC12 for ; Thu, 16 Jul 2009 07:23:51 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 077C17E821; Wed, 15 Jul 2009 23:23:51 -0800 (AKDT) From: Mel Flynn To: freebsd-current@freebsd.org Date: Wed, 15 Jul 2009 23:23:49 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA1; KDE/4.2.4; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907152323.49765.mel.flynn+fbsd.current@mailing.thruhere.net> Cc: Rob Farmer 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 07:23:52 -0000 [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). -- Mel