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
Commit message (
Expand
)
Author
Age
Files
Lines
*
read_ivar takes a uintptr_t * not a u_char *.
imp
2009-03-12
1
-1
/
+1
*
Add kernel dumping support. Works fine with sdhci controller driver.
mav
2009-02-17
1
-1
/
+30
*
o Define some symbols for a few items that are bare constants in the
imp
2009-02-03
2
-16
/
+34
*
Add one more debug level.
mav
2009-01-28
1
-2
/
+2
*
Improve mmc driver verbose logging.
mav
2009-01-28
1
-12
/
+78
*
Default to normal bus timing mode on SD cards. In practice, most
imp
2009-01-21
1
-0
/
+1
*
Fix minor style nit for file consistency.
imp
2009-01-21
1
-5
/
+4
*
Make the command reporting be under boot verbose.
imp
2009-01-21
1
-6
/
+10
*
Fix copy/paste mistake in variable name. This could lead to using incorrect
mav
2009-01-21
1
-1
/
+1
*
Implement suspend/resume for mmc and mmcsd drivers.
mav
2008-12-06
2
-66
/
+164
*
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
4
-8
/
+8
*
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
4
-149
/
+333
*
Use GB suffix only from 10GB instead of 1GB.
mav
2008-10-12
1
-1
/
+1
*
style(9): spaces around operators.
imp
2008-10-12
1
-8
/
+12
*
Print the cards natural size.
imp
2008-10-12
1
-24
/
+58
*
SELECT_CARD command with zero RCA deselects all cards and so has no reply.
mav
2008-10-11
1
-1
/
+1
*
Give mmcsd driver a bit more information about card. It allows to reorganize
mav
2008-10-11
3
-14
/
+36
*
Add high capacity MMC cards support.
mav
2008-10-09
1
-5
/
+17
*
o Use seprate routines to decode cid and csd for sd and mmc cards. All they
imp
2008-10-09
1
-90
/
+103
*
Only voltage bits should be zero in send_op_cond argument to ignore busy.
mav
2008-10-08
1
-2
/
+4
*
Generic SD Host Controller driver going to be named sdhci.
mav
2008-10-08
1
-1
/
+1
*
Fix bit offset in mmc_sd_switch().
mav
2008-10-08
1
-2
/
+2
*
Set of mmc layer improvements:
mav
2008-10-08
6
-35
/
+557
*
Define and use MMC_SECTOR_SIZE.
imp
2008-10-02
4
-4
/
+12
*
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
*
Make the media size return the block rather than the bytes on the device.
imp
2008-09-29
1
-1
/
+1
*
Explicitly set data to NULL rather than relying mmc_wait_for_cmd() to
imp
2008-09-29
1
-1
/
+8
*
Minor style fixes from mav@ (with similar problems fixed where I noticed
imp
2008-09-29
2
-4
/
+5
*
Conform to style(9) for return (foo); The files were a mix before.
imp
2008-09-29
2
-12
/
+12
*
Convert all C++ comments to C style. There's lots of folks that don't
imp
2008-09-29
1
-23
/
+30
*
The parameters to the MMCBR_ACQUIRE_HOST and MMCBR_RELEAES_HOST were
imp
2008-09-29
1
-2
/
+2
*
Add "caps" word to host bridge.
imp
2008-09-28
1
-0
/
+2
*
Implement power down, and power down the bus on detach.
imp
2008-09-28
1
-1
/
+15
*
When a device is read only, fail all non-read BIO requests.
imp
2008-09-28
1
-1
/
+8
*
Propigate read-only status of cards. Right now it is read only at
imp
2008-09-28
3
-1
/
+14
*
The OCR register defines both acceptable voltage bits, as well as bits
imp
2008-09-28
2
-2
/
+3
*
Other busses on the system use the official capitalization for the
imp
2008-09-28
1
-1
/
+1
*
Fix line continuation whitespace.
imp
2008-09-28
1
-2
/
+2
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
MFp4: When querying the operating condition of SD cards (using the
imp
2007-06-05
1
-1
/
+1
*
A careful reading of the disclaimer that is required to download the
imp
2007-05-26
8
-0
/
+216
*
First cut at making detach work. also add sdh as a possible mmc bridge.
imp
2007-05-15
2
-10
/
+65
*
Don't need mmc_mode ivar
imp
2007-05-15
1
-2
/
+0
*
Preliminary MMC stack. This stack supports SD 1.0 cards only, but
imp
2006-10-20
8
-0
/
+1694