From owner-svn-src-head@FreeBSD.ORG Thu Feb 9 10:22:15 2012 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 35ABA10657BA; Thu, 9 Feb 2012 10:22:15 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id 48CC48FC21; Thu, 9 Feb 2012 10:22:14 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.5/8.14.5) with ESMTP id q19AMDvc031336; Thu, 9 Feb 2012 14:22:13 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id q19AMDBI031335; Thu, 9 Feb 2012 14:22:13 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 9 Feb 2012 14:22:13 +0400 From: Gleb Smirnoff To: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Message-ID: <20120209102213.GX13554@FreeBSD.org> References: <201202091020.q19AKgi0093783@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201202091020.q19AKgi0093783@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Re: svn commit: r231266 - in head: share/man/man4 sys/dev/sdhci X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Feb 2012 10:22:15 -0000 On Thu, Feb 09, 2012 at 10:20:42AM +0000, Gleb Smirnoff wrote: T> Author: glebius T> Date: Thu Feb 9 10:20:41 2012 T> New Revision: 231266 T> URL: http://svn.freebsd.org/changeset/base/231266 T> T> Log: T> Add support for RICOH R5CE823 card reader, that can be found in T> some Lenovo laptops. T> T> The conroller needs a quirk to lower its frequency, and after T> that it operates normally. Forgot to mention: Obtained from: OpenBSD Also, I suppose, it is neccessary to run the quirk in sdhci_resume(), but it is definitely not sufficient to get controller resumed. It looks like sdhci_resume(4) lacks some more generic resume code. -- Totus tuus, Glebius.