svn commit: r42231 - head/en_US.ISO8859-1/htdocs/news/status

Gabor Pali pgj at FreeBSD.org
Wed Jul 10 08:13:58 UTC 2013


Author: pgj
Date: Wed Jul 10 08:13:58 2013
New Revision: 42231
URL: http://svnweb.freebsd.org/changeset/doc/42231

Log:
  - Add a Q2 report entry on the SDIO driver
  
  Submitted by:	Ilya Bakulin <Ilya at bakulin.de>

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 00:18:49 2013	(r42230)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml	Wed Jul 10 08:13:58 2013	(r42231)
@@ -18,7 +18,7 @@
 
     <!-- XXX: keep updating the number of entries -->
     <p>Thanks to all the reporters for the excellent work!  This report
-      contains 32 entries and we hope you enjoy reading it.</p>
+      contains 33 entries and we hope you enjoy reading it.</p>
 
     <!-- XXX: set date for the next set of submissions -->
     <p>The deadline for submissions covering between July and September 2013
@@ -1842,4 +1842,49 @@ functionality through <tt>pkg(8)</tt>.</
 	testing is announced.</task>
     </help>
   </project>
+
+  <project cat='kern'>
+    <title>SDIO Driver</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Ilya</given>
+	  <common>Bakulin</common>
+	</name>
+	<email>ilya at bakulin.de</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="https://wiki.freebsd.org/SDIO">SDIO project page on the &os; wiki</url>
+      <url href="https://github.com/kibab/freebsd/tree/kibab-dplug">Source code</url>
+    </links>
+
+    <body>
+      <p>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.</p>
+
+      <p>A prototype of the driver for Marvell SDIO WLAN/BT module is
+	also being developed, using the existing Linux driver as a
+	reference.</p>
+    </body>
+
+    <help>
+      <task>Extend MMC bus interface with more SDIO-specific bus methods
+	to allow child drivers to perform multi-byte in/out
+	transfers.</task>
+
+      <task>Write firmware loading code for the prototype of the WLAN
+	driver.  Further work on the WLAN driver should probably be done
+	as a separate project.</task>
+
+      <task>Implement detach path.  It has not been tested yet because
+	the DreamPlug hardware available does not have an external
+	SDIO-capable slot.</task>
+    </help>
+  </project>
 </report>


More information about the svn-doc-all mailing list