From owner-svn-doc-head@FreeBSD.ORG Wed Jul 10 21:40:23 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E12D8D71; Wed, 10 Jul 2013 21:40:23 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D2FAE1D33; Wed, 10 Jul 2013 21:40:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6ALeNPK096268; Wed, 10 Jul 2013 21:40:23 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6ALeN78096266; Wed, 10 Jul 2013 21:40:23 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201307102140.r6ALeN78096266@svn.freebsd.org> From: Gabor Pali Date: Wed, 10 Jul 2013 21:40:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42239 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 21:40:24 -0000 Author: pgj Date: Wed Jul 10 21:40:23 2013 New Revision: 42239 URL: http://svnweb.freebsd.org/changeset/doc/42239 Log: - Prepend an introductory sentence for the SDIO driver entry Submitted by: theraven Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Wed Jul 10 21:37:57 2013 (r42238) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Wed Jul 10 21:40:23 2013 (r42239) @@ -1878,11 +1878,15 @@ functionality through pkg(8). -

The driver is implemented as an extension to the existing MMC - bus, adding a lot of new SDIO-specific bus methods. Getting - information about the card works, including querying all the - supported I/O functions. Simple byte transfers and multi-byte - reads work.

+

SDIO is an interface designed as an extension for the existing + SD card standard, to allow connecting different peripherals to the + host with the standard SD controller. Peripherals currently + sold at the general market include WLAN/BT modules, cameras, + fingerprint readers, barcode scanners. The driver is + implemented as an extension to the existing MMC bus, adding a + lot of new SDIO-specific bus methods. Getting information about + the card works, including querying all the supported I/O + functions. Simple byte transfers and multi-byte reads work.

A prototype of the driver for Marvell SDIO WLAN/BT module is also being developed, using the existing Linux driver as a