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
F102636861: D41261.diff
Fri, Nov 15, 3:57 AM
Unknown Object (File)
Mon, Oct 28, 6:20 AM
Unknown Object (File)
Mon, Oct 21, 3:07 AM
Unknown Object (File)
Sat, Oct 19, 6:48 PM
Unknown Object (File)
Sep 17 2024, 3:57 PM
Unknown Object (File)
Sep 8 2024, 4:42 PM
Unknown Object (File)
Sep 8 2024, 10:44 AM
Unknown Object (File)
Sep 7 2024, 6:32 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 52917
Build 49808: arc lint + arc unit

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.