summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc/sdmmc_scsi.c
AgeCommit message (Expand)Author
2009-10-03Add missing <sys/device.h>.Mark Kettenis
2009-09-05scsi_done before COMPLETEDavid Gwynne
2009-04-07Remove recursion from the sdmmc locking regime.Bret Lambert
2009-03-24Remove redundant casts.Mark Kettenis
2009-02-20Let the sdmmc adapters tell the sdmmc layer how much sectors they canMiod Vallat
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-02-06Fix crash on zaurus when sd memory card plugged by providing an attachmentAlexander Yurchenko
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
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-11KNFGilles Chehade
2007-09-10more MALLOC/FREE -> malloc/free and M_ZERO changesGilles Chehade
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-10-17dont pass a copy of sdmmcs scsi_link struct on the stack to the midlayer.David Gwynne
2006-08-23Protect scsi_done() with splbio(), discussed with and okay dlg@, marco@Pedro Martelletto
2006-07-18First and foremost, avoid an obious race between two or more processesUwe 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