From owner-freebsd-current@FreeBSD.ORG Thu Jul 16 15:22:08 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 2A3A9106564A for ; Thu, 16 Jul 2009 15:22:08 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f208.google.com (mail-bw0-f208.google.com [209.85.218.208]) by mx1.freebsd.org (Postfix) with ESMTP id A461E8FC16 for ; Thu, 16 Jul 2009 15:22:07 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz4 with SMTP id 4so173472bwz.43 for ; Thu, 16 Jul 2009 08:22:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=e0IUY4zb8WLPnaLTSTzl5skfICa4yvXHiRecQIpLvbY=; b=H9Z8KRX1rO7Uux7V4vBChAf85s8zYdaGByqEKPRvgmTI1TiAG2lr0FMXzOa5SkdikR Ay2E6y/OtOjfQdHhx3DXJdnH0K5UQO2Dc2xyqccOYR18LVhVRSFbiMuubKMqC/HmsDJ8 zBzUe/ino+szF2p/C0nQT0h79o2CjFuHsIhvc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kHrRR67rOrqXNPvn7kmYNsOkBgW5iGhnEwkNcIT8wvvj/TLUDft/t7udYHw6vrYPke Mw4jB9Wtl9B4jHjoyzFus1sa5tVknjpZuMCFqdUaKAus3Sn/wCw8a8ChzDrfJqk2sNWZ 7vSnxNwAfpVQseO7C8PHwb6+nIF3gDDAqaXgI= MIME-Version: 1.0 Received: by 10.204.63.20 with SMTP id z20mr8666993bkh.34.1247757726699; Thu, 16 Jul 2009 08:22:06 -0700 (PDT) In-Reply-To: <200907152323.49765.mel.flynn+fbsd.current@mailing.thruhere.net> References: <200907152323.49765.mel.flynn+fbsd.current@mailing.thruhere.net> Date: Thu, 16 Jul 2009 17:22:06 +0200 Message-ID: <3a142e750907160822p18e5a847q536416264f91f0e4@mail.gmail.com> From: "Paul B. Mahol" To: Mel Flynn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Rob Farmer , 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 15:22:08 -0000 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