From owner-freebsd-current@FreeBSD.ORG Thu Jul 16 17:03:38 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 D9ED91065677 for ; Thu, 16 Jul 2009 17:03:38 +0000 (UTC) (envelope-from rfarmer768@gmail.com) Received: from mail-gx0-f217.google.com (mail-gx0-f217.google.com [209.85.217.217]) by mx1.freebsd.org (Postfix) with ESMTP id 8C8158FC12 for ; Thu, 16 Jul 2009 17:03:38 +0000 (UTC) (envelope-from rfarmer768@gmail.com) Received: by gxk17 with SMTP id 17so382681gxk.19 for ; Thu, 16 Jul 2009 10:03:38 -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:content-type :content-transfer-encoding; bh=W/ml5yMlCO2yUBIEOGEv6JJRXeVAuwM2mRZfLYZOnDw=; b=fMzE33D8dAKDn9IekW/urb5kTYylmADWd1tz4vzubZIrCPt2h5b44WkQ2QzG7v1uKO 0RGuQStB/Y1LDd6zvxyDklNIvAcjNP+Ufp/uPeXXCRqWhLllB6kCDlTUBjM/poy4NlrD PC8pC31sXQSC5tjfE+nHhXaI275hkdKG2itRY= 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 :content-type:content-transfer-encoding; b=tqx2H0LyKIC/PoRXdKJxc45ihoZAIkiJKL1HUUBkUKuOT8FWM12OO7pVHONx/1wRRc OsLRhhUBh1u2Zg0fSiq0MdtkCrEUVDwrPN2Ww01sq6RYrhOfANPoMBx4OIN5reLJFqcL tMQAATbR84Osi0dlX0js4dPvpfFxHgItcLfZs= MIME-Version: 1.0 Received: by 10.150.95.4 with SMTP id s4mr81384ybb.214.1247762317198; Thu, 16 Jul 2009 09:38:37 -0700 (PDT) In-Reply-To: References: <200907152323.49765.mel.flynn+fbsd.current@mailing.thruhere.net> <3a142e750907160822p18e5a847q536416264f91f0e4@mail.gmail.com> Date: Thu, 16 Jul 2009 09:38:37 -0700 Message-ID: From: Rob Farmer To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: 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 17:03:44 -0000 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? *** ../files =A0 =A02009-07-16 09:06:48.000000000 -0700 --- files =A0 =A0 =A0 2009-07-16 09:05:23.000000000 -0700 *************** *** 1625,1634 **** --- 1625,1635 ---- =A0# USB WLAN drivers =A0# =A0dev/usb/wlan/if_rum.c =A0 =A0 =A0 =A0 optional rum =A0dev/usb/wlan/if_uath.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0optional uath =A0dev/usb/wlan/if_ural.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0optional ural + dev/usb/wlan/if_urtw.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0optional urtw =A0dev/usb/wlan/if_zyd.c =A0 =A0 =A0 =A0 optional zyd =A0# =A0# USB serial and parallel port drivers =A0# =A0dev/usb/serial/u3g.c =A0 =A0 =A0 =A0 =A0optional u3g