summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc/sdmmc_io.c
AgeCommit message (Expand)Author
2010-08-24lockmgr -> rwlock conversionBret Lambert
2010-08-19- fold several occurences of DEVNAME() into one located in sdmmcvar.h.Jasper Lievisse Adriaanse
2009-11-11fixup of locking issues with sdmmc, which were causingJasper Lievisse Adriaanse
2009-10-03Add missing <sys/device.h>.Mark Kettenis
2009-07-15In sdmmc_intr_establish(), don't duplicate the `name' parameter.Michael Knudsen
2009-06-29In sdmmc_intr_establish(), copy the entire name parameter instead ofMichael Knudsen
2009-04-07Remove recursion from the sdmmc locking regime.Bret Lambert
2008-12-02backout: would have been nice if this had been tested, to see that itTheo de Raadt
2008-11-24Rework sdmmc locking to remove recursionBret Lambert
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-06-02split up large CMD53 reads and writesUwe Stuehler
2007-05-31Add SDIO card interrupt handling codeUwe Stuehler
2007-05-26Wait until an I/O function becomes ready after enabling it, and makeUwe Stuehler
2006-07-18First and foremost, avoid an obious race between two or more processesUwe Stuehler
2006-06-19Appease the printf gods here tooMiod Vallat
2006-06-03- only call config_found for function number > 0Uwe Stuehler
2006-06-01SDIO card identificationUwe Stuehler
2006-05-28don't #undef SDMMC_DEBUGUwe Stuehler
2006-05-28Support for standard SD host controllers like the Ricoh 5C822, a smallUwe Stuehler