From owner-freebsd-current@FreeBSD.ORG Thu May 21 18:48:33 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 C2E981065676 for ; Thu, 21 May 2009 18:48:33 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 481D08FC16 for ; Thu, 21 May 2009 18:48:33 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by ewy3 with SMTP id 3so1440324ewy.43 for ; Thu, 21 May 2009 11:48:32 -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=tk/sLjrjg/4p8kLFnMYnRugQpRlw/GJrH1D4f4lUye4=; b=Xle2B+ghekDAoKIZ7cnEDkG+jEF7Ur375TUImj5GJypv88OYJ18wuuoyIaMEm+aUOP 8LqQOywG786hlHcPNllQkzp+PJIpFvEjmW+Ei/6I/vVaFr2ry/yMQGBH+PtINfRZzZ1g ZUnwZye3pDeGncJfzG65APddwQJfPGSilcU8k= 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=DEjkJWCMvaZ9qBH858mH0xonp0D46YITL+MuayRrsKtMRYVbuCJOtdtn2rgY+lVMdZ 6vBCev+MuLe0JerDa4p8qH9uVfxyU1B/36fOqj0JKdgVpxtGdIFRVNngtNIlZWvMSYxC h8zZRD0W7YZgnQAW5PVMcX67CbfIJsyTWAU0c= MIME-Version: 1.0 Received: by 10.216.29.66 with SMTP id h44mr597234wea.136.1242931712030; Thu, 21 May 2009 11:48:32 -0700 (PDT) In-Reply-To: <90a5caac0905191127y5677bea9s827bb3d6a9f82176@mail.gmail.com> References: <20090407022956.GA71377@weongyo.cdnetworks.kr> <4A0F419A.2020700@freebsd.org> <20090519050132.GE42412@weongyo.cdnetworks.kr> <200905190916.06460.hselasky@c2i.net> <90a5caac0905191127y5677bea9s827bb3d6a9f82176@mail.gmail.com> Date: Thu, 21 May 2009 13:48:31 -0500 Message-ID: <11167f520905211148u34071232hbf95e45ca373708f@mail.gmail.com> From: "Sam Fourman Jr." To: Lucius Windschuh Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Hans Petter Selasky Subject: Re: HEADSUP: uath(4) has been committed. 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, 21 May 2009 18:48:34 -0000 I have a uath device the Engenius NUB-362-EXT, it will not attach to the uath driver it says ugen7.3: at usbus7 I should note that this device attaches in OpenBSD 4.x I am running FreeBSD 8 -CURRENT as of 10 hours ago, I do not know the usb2 equivalent of usbdevs -v I am confused as to why this device will not attach to uath, I have the driver loaded with kldload if_uath I do not know if this will help, but here is output from OpenBSD 4.5 after you plugin the device I get: uath0 at uhub0 port 5 "Atheros Communications Inc AR5523" rev 2.00/0.01 addr 2 uath0 detached uath0 at uhub0 port 5 "Atheros Communications Inc AR5523" rev 2.00/0.01 addr 2 uath0: MAC/BBP AR5523, RF AR2112, address 00:02:6f:3d:66:58 usbdevs -v Controller /dev/usb0: addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), Intel(0x8086), rev 1.00 port 1 powered port 2 powered port 3 powered port 4 powered port 5 addr 2: high speed, power 500 mA, config 1, AR5523(0x0001), Atheros Communications Inc(0x0cf3), rev 0.01, iSerialNumber 1.0 port 6 powered port 7 powered port 8 powered Sam Fourman Jr.