summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdmmc/files.sdmmc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add hibernate IO path for sdmmc(4). This requires some help from thejmatthew2018-03-201-2/+2
| | | | | | | | sdmmc chipset driver, currently only implemented in sdhc(4), but mostly uses the regular path. sdhc(4) also needed the ability to perform IO while cold. ok deraadt@
* Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. Thepatrick2017-10-111-1/+4
| | | | | | | | | | | | | | FullMAC, in comparison to SoftMAC, does most WiFi handling in the firmware that's running on the controller. This means we have to work around the net80211 stack while still implementing all the WiFi interfaces to userland. This driver is still in early development. So far it can connect to open WiFis over the USB bus. SDIO and PCIe support, for devices like the Raspberry Pi 3 or the Macbooks, is not yet implemented. Also mbufs on the transmit path leak and are not yet freed. ok stsp@
* "It's not the years, honey; it's the mileage."tedu2014-07-111-6/+1
| | | | | | bluetooth support doesn't work and isn't going anywhere. the current design is a dead end, and should not be the basis for any future support. general consensus says to whack it so as to not mislead the unwary.
* An SDIO Bluetooth driver, only initial bits and therefore not enabled yetuwe2007-05-311-1/+6
|
* SDIO card identificationuwe2006-06-011-1/+3
|
* Support for standard SD host controllers like the Ricoh 5C822, a smalluwe2006-05-281-0/+11
generic bus layer, and SCSI emulation for SD/MMC memory cards.