aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/mmc/mmc_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* CAM: Replace random sbuf_printf() with cheaper cat/putc.Alexander Motin2023-11-221-3/+3
* cam: Minor opt_cam.h cleanupWarner Losh2023-11-061-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+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-251-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* cam: drop unused 'saved_ccb' field from softcsEdward Tomasz Napierala2021-07-061-1/+0
* cam: Fix GENERIC-MMCCAM buildWarner Losh2021-06-281-1/+1
* cam mmc: Assert that the xpt_bus_register registered a device_tWarner Losh2021-06-281-2/+4
* mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhciEmmanuel Vadot2021-05-211-26/+83
* mmccam: probe*: Style(9)Emmanuel Vadot2021-04-271-13/+13
* mmcprobe_done: Style(9)Emmanuel Vadot2021-04-271-166/+166
* cam: make sure to clear even more CCBs allocated on the stackEdward Tomasz Napierala2021-04-111-0/+1
* mmccam: Convert some printf to CAM_DEBUGEmmanuel Vadot2020-11-301-3/+4
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Minor cleanups in mmc_xpt.cIlya Bakulin2020-08-041-23/+24
* mmcam: Use a static length sbuf bufferEmmanuel Vadot2020-08-041-6/+11
* mmccam: mmc_xpt: We're only interested about losing the deviceEmmanuel Vadot2020-08-041-23/+5
* mmccam: Make non bootverbose more readableEmmanuel Vadot2020-07-241-4/+3
* mmccam: Add support for 1.8V sdcardEmmanuel Vadot2020-07-221-0/+19
* mmccam: Add a generic mmccam_start_discovery functionEmmanuel Vadot2020-07-221-0/+23
* mmccam: Use a sbuf for the mmc ident functionEmmanuel Vadot2020-07-221-21/+41
* mmc_xpt: Fix debug messagesEmmanuel Vadot2020-07-221-1/+2
* cam: ANSIfy 0-argument function definitionsConrad Meyer2020-05-161-1/+1
* Create a convenince wrapper to fill in a CAM_PATH_INQ request for MMC sims. PassWarner Losh2020-01-271-0/+29
* MMCCAM: defer release of ccb until we're done with itKyle Evans2019-11-221-1/+1
* Take proper lock in ses_setphyspath_callback().Alexander Motin2019-08-291-0/+1
* Fix setting RCA for MMC cardsIlya Bakulin2018-06-191-3/+26
* Don't try to turn power down MMC bus if it is already downIlya Bakulin2018-06-191-6/+8
* Fix MMCCAM scanning for new cards.Ilya Bakulin2018-05-221-1/+1
* Return a C errno for cam_periph_acquire().Scott Long2018-02-061-4/+4
* Fix compile errors in r328165Scott Long2018-01-191-4/+2
* Revert ABI breakage to CAM that came in with MMC/SD support in r320844.Scott Long2018-01-191-0/+7
* SPDX: finish tagging sys/cam.Pedro F. Giffuni2018-01-161-0/+2
* Define xpt_path_inq.Warner Losh2017-12-061-8/+3
* Add kern.features flag for MMCCAMIlya Bakulin2017-09-181-0/+2
* Miscellaneous fixes and improvements to MMCCAM stackIlya Bakulin2017-09-151-26/+25
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-091-0/+1077