| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFC: r222475 | Marius Strobl | 2012-04-20 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | Fix read_ivar implementation for MMC and SD. 1. Both mmc_read_ivar() and sdhci_read_ivar() use the expression '*(int *)result = val' to assign to result which is uintptr_t *. This does not work on big-endian 64 bit systems. 2. The media_size ivar is declared as 'off_t' which does not fit into uintptr_t in 32bit systems, change this to long. Submitted by: kanthms at netlogicmicro com (initial version) PR: 134745 Notes: svn path=/stable/7/; revision=234495 | ||||
| * | MFC rev. 187876, 188462, 188724 | Alexander Motin | 2009-02-23 | 1 | -21/+30 |
| | | | | | | | | | | | Sync sdhci driver with HEAD: Add hw.sdhci.debug sysctl to control debug level. Fix read_ivar prototype. Add support for interruptless kernel dumping. Notes: svn path=/stable/7/; revision=188953 | ||||
| * | MFC sdhci driver. | Alexander Motin | 2009-01-05 | 2 | -0/+1756 |
| Notes: svn path=/stable/7/; revision=186790 | |||||
