| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix SDMMC_DEBUG build |  kn | 2021-03-27 | 2 | -8/+8 |
| * | Refactor bwfm(4) firmware loading. The PCIe backend will need to be able |  patrick | 2021-02-26 | 1 | -100/+3 |
| * | sdmmc(4): sdmmc_io_function_enable(): don't sleep on lbolt |  cheloha | 2020-12-26 | 1 | -2/+2 |
| * | Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call |  krw | 2020-10-15 | 1 | -2/+2 |
| * | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 2020-09-22 | 1 | -9/+9 |
| * | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY |  krw | 2020-09-05 | 1 | -2/+2 |
| * | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. |  krw | 2020-09-03 | 1 | -2/+2 |
| * | When building emulated INQUIRY results use the SCSI_REV_* #define's to |  krw | 2020-09-02 | 1 | -2/+2 |
| * | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to |  krw | 2020-09-01 | 1 | -8/+8 |
| * | Implement UHS-I support in the sdmmc(4) midlayer. |  kettenis | 2020-08-24 | 3 | -18/+156 |
| * | Print ddr52 and hs200 indicators if those modes are supported. |  kettenis | 2020-08-15 | 1 | -1/+5 |
| * | Add support for eMMC HS200 mode. Loosely based on code from NetBSD. |  kettenis | 2020-08-14 | 5 | -72/+164 |
| * | No need for a bzero(), just init saa.sf to NULL. All the saa.saa |  krw | 2020-07-25 | 1 | -2/+2 |
| * | Turning on various scsi drivers' *DEBUG options reveals that this has |  krw | 2020-07-24 | 1 | -1/+5 |
| * | Nuke unused struct scsi_link members of adapter softc's where the |  krw | 2020-07-22 | 1 | -2/+1 |
| * | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 1 | -5/+5 |
| * | Move the adapter related items (luns, adapter, adapter_target, |  krw | 2020-07-19 | 1 | -6/+6 |
| * | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 2020-07-16 | 1 | -7/+7 |
| * | Remove some pointless casting of void * when assigning one |  krw | 2020-07-13 | 1 | -2/+2 |
| * | Pass the expected 'scsibus_attach_args *' to scsibus_attach() via |  krw | 2020-07-03 | 2 | -5/+5 |
| * | Add support for BCM4359 SDIO variants such as the AP6359SA module found |  kettenis | 2020-06-19 | 1 | -1/+5 |
| * | Make sure SDHC_HOST_CTL2 is consistently controlled using 2-byte accesses, |  patrick | 2020-06-14 | 1 | -2/+2 |
| * | Add pre/post hooks for bus clock changes to sdhc(4). These will be |  patrick | 2020-05-22 | 2 | -2/+10 |
| * | Some newer bwfm(4) chips from Cypress hold their regulatory |  patrick | 2020-05-15 | 1 | -1/+12 |
| * | sdhc(4), sdmmc(4): tsleep(9) -> tsleep_nsec(9); ok patrick@ |  cheloha | 2020-05-13 | 2 | -18/+19 |
| * | According to the SDIO Simplified Specification 3.0, a tuple length |  patrick | 2020-04-29 | 1 | -7/+1 |
| * | fix SDHC_DEBUG build, remove procname printf's |  ians | 2020-04-27 | 1 | -5/+4 |
| * | Add comments to clarify the hex IDs of some bwfm(4) devices on SD bus. |  stsp | 2020-04-19 | 1 | -7/+7 |
| * | Add support for hardware where an SDHC controller lives on a bus that |  kettenis | 2020-04-19 | 1 | -1/+2 |
| * | Add support for hardware where an SDHC controller lives on a bus that |  kettenis | 2020-04-19 | 1 | -21/+107 |
| * | On fdt platforms attempt to load system specific .txt and .bin files |  jsg | 2020-03-14 | 1 | -15/+71 |
| * | Recognize BCM43341 as a BCM43340 variant. |  patrick | 2020-03-13 | 1 | -1/+2 |
| * | Use snprintf(9) to create the names for the firmware and NVRAM files. This |  patrick | 2020-03-07 | 1 | -55/+38 |
| * | Fixup bwfm(4) register bit regarding SDIO device suspend/resume. |  patrick | 2020-03-06 | 1 | -2/+2 |
| * | Process the NVRAM in bwfm(4) itself. So far we have relied on some |  patrick | 2020-03-06 | 1 | -6/+30 |
| * | Make bwfm(4) call if_input() only once per interrupt. |  patrick | 2020-02-25 | 1 | -14/+18 |
| * | Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the |  krw | 2020-02-20 | 1 | -1/+3 |
| * | Bring a few stragglers into line with the idiom used by the other 40+ |  krw | 2020-02-12 | 1 | -6/+6 |
| * | Shuffle some names around to make reading the code less headache |  krw | 2020-01-26 | 1 | -4/+4 |
| * | Drivers that implement their own *minphys() don't need to call the |  krw | 2020-01-25 | 1 | -3/+1 |
| * | Recognize BCM4345 rev 9, which requires a different firmware, |  patrick | 2020-01-22 | 1 | -3/+8 |
| * | delete wasteful ;; |  deraadt | 2020-01-22 | 1 | -3/+3 |
| * | Convert infinite sleeps to {m,t}sleep_nsec(9). |  mpi | 2019-12-31 | 2 | -5/+5 |
| * | Don't detach non-removable devices during resume on "sdhc* at acpi?". |  stsp | 2019-04-02 | 4 | -5/+11 |
| * | Consistently use m_freem(9). This fixes possible leaks in a few |  patrick | 2019-02-07 | 1 | -2/+2 |
| * | Turns out we do need to handle control messages that exceed MLEN, so |  kettenis | 2019-02-04 | 1 | -6/+15 |
| * | Allow passing the maximum size of a segment that a SD/MMC host |  patrick | 2018-12-29 | 3 | -4/+8 |
| * | Avoid using m_trailingspace(9) on an mbuf allocated with MGET(9) as it relies |  kettenis | 2018-12-22 | 1 | -2/+4 |
| * | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for |  claudio | 2018-11-09 | 1 | -2/+2 |
| * | Implement 64-bit DMA support in sdhc(4). |  patrick | 2018-09-06 | 2 | -10/+39 |