diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml b/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml index b3e2fb2ffa..fbc0b1c5d0 100644 --- a/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml +++ b/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml @@ -18,7 +18,7 @@

Thanks to all the reporters for the excellent work! This report - contains 32 entries and we hope you enjoy reading it.

+ contains 33 entries and we hope you enjoy reading it.

The deadline for submissions covering between July and September 2013 @@ -1842,4 +1842,49 @@ functionality through pkg(8). testing is announced. + + + SDIO Driver + + + + + Ilya + Bakulin + + ilya@bakulin.de + + + + + SDIO project page on the &os; wiki + Source code + + + +

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 + reference.

+ + + + Extend MMC bus interface with more SDIO-specific bus methods + to allow child drivers to perform multi-byte in/out + transfers. + + 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. + + Implement detach path. It has not been tested yet because + the DreamPlug hardware available does not have an external + SDIO-capable slot. + +