Date: Thu, 9 Oct 2008 19:47:28 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/mmc mmc.c Message-ID: <200810091947.m99Jla8G002397@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2008-10-09 19:47:28 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c Log: SVN rev 183729 on 2008-10-09 19:47:28Z by imp o Use seprate routines to decode cid and csd for sd and mmc cards. All they have in common right now is a memset. This saves a parameter to these routines, as well as a level of indentation. o Make mmc_get_bits a little clearer... It really only works on 128-bit registers right now. Revision Changes Path 1.21 +103 -90 src/sys/dev/mmc/mmc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810091947.m99Jla8G002397>