aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc_da: Queued CCBs need a priority other than CAM_PRIORITY_NONEWarner Losh2025-07-221-1/+1
* cam/mmc: Remove stray xpt_path_inqWarner Losh2025-07-221-1/+0
* cam: Add xpt_gdev_type() and use it instead of many copies of sameWarner Losh2025-07-101-4/+1
* cam/mmc: style(9) pass: put { starting functions on its own lineWarner Losh2025-07-081-8/+16
* cam/mmc: Use xpt_path_inq instead of hand-rollded equivalentWarner Losh2025-07-071-4/+1
* mmc_da: garbage-collect sdda_get_max_dataAndriy Gapon2025-07-041-21/+0
* mmc_da: fix garbage in disk->d_attachmentAndriy Gapon2025-06-272-4/+2
* mmc_xpt: use strlcpy instead of strncpyAndriy Gapon2025-06-271-3/+3
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* cam/xpt: Put all messages on one lineWarner Losh2025-02-041-8/+9
* mmccam: fix mmcsd disk aliasesBjoern A. Zeeb2024-09-031-8/+13
* CAM: Replace random sbuf_printf() with cheaper cat/putc.Alexander Motin2023-11-221-3/+3
* cam: Remove left-over sys/cdefs.h in sys/camWarner Losh2023-11-062-2/+0
* cam: Minor opt_cam.h cleanupWarner Losh2023-11-061-2/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* mmc_xpt: Update function name in debug traceJohn Baldwin2023-08-011-1/+1
* cam: Remove non-sbuf announce/denounce proto and xport opsJohn Baldwin2023-08-011-48/+0
* cam mmc_xpt/nvme_xpt: Add _sbuf variants of {an,de}nounce xport and proto opsJohn Baldwin2023-08-011-0/+42
* mmc_xpt: Remove dubious end of mmc_print_identJohn Baldwin2023-08-011-4/+0
* cam/mmc: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-253-11/+11
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-2/+1
* mmc_da: create disk(9) for pre-2.0 SD cardsAndriy Gapon2022-01-271-1/+1
* mmc_da: remove write-only local variablesAndriy Gapon2022-01-121-4/+0
* mmc_da: use MMC_SECTOR_SIZE constant in place of literalsAndriy Gapon2022-01-121-8/+8
* mmc_da: implement d_dump method, sddadumpAndriy Gapon2022-01-123-9/+88
* follow up to 18679ab1, actually change size of mmc_sim::name to 16Andriy Gapon2021-12-171-1/+1
* mmc_sim: fix setting of the mutex nameAndriy Gapon2021-12-152-6/+4
* Revert "mmc_sim: fix setting of the mutex name"Andriy Gapon2021-12-132-4/+6
* mmc_sim: fix setting of the mutex nameAndriy Gapon2021-12-132-6/+4
* sddadone: 'error' gets assigned only errno codes, never MMC_ERR codesAndriy Gapon2021-11-131-2/+2
* Assert that invalid bus widths can't be passed to bus_width_str().John Baldwin2021-09-151-0/+2
* mmc_cam_sim_default_action: do not touch the ccb after dispatching itAndriy Gapon2021-07-121-2/+1
* cam: drop unused 'saved_ccb' field from softcsEdward Tomasz Napierala2021-07-061-1/+0
* cam: Fix GENERIC-MMCCAM buildWarner Losh2021-06-282-2/+2
* mmc_sim: stop using cam_sim_alloc_devWarner Losh2021-06-281-2/+2
* cam mmc: Assert that the xpt_bus_register registered a device_tWarner Losh2021-06-281-2/+4
* mmc_sim: Make XPT_MMC_GET_TRAN_SETTINGS fully asyncEmmanuel Vadot2021-06-191-6/+28
* mmccam: Read the common members of CSD v1.0 and v2.0Emmanuel Vadot2021-06-191-40/+23
* mmccam: Style(9) more mmc_da.cEmmanuel Vadot2021-06-191-20/+16
* mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhciEmmanuel Vadot2021-05-213-28/+130
* mmccam: probe*: Style(9)Emmanuel Vadot2021-04-271-13/+13
* mmcprobe_done: Style(9)Emmanuel Vadot2021-04-271-166/+166
* mmccam: Add mmc_sim, a generic sim for mmc driver to useEmmanuel Vadot2021-04-273-0/+291
* cam: make sure to clear even more CCBs allocated on the stackEdward Tomasz Napierala2021-04-112-0/+2
* mmccam: Convert some printf to CAM_DEBUGEmmanuel Vadot2020-11-301-3/+4
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1