This makes it possible to share these tables with the nvme(4) driver
in custom kernels that do not include any CAM support, only nvd(4).
Sponsored by: Chelsio Communications
Differential D50685
nvme: Move opcode and status code tables from base CAM to nvme_util.c jhb on Jun 4 2025, 4:32 PM. Authored by Tags None Referenced Files
Subscribers
Details
This makes it possible to share these tables with the nvme(4) driver Sponsored by: Chelsio Communications
Diff Detail
Event Timeline
Comment Actions cam.ko already includes nvme_util.c. (Which means that today it is present in both cam.ko and nvme.ko. Not sure how that works out if you try to kldload both of them in a MINIMAL kernel. I would probably vote for taking it out of nvme.ko since nvme.ko already depends on cam.ko unconditionally.)
|