From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 9 16:46:25 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 E1F4E16A417; Thu, 9 Aug 2007 16:46:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id A1EA113C428; Thu, 9 Aug 2007 16:46:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l79GiSGD080448; Thu, 9 Aug 2007 10:44:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 09 Aug 2007 10:44:39 -0600 (MDT) Message-Id: <20070809.104439.-365731007.imp@bsdimp.com> To: hselasky@c2i.net From: "M. Warner Losh" In-Reply-To: <200708091203.47000.hselasky@c2i.net> References: <20070805060921.GA2858@freebsd.weongyo.org> <200708091203.47000.hselasky@c2i.net> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 09 Aug 2007 10:44:30 -0600 (MDT) Cc: freebsd-hackers@freebsd.org, freebsd-drivers@freebsd.org 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: Thu, 09 Aug 2007 16:46:26 -0000 In message: <200708091203.47000.hselasky@c2i.net> Hans Petter Selasky writes: : On Sunday 05 August 2007, Weongyo Jeong wrote: : > Hello, : > : > I just finished to port zyd(4) from NetBSD for FreeBSD and it works well in : > my environment without any panic ;-) (In zb1211b, RF AL2230, open auth, : > 54M). But It's not perfect and not be tested on another RF controllers and : > not on zb1211. IMO, it would work too. : > : > A patch which is for CURRENT is available at : > http://weongyo.org/patches/freebsd/if_zyd-CURRENT-20070805.diff : > : > Comments, questions and feedbacks always welcome. : > : > PS. special thanks to Pyun YongHyeon. : : Hi, : : Is it possible that you could spend some time porting your ZYD driver to the : HPS USB stack aswell ? Isn't zyd already in the hps stack? Warner