Page MenuHomeFreeBSD

ufshci: add man page
ClosedPublic

Authored by jaeyoon on Jun 25 2025, 1:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 28, 1:40 AM
Unknown Object (File)
Wed, Sep 24, 9:56 AM
Unknown Object (File)
Mon, Sep 22, 9:40 PM
Unknown Object (File)
Sep 14 2025, 11:10 AM
Unknown Object (File)
Sep 11 2025, 6:38 AM
Unknown Object (File)
Sep 5 2025, 6:26 PM
Unknown Object (File)
Sep 5 2025, 4:03 AM
Unknown Object (File)
Sep 2 2025, 6:57 AM

Details

Summary

Sponsored by: Samsung Electronics

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 65075
Build 61958: arc lint + arc unit

Event Timeline

initialisation -> initialization

This looks good as is.

This revision is now accepted and ready to land.Jul 9 2025, 3:08 AM

Other than that precision, nothing jumps out to me.

share/man/man4/ufshci.4
85

Worth stating the unit (seconds, milliseconds, or whichever)?

This revision now requires review to proceed.Jul 10 2025, 4:24 AM
jaeyoon added inline comments.
share/man/man4/ufshci.4
85

I added "(in seconds)". Thanks :)

This revision is now accepted and ready to land.Jul 10 2025, 8:01 PM
rpokala added inline comments.
share/man/man4/ufshci.4
117

Configured by who/what? Assuming the (R) means that this read-only, then either hardware or hard-coding is setting this value, so it is not really "configured".

Oh, but looking at the code, I see that it is flagged CTLFLAG_RW! So this should be marked (RW) here. Also, as above, this should have (in seconds).

jaeyoon marked an inline comment as done.

Apply review comment

This revision now requires review to proceed.Jul 10 2025, 11:56 PM
jaeyoon added inline comments.
share/man/man4/ufshci.4
117

My mistake, thanks for letting me know!

This revision is now accepted and ready to land.Jul 10 2025, 11:58 PM

Could you please commit this patch?

This revision was automatically updated to reflect the committed changes.