From owner-freebsd-hackers@FreeBSD.ORG Sat Aug 18 01:05:21 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 942CB16A537 for ; Sat, 18 Aug 2007 01:05:21 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 3481313C494 for ; Sat, 18 Aug 2007 01:05:21 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so26509wag for ; Fri, 17 Aug 2007 18:05:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=FUB/JX4N9+IWDC1KrQ+WZNRJs6aJW3ZFgQIaI0UGkkRtY8cAxAcyTn+bT1XIWOoLNlYThScdB1SYD2Gf1enG0Aam6OMVI3qMf6r3LIfvGqPKESXwEy+84rKhHLtxoM/TWgv1AC0FuTXOzrwz0UPNUsloAQhNpm3eMEOg6sTY4CQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=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; b=AqWmd9NZiqwve7HL+/3jtGzAh01Wet6YFVJm0W496ax9ct1K3nC833XBunQoIfKI+43G5YoPkqdLR35fFit2zbs9IkyHBjC4tHqdozWB5tFsAIt1SpfCLHd8Oyy7z9bNXPTl1M1jO8EKdx6y2w762VgnjoqFH6vY6gNV0tEm4Y8= Received: by 10.115.76.1 with SMTP id d1mr138995wal.1187399120621; Fri, 17 Aug 2007 18:05:20 -0700 (PDT) Received: from freebsd.weongyo.org ( [211.53.35.67]) by mx.google.com with ESMTPS id y11sm4593451pod.2007.08.17.18.05.17 (version=SSLv3 cipher=OTHER); Fri, 17 Aug 2007 18:05:19 -0700 (PDT) Received: by freebsd.weongyo.org (sSMTP sendmail emulation); Sat, 18 Aug 2007 10:04:54 +0900 Date: Sat, 18 Aug 2007 10:04:53 +0900 To: Nils Beyer Message-ID: <20070818010453.GC40733@freebsd.weongyo.org> Mail-Followup-To: Nils Beyer , freebsd-hackers@freebsd.org References: <000901c7e107$c8cfc9f0$01081bac@nopwinme> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000901c7e107$c8cfc9f0$01081bac@nopwinme> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD From: Weongyo Jeong Cc: freebsd-hackers@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: Sat, 18 Aug 2007 01:05:21 -0000 On Fri, Aug 17, 2007 at 09:49:54PM +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 driver isn't tested on FreeBSD 6.2-RELEASE and 6-STABLE and I'm not sure it works on it. However, I also hope this driver works on FreeBSD 6.2-RELEASE and 6-STABLE, so I have a plan to release the patch for them. Best Regards, Weongyo Jeong