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
/
sdhci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.
wkoszek
2013-04-27
1
-0
/
+300
*
Add hooks for plugging platform-provided transfer backend.
gonzo
2013-02-28
3
-7
/
+49
*
Remove accidentally committed debug panic(9) call
gonzo
2013-02-17
1
-5
/
+1
*
Disable debug accidentally enabled by previous commit
gonzo
2013-02-16
1
-1
/
+1
*
Various timing-related fixes:
gonzo
2013-02-16
3
-12
/
+61
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+1
*
- Get proper maximum clock frequency for SDHCI v3.0 and higher
gonzo
2012-11-30
2
-4
/
+11
*
Add new quirks:
gonzo
2012-10-29
2
-16
/
+61
*
Split sdhci driver in two parts: sdhci and sdhci_pci.
gonzo
2012-10-16
4
-565
/
+882
*
Return back double spacing.
glebius
2012-07-30
1
-1
/
+1
*
Fix typo in comment, should be MHz here.
glebius
2012-07-21
1
-1
/
+1
*
Add support for RICOH R5CE823 card reader, that can be found in
glebius
2012-02-09
2
-0
/
+34
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Fix read_ivar implementation for MMC and SD.
jchandra
2011-05-30
1
-14
/
+14
*
Force DMA for controller found in Lenovo T510 (probably in others too).
pjd
2011-02-27
1
-0
/
+2
*
Add support for interruptless kernel dumping.
mav
2009-02-17
1
-0
/
+6
*
Fix read_ivar prototype.
imp
2009-02-10
1
-1
/
+1
*
Add hw.sdhci.debug sysctl to control debug level.
mav
2009-01-28
1
-20
/
+23
*
Cleanup msleep() arguments.
mav
2008-12-06
1
-2
/
+2
*
Forget current bus power settings on full reset. Chip must be reconfigured.
mav
2008-12-06
1
-3
/
+8
*
Add controller suspend/resume support.
mav
2008-12-01
1
-0
/
+27
*
Allow card reader bridge driver to report maximum supported transfer size.
mav
2008-10-29
1
-0
/
+4
*
Import sdhci (PCI SD Host Controller) driver.
mav
2008-10-21
2
-0
/
+1720