Age | Commit message (Expand) | Author |
2021-11-02 | Recognize BCM43436, as seen on the Raspberry Pi Zero 2 W. | Patrick Wildt |
2021-10-23 | Make sure we have enough space to add padding and final token to the nvram | Mark Kettenis |
2021-09-11 | Don't set the highspeed bit on bcm2835-sdhci sdhc(4) controllers. | Marcus Glocker |
2021-06-13 | refer to the correct domain for sdhc spec | Jonathan Gray |
2021-06-06 | Add firmware selection for BRCM_CC_43241_CHIP_ID (0x4324). | Kenji Aoyama |
2021-03-27 | Fix SDMMC_DEBUG build | kn |
2021-02-26 | Refactor bwfm(4) firmware loading. The PCIe backend will need to be able | Patrick Wildt |
2020-12-26 | sdmmc(4): sdmmc_io_function_enable(): don't sleep on lbolt | cheloha |
2020-10-15 | Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call | Kenneth R Westerback |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-09-05 | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY | Kenneth R Westerback |
2020-09-03 | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. | Kenneth R Westerback |
2020-09-02 | When building emulated INQUIRY results use the SCSI_REV_* #define's to | Kenneth R Westerback |
2020-09-01 | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to | Kenneth R Westerback |
2020-08-24 | Implement UHS-I support in the sdmmc(4) midlayer. | Mark Kettenis |
2020-08-15 | Print ddr52 and hs200 indicators if those modes are supported. | Mark Kettenis |
2020-08-14 | Add support for eMMC HS200 mode. Loosely based on code from NetBSD. | Mark Kettenis |
2020-07-25 | No need for a bzero(), just init saa.sf to NULL. All the saa.saa | Kenneth R Westerback |
2020-07-24 | Turning on various scsi drivers' *DEBUG options reveals that this has | Kenneth R Westerback |
2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-13 | Remove some pointless casting of void * when assigning one | Kenneth R Westerback |
2020-07-03 | Pass the expected 'scsibus_attach_args *' to scsibus_attach() via | Kenneth R Westerback |
2020-06-19 | Add support for BCM4359 SDIO variants such as the AP6359SA module found | Mark Kettenis |
2020-06-14 | Make sure SDHC_HOST_CTL2 is consistently controlled using 2-byte accesses, | Patrick Wildt |
2020-05-22 | Add pre/post hooks for bus clock changes to sdhc(4). These will be | Patrick Wildt |
2020-05-15 | Some newer bwfm(4) chips from Cypress hold their regulatory | Patrick Wildt |
2020-05-13 | sdhc(4), sdmmc(4): tsleep(9) -> tsleep_nsec(9); ok patrick@ | cheloha |
2020-04-29 | According to the SDIO Simplified Specification 3.0, a tuple length | Patrick Wildt |
2020-04-27 | fix SDHC_DEBUG build, remove procname printf's | ians |
2020-04-19 | Add comments to clarify the hex IDs of some bwfm(4) devices on SD bus. | Stefan Sperling |
2020-04-19 | Add support for hardware where an SDHC controller lives on a bus that | Mark Kettenis |
2020-04-19 | Add support for hardware where an SDHC controller lives on a bus that | Mark Kettenis |
2020-03-14 | On fdt platforms attempt to load system specific .txt and .bin files | Jonathan Gray |
2020-03-13 | Recognize BCM43341 as a BCM43340 variant. | Patrick Wildt |
2020-03-07 | Use snprintf(9) to create the names for the firmware and NVRAM files. This | Patrick Wildt |
2020-03-06 | Fixup bwfm(4) register bit regarding SDIO device suspend/resume. | Patrick Wildt |
2020-03-06 | Process the NVRAM in bwfm(4) itself. So far we have relied on some | Patrick Wildt |
2020-02-25 | Make bwfm(4) call if_input() only once per interrupt. | Patrick Wildt |
2020-02-20 | Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the | Kenneth R Westerback |
2020-02-12 | Bring a few stragglers into line with the idiom used by the other 40+ | Kenneth R Westerback |
2020-01-26 | Shuffle some names around to make reading the code less headache | Kenneth R Westerback |
2020-01-25 | Drivers that implement their own *minphys() don't need to call the | Kenneth R Westerback |
2020-01-22 | Recognize BCM4345 rev 9, which requires a different firmware, | Patrick Wildt |
2020-01-22 | delete wasteful ;; | Theo de Raadt |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2019-04-02 | Don't detach non-removable devices during resume on "sdhc* at acpi?". | Stefan Sperling |
2019-02-07 | Consistently use m_freem(9). This fixes possible leaks in a few | Patrick Wildt |