index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
mmc
/
mmcsd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add kernel dumping support. Works fine with sdhci controller driver.
mav
2009-02-17
1
-1
/
+30
*
Implement suspend/resume for mmc and mmcsd drivers.
mav
2008-12-06
1
-12
/
+51
*
Report card erase sector size as disk stripe size.
mav
2008-11-23
1
-0
/
+2
*
Improve detach handling: close races, flush queue.
mav
2008-11-23
1
-13
/
+16
*
Allow card reader bridge driver to report maximum supported transfer size.
mav
2008-10-29
1
-8
/
+1
*
Coalesce sequentional BIO_DELETE requests to slightly relax size and alignment
mav
2008-10-18
1
-8
/
+23
*
Implement BIO_DELETE command with MMC and SD erase commands.
mav
2008-10-18
1
-55
/
+155
*
Use GB suffix only from 10GB instead of 1GB.
mav
2008-10-12
1
-1
/
+1
*
Print the cards natural size.
imp
2008-10-12
1
-24
/
+58
*
Give mmcsd driver a bit more information about card. It allows to reorganize
mav
2008-10-11
1
-2
/
+7
*
Set of mmc layer improvements:
mav
2008-10-08
1
-1
/
+4
*
Define and use MMC_SECTOR_SIZE.
imp
2008-10-02
1
-1
/
+1
*
MAXPHYS seems more stable on the AT91RM9200 boards that I have. We
imp
2008-10-02
1
-1
/
+1
*
Improve support for multiple block read/write. This code is currently
imp
2008-09-30
1
-38
/
+42
*
Conform to style(9) for return (foo); The files were a mix before.
imp
2008-09-29
1
-3
/
+3
*
When a device is read only, fail all non-read BIO requests.
imp
2008-09-28
1
-1
/
+8
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
A careful reading of the disclaimer that is required to download the
imp
2007-05-26
1
-0
/
+27
*
First cut at making detach work. also add sdh as a possible mmc bridge.
imp
2007-05-15
1
-4
/
+38
*
Preliminary MMC stack. This stack supports SD 1.0 cards only, but
imp
2006-10-20
1
-0
/
+244