Page MenuHomeFreeBSD

cam mmc_xpt/nvme_xpt: Add _sbuf variants of {an,de}nounce xport and proto ops
ClosedPublic

Authored by jhb on Jul 31 2023, 10:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 2 2024, 9:05 AM
Unknown Object (File)
May 2 2024, 9:05 AM
Unknown Object (File)
May 2 2024, 9:05 AM
Unknown Object (File)
May 2 2024, 2:47 AM
Unknown Object (File)
Mar 19 2024, 4:18 AM
Unknown Object (File)
Mar 19 2024, 4:18 AM
Unknown Object (File)
Mar 19 2024, 4:18 AM
Unknown Object (File)
Mar 17 2024, 8:30 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Jul 31 2023, 10:26 PM

I'm sure nvme is right. I'm pretty sure mmc is too.

This revision is now accepted and ready to land.Aug 1 2023, 2:40 PM
sys/cam/mmc/mmc_xpt.c
418

"_sbuf()"?

430

This function is even more weird than mmc_announce_periph() -- it pstill rints nothing, but now into sbuf. ;)

sys/cam/mmc/mmc_xpt.c
418

I don't know that that makes much sense. Converting the other CAM_DEBUG at the bottom into a sbuf_printf() might make sense if the clock value is useful to know.

430

I don't disagree, but the non-sbuf one is going away later in the series.

sys/cam/mmc/mmc_xpt.c
418

I meant just adding _sbuf to the function name in the message.