Video (Display sub system, dss)
The video system for omap3 is devide into 3 parts, called lcd, video
and dsi. Currently the system only support the lcd interface since
it's the only one I have been able to test. Currently 1280x1024 is
the default setting, this might be changed. Writing to the /dev/dssctl
(ex echo '1024x768x16' > /dev/dssctl) changes the res. Currently the
system does not use the rfbi since it seems like an unessesery
optimisation
at this point.

MMC/SD
The mmc/sd system contains of 2 parts. First is the devmmc with it's
corresponding mmc.h, that part should be portable (the cmd-part should
be written in a more portable mannor) and the mmchc is specific to the
controller. For this mmchc i used dma for implementing the read/write
but the controller could just as well use a polled system. There might
be needed to add a mmc_getdata() because some uncommon cards (mmchs
mainly)
uses the datachannel rather then the cmdchannel to send some responds.
Currently there are some bugs to be fix.

-- 
You received this message because you are subscribed to the Google Groups "Plan 
9 Google Summer of Code" group.
To post to this group, send email to plan9-g...@googlegroups.com.
To unsubscribe from this group, send email to 
plan9-gsoc+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/plan9-gsoc?hl=en.

Reply via email to