Date: Tue, 21 Oct 2008 20:33:40 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf NOTES files src/sys/dev/sdhci sdhci.c sdhci.h src/sys/modules Makefile src/sys/modules/sdhci Makefile Message-ID: <200810212034.m9LKYuAI059743@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2008-10-21 20:33:40 UTC FreeBSD src repository Modified files: sys/conf NOTES files sys/modules Makefile Added files: sys/dev/sdhci sdhci.c sdhci.h sys/modules/sdhci Makefile Log: SVN rev 184138 on 2008-10-21 20:33:40Z by mav Import sdhci (PCI SD Host Controller) driver. Driver supports PCI devices with class 8 and subclass 5 according to SD Host Controller Specification. Update NOTES, enable module and static build. Enable related mmc and mmcsd modules build. Discussed on: mobile@, current@ Revision Changes Path 1.1509 +7 -4 src/sys/conf/NOTES 1.1339 +1 -0 src/sys/conf/files 1.1 +1530 -0 src/sys/dev/sdhci/sdhci.c (new) 1.1 +190 -0 src/sys/dev/sdhci/sdhci.h (new) 1.593 +3 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/sdhci/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810212034.m9LKYuAI059743>