Date: Wed, 21 Jan 2009 17:39:11 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/arm/at91 at91_mci.c Message-ID: <200901211739.n0LHdLES043985@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2009-01-21 17:39:11 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_mci.c Log: SVN rev 187548 on 2009-01-21 17:39:11Z by imp o The f_max is really at91_master_clock / 2, not 30MHz, so compute it as such. o Only set 4-bit caps on those boards that have 4-bit caps (this means that because we don't set wire4 yet, this forces us to always use 1-bit bus). o Don't test wire4 when setting up the bus width, since bad things will happen if we do. # This likely won't fix the busted at91 sd card support, but these are # needful changes for correctness. Revision Changes Path 1.13 +6 -3 src/sys/arm/at91/at91_mci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901211739.n0LHdLES043985>