Page MenuHomeFreeBSD

nvme: removed unused 'regs' variable
ClosedPublic

Authored by ziaee on Mar 11 2026, 8:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 23, 3:33 PM
Unknown Object (File)
Fri, Aug 21, 8:11 PM
Unknown Object (File)
Thu, Aug 13, 12:46 AM
Unknown Object (File)
Wed, Aug 12, 9:48 AM
Unknown Object (File)
Mon, Aug 10, 12:14 PM
Unknown Object (File)
Sun, Aug 9, 3:51 AM
Unknown Object (File)
Sat, Aug 8, 4:57 AM
Unknown Object (File)
Fri, Aug 7, 7:24 AM
Subscribers

Details

Summary

The private struct has a 'regs' member that's only written to
and otherwise unused. This change removes it.

Proxying on behalf of Matt Delco <delco@google.com>

Requested by: jhb

Diff Detail

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

Event Timeline

ziaee requested review of this revision.Mar 11 2026, 8:54 PM

Yes. We only use struct nvme_registers for register offsets, and otherwise use bus space to get the data.

This revision is now accepted and ready to land.Mar 11 2026, 9:25 PM

Great that we already use bus_space. I feared the worst when I saw this assignment fly by in the earlier diff.

This revision was automatically updated to reflect the committed changes.