From owner-svn-src-head@FreeBSD.ORG Thu Mar 12 08:47:32 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18153106564A; Thu, 12 Mar 2009 08:47:32 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by mx1.freebsd.org (Postfix) with ESMTP id C15678FC08; Thu, 12 Mar 2009 08:47:31 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id g9so3875936rvb.3 for ; Thu, 12 Mar 2009 01:47:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=xHhGwwA0GAZHYH1UHfOzn121Ud84gaWP/7vHN4H/JUM=; b=szTHlXt1BQAToiS7NiABkcF0wBARU8y1OyRolZrSGEwilo0WXaTC3yBYry4D0sT+4I Quw0G1gHkY6rRxEVK7nT16GLPfxVaTMX2I+Cx2cVS2CS68lWRlNdIHuCkfpHmyz6AsvW E/ZgG52dLe+eT+lOF9hpTHT5ZNnZ0L/VIzOkg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=EbegibGpjqur+2hs14E+XJYk/MUKCLInjXHqcN9UFoCuwJXmja7piS3CqtHxqtjlR5 Jp381DHIV3yqFVFC2SuJQ+l3k6ibyIAATuv3Pi8N0Fpqr1m0zTAboEMIdA9J29cctQt7 O+lHQHgEUg9Y57dW5UfMvOuDCvrIMa1B5Agkc= Received: by 10.141.142.1 with SMTP id u1mr4904520rvn.93.1236847651342; Thu, 12 Mar 2009 01:47:31 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id k37sm18167627rvb.1.2009.03.12.01.47.28 (version=SSLv3 cipher=RC4-MD5); Thu, 12 Mar 2009 01:47:30 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Thu, 12 Mar 2009 17:46:20 +0900 From: Pyun YongHyeon Date: Thu, 12 Mar 2009 17:46:20 +0900 To: Remko Lodder Message-ID: <20090312084620.GE13527@michelle.cdnetworks.co.kr> References: <200903120114.n2C1Elfx012323@svn.freebsd.org> <6342e028ecd95fd18f4269ff27fc401d.squirrel@galain.elvandar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6342e028ecd95fd18f4269ff27fc401d.squirrel@galain.elvandar.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Pyun YongHyeon Subject: Re: svn commit: r189714 - head/sys/dev/txp X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2009 08:47:32 -0000 On Thu, Mar 12, 2009 at 09:36:20AM +0100, Remko Lodder wrote: > > On Thu, March 12, 2009 2:14 am, Pyun YongHyeon wrote: > > Author: yongari > > Date: Thu Mar 12 01:14:47 2009 > > New Revision: 189714 > > URL: http://svn.freebsd.org/changeset/base/189714 > > > > Log: > > bus_dma(9) conversion and make txp(4) work on all architectures. > > Hey Pyun, > > This is great work! Thanks a lot for that! > No problem. It's my pleasure to see one more driver that can run on sparc64.