cvs commit: src/sys/conf files src/sys/dev/mmc bridge.h mmc.c
mmcbr_if.m mmcbrvar.h mmcbus_if.m mmcreg.h mmcsd.c mmcvar.h
Warner Losh
imp at FreeBSD.org
Fri Oct 20 06:40:00 UTC 2006
imp 2006-10-20 06:39:59 UTC
FreeBSD src repository
Modified files:
sys/conf files
Added files:
sys/dev/mmc bridge.h mmc.c mmcbr_if.m mmcbrvar.h
mmcbus_if.m mmcreg.h mmcsd.c mmcvar.h
Log:
Preliminary MMC stack. This stack supports SD 1.0 cards only, but
should be easily adapted to SD 2.0 (aka SDHC), SDIO, MMC and MMCplus
cards. At the present time, there's only one bridge driver for the
ARM9 based Atmel AT91RM9200.
Revision Changes Path
1.1152 +4 -0 src/sys/conf/files
1.1 +105 -0 src/sys/dev/mmc/bridge.h (new)
1.1 +745 -0 src/sys/dev/mmc/mmc.c (new)
1.1 +84 -0 src/sys/dev/mmc/mmcbr_if.m (new)
1.1 +73 -0 src/sys/dev/mmc/mmcbrvar.h (new)
1.1 +63 -0 src/sys/dev/mmc/mmcbus_if.m (new)
1.1 +326 -0 src/sys/dev/mmc/mmcreg.h (new)
1.1 +244 -0 src/sys/dev/mmc/mmcsd.c (new)
1.1 +54 -0 src/sys/dev/mmc/mmcvar.h (new)
More information about the cvs-src
mailing list