From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 19 09:17:19 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C6E816A418 for ; Wed, 19 Dec 2007 09:17:19 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 02D1C13C458 for ; Wed, 19 Dec 2007 09:17:17 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so5100349pyb.3 for ; Wed, 19 Dec 2007 01:17:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:organization:x-operation-sytem:from; bh=xveZhC0tAABx9D1ZakqAjMVHFrgGRerXOewjjO9Ed5s=; b=vsa1b18rN+yPqcRbdy1RPRV5YqIVG3xbMMlXRec4yQ/+H8xkNSb7cjXZ+/7SXmVccfy2YunTuMS4v1mi/KVnGEcNPcy6Tli+Rig/QZ9uv+yRq8lVICFfJTD6v75fMZ0xiet8mXpNgH3FCMlk7/g5thi2dZkw2oIeOQuz87peVRY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:organization:x-operation-sytem:from; b=po/gd+xtfL7whBj/52DyYQJi1sFLy7dr56dzmG+h3kSONSnp2qMzV8tvHBJ38P1v8kUdsnA1psU7DCNfs++P3kUVATTTOYKO8LjUCoZSmiCk2RpdD8U1Ee4VZNbLpid30cuTjLDkUMh7+L9Nc33Zh7vRWvt6basq8EXuJzKS61A= Received: by 10.35.27.1 with SMTP id e1mr9654809pyj.1.1198054109337; Wed, 19 Dec 2007 00:48:29 -0800 (PST) Received: from freebsd.weongyo.org ( [211.53.35.67]) by mx.google.com with ESMTPS id x72sm20959337pyg.2007.12.19.00.48.25 (version=SSLv3 cipher=OTHER); Wed, 19 Dec 2007 00:48:27 -0800 (PST) Received: by freebsd.weongyo.org (sSMTP sendmail emulation); Wed, 19 Dec 2007 17:48:27 +0900 Date: Wed, 19 Dec 2007 17:48:27 +0900 To: Nils Beyer , jlfreniche Message-ID: <20071219084827.GA84109@freebsd.weongyo.org> Mail-Followup-To: Nils Beyer , jlfreniche , freebsd-hackers@freebsd.org, Andrew Thompson , Sam Leffler , "M. Warner Losh" , Ariff Abdullah References: <000901c7e108$2385d5b0$01081bac@nopwinme> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000901c7e108$2385d5b0$01081bac@nopwinme> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD From: Weongyo Jeong Cc: freebsd-hackers@freebsd.org, Ariff Abdullah , Andrew Thompson Subject: Re: finished? porting ZyDAS zb1211/zb1211b driver for FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 09:17:19 -0000 On Fri, Aug 17, 2007 at 09:52:26PM +0200, Nils Beyer wrote: > Weongyo Jeong wrote: > >I just finished to port zyd(4) from NetBSD for FreeBSD and it works well > >[...] > >A patch which is for CURRENT is available at [...] > > That's great to read. Is that driver also possible for 6.2-RELEASE and > 6-STABLE? This email is just for your information. Recently, I tried to port zyd(4) driver against RELENG_6 and the result, WIP version, come out here: http://weongyo.org/patches/zyd_RELENG_6-20071219.tar.gz However, this version does not work properly in RELENG_6. When you test this, you will succeed in attaching the device and getting IP address using dhclient(8) but you can see a lot of packet loss. I think that this problem come from the lack of MFCs of ieee80211 framework or USB framework to RELENG_6 because this version works well in CURRENT with small changes. After testing more cases, I will let you know when problems on RELENG_6 are solved. Regards, Weongyo Jeong