index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sdmmc
/
sdmmcvar.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for eMMC HS200 mode. Loosely based on code from NetBSD.
kettenis
2020-08-14
1
-5
/
+7
*
Pass the expected 'scsibus_attach_args *' to scsibus_attach() via
krw
2020-07-03
1
-3
/
+3
*
Don't detach non-removable devices during resume on "sdhc* at acpi?".
stsp
2019-04-02
1
-1
/
+2
*
Allow passing the maximum size of a segment that a SD/MMC host
patrick
2018-12-29
1
-1
/
+2
*
Allow passing per-function cookies through the SD/MMC bus to SDIO
patrick
2018-08-09
1
-1
/
+3
*
Add hibernate IO path for sdmmc(4). This requires some help from the
jmatthew
2018-03-20
1
-1
/
+6
*
Add sdmmc_io_set_blocklen() which allows to set the block length of an
patrick
2018-02-11
1
-1
/
+3
*
Add sdmmc_io_read_region_1() and sdmmc_io_write_region_1() as an
patrick
2018-02-11
1
-1
/
+3
*
Add Dual Data Rate support for eMMC at 52MHz.
kettenis
2016-05-05
1
-1
/
+8
*
Add high-speed support for SD cards. In theory this should double the
kettenis
2016-05-04
1
-1
/
+2
*
Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)
kettenis
2016-05-01
1
-1
/
+7
*
Implement DMA support. Bits and pieces taken from NetBSD, but we only
kettenis
2016-04-30
1
-1
/
+9
*
Add basic support for eMMC memory.
rapha
2013-09-12
1
-1
/
+14
*
Fixed config_pending calls in sdmmc(4)
uwe
2011-11-10
1
-1
/
+2
*
Backout a bunch of my SCSI commits from c2k11. At least one of these
matthew
2011-07-17
1
-2
/
+2
*
Kludge around sdmmc(4)'s poor design: replace "struct scsi_link *"
matthew
2011-07-09
1
-2
/
+2
*
lockmgr -> rwlock conversion
blambert
2010-08-24
1
-6
/
+4
*
- fold several occurences of DEVNAME() into one located in sdmmcvar.h.
jasper
2010-08-19
1
-2
/
+2
*
Remove recursion from the sdmmc locking regime.
blambert
2009-04-07
1
-1
/
+3
*
Let the sdmmc adapters tell the sdmmc layer how much sectors they can
miod
2009-02-20
1
-1
/
+3
*
Fix crash on zaurus when sd memory card plugged by providing an attachment
grange
2009-02-06
1
-2
/
+2
*
Add support for SDHC cards on SDHC capable host controllers.
jsg
2009-01-09
1
-1
/
+4
*
backout: would have been nice if this had been tested, to see that it
deraadt
2008-12-02
1
-7
/
+1
*
Rework sdmmc locking to remove recursion
blambert
2008-11-24
1
-1
/
+7
*
unbreak the zaurus kernel build by adding a missing header
todd
2007-11-29
1
-1
/
+2
*
Add SDIO card interrupt handling code
uwe
2007-05-31
1
-1
/
+10
*
Wait until an I/O function becomes ready after enabling it, and make
uwe
2007-05-26
1
-2
/
+5
*
DHC automatically sends a CMD12 after multiple-block transfers, but other
uwe
2007-03-18
1
-1
/
+2
*
Support the PXA27x SD/SDIO/MMC controller on Zaurus
uwe
2007-03-18
1
-2
/
+7
*
move CSD/CID decoding to sdmmc_mem.c
uwe
2006-11-29
1
-6
/
+1
*
add ioctl hack to support the sdio(8) userland tool
uwe
2006-11-29
1
-1
/
+19
*
First and foremost, avoid an obious race between two or more processes
uwe
2006-07-18
1
-16
/
+39
*
SDIO card identification
uwe
2006-06-01
1
-19
/
+93
*
Support for standard SD host controllers like the Ricoh 5C822, a small
uwe
2006-05-28
1
-0
/
+127