Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2013 13:02:30 -0700
From:      Ian Lepore <ian@FreeBSD.org>
To:        Oleksandr Tymoshenko <gonzo@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r247495 - head/sys/dev/sdhci
Message-ID:  <1362081750.1195.65.camel@revolution.hippie.lan>
In-Reply-To: <201302281943.r1SJhEmC023261@svn.freebsd.org>
References:  <201302281943.r1SJhEmC023261@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2013-02-28 at 19:43 +0000, Oleksandr Tymoshenko wrote:
> Author: gonzo
> Date: Thu Feb 28 19:43:14 2013
> New Revision: 247495
> URL: http://svnweb.freebsd.org/changeset/base/247495
> 
> Log:
>   Add hooks for plugging platform-provided transfer backend.
>   
>   In order to use platorm backend hardware driver should
>   impement three methods:
>   - platform_start_transfer and platform_finish_transfer
>       to start and finish transfer
>   - platform_will_handle - check whether transaction is
>       suitable for backend. If not - driver will fall back
>       to PIO mode.
>   
>   Submitted by:	Daisuke Aoyama <aoyama at peach.ne.jp>
>   Approved by:	ian@
> 
> Modified:
>   head/sys/dev/sdhci/sdhci.c
>   head/sys/dev/sdhci/sdhci.h
>   head/sys/dev/sdhci/sdhci_if.m
> 

I think that was meant to be "Reviewed by" rather than "Approved by".  I
do very much approve of the changes, but not in any formal
administrative sense, I'm just happy the sdcard IO is faster. :)

-- Ian





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1362081750.1195.65.camel>