From owner-freebsd-current@FreeBSD.ORG Wed Jul 9 05:52:13 2008 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 0002C106566B for ; Wed, 9 Jul 2008 05:52:12 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.191]) by mx1.freebsd.org (Postfix) with ESMTP id 634968FC17 for ; Wed, 9 Jul 2008 05:52:11 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so982792tid.3 for ; Tue, 08 Jul 2008 22:52:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:to:subject :message-id:mail-followup-to:mime-version:content-type :content-disposition:user-agent:organization:x-operation-sytem:from; bh=WZd9IWmIFzmm+flPOPqP+v1h/JdHm/6EbX17ImLmWdg=; b=nsR46KNeJpG7II0XuoDq0QdXdPFIepJTEEu5zz58Eqk7ejBWJbkvh0WZNXLEP5QGIa HLItT6NojipG9vAYPsDOrcv/DNu57GYyKfndg2YQSIJUmnphA7xCIR4xeeQ+FOt6/lTR 7wM1D2b47SNrAXZVPW1nHa3wJoOnxRVhOZDZo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent:organization :x-operation-sytem:from; b=dTfPP1zMHB0qHHD0nmCxArMicQdSIG/1Uq9ALpCgb2nwGAEsCCYJgobP/gNhO20oOS R3nzKPuooXWekaAQBRi5T14OG3B2JRRJ5QTZrgWHp8mad5bAiT3fGunpfc/ENKkpSzL6 eR3wmeZVynHlFGDtq9WwUdlo1zKz2ARYNsPD4= Received: by 10.110.70.17 with SMTP id s17mr4193286tia.55.1215581171849; Tue, 08 Jul 2008 22:26:11 -0700 (PDT) Received: from freebsd.weongyo.org ( [211.53.35.67]) by mx.google.com with ESMTPS id d7sm9292089tib.4.2008.07.08.22.26.09 (version=SSLv3 cipher=RC4-MD5); Tue, 08 Jul 2008 22:26:09 -0700 (PDT) Received: by freebsd.weongyo.org (sSMTP sendmail emulation); Wed, 9 Jul 2008 14:25:43 +0900 Date: Wed, 9 Jul 2008 14:25:43 +0900 To: FreeBSD Current Message-ID: <20080709052543.GC26288@freebsd.weongyo.org> Mail-Followup-To: FreeBSD Current Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD From: Weongyo Jeong Subject: CFT: upgt(4) - Conexant/Intersil PrismGT wireless USB driver 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: Wed, 09 Jul 2008 05:52:13 -0000 Hello, I'd like to get problem reports of upgt(4) driver before committing this work to HEAD. This driver obtained from OpenBSD upgt(4) and a patch can be found here: http://people.freebsd.org/~weongyo/patch_upgt_20080709.diff In current implementations, It supports USB 2.0 adapters based on GW3887 chipset and I succeeded to connect to AP with normal connection and WPA. (My device was Netgear WG111v2) AFAIK this device also supports big/little endian archs though it's not tested. You needs to load a firmware module (upgtfw) whose URL can be found the upgt(4) manpage. Please see it. regards, Weongyo Jeong