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
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-09
More malloc() -> mallocarray() in the kernel.
Doug Hogan
2014-11-01
fix the build when SDMMC_DEBUG is defined
Jonathan Gray
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2011-07-17
Backout a bunch of my SCSI commits from c2k11. At least one of these
Matthew Dempsky
2011-07-09
Simplify sdmmc_scsi by using SCSI_NO_ADAPTER_TARGET.
Matthew Dempsky
2011-07-09
Kludge around sdmmc(4)'s poor design: replace "struct scsi_link *"
Matthew Dempsky
2011-06-16
dont respond to VPD inquiries with standard inquiry data. add a
David Gwynne
2010-10-25
Iopoolification. Tested by mcbride@, dlg@, and Gabriel Kihlman on tech@.
Kenneth R Westerback
2010-08-24
lockmgr -> rwlock conversion
Bret Lambert
2010-08-19
- fold several occurences of DEVNAME() into one located in sdmmcvar.h.
Jasper Lievisse Adriaanse
2010-06-20
Don't use and maintain a function pointer that is only ever set to one
Michael Knudsen
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
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