index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sdmmc
/
sdmmc_scsi.c
Age
Commit message (
Expand
)
Author
2009-10-03
Add missing <sys/device.h>.
Mark Kettenis
2009-09-05
scsi_done before COMPLETE
David Gwynne
2009-04-07
Remove recursion from the sdmmc locking regime.
Bret Lambert
2009-03-24
Remove redundant casts.
Mark Kettenis
2009-02-20
Let the sdmmc adapters tell the sdmmc layer how much sectors they can
Miod Vallat
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-02-06
Fix crash on zaurus when sd memory card plugged by providing an attachment
Alexander Yurchenko
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2008-12-02
backout: would have been nice if this had been tested, to see that it
Theo de Raadt
2008-11-24
Rework sdmmc locking to remove recursion
Bret Lambert
2007-09-11
KNF
Gilles Chehade
2007-09-10
more MALLOC/FREE -> malloc/free and M_ZERO changes
Gilles Chehade
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2006-10-17
dont pass a copy of sdmmcs scsi_link struct on the stack to the midlayer.
David Gwynne
2006-08-23
Protect scsi_done() with splbio(), discussed with and okay dlg@, marco@
Pedro Martelletto
2006-07-18
First and foremost, avoid an obious race between two or more processes
Uwe Stuehler
2006-06-01
SDIO card identification
Uwe Stuehler
2006-05-28
don't #undef SDMMC_DEBUG
Uwe Stuehler
2006-05-28
Support for standard SD host controllers like the Ricoh 5C822, a small
Uwe Stuehler