Page MenuHomeFreeBSD

nvme.ko: Don't include nvme_util.c
ClosedPublic

Authored by jhb on Jun 5 2025, 8:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 1:13 AM
Unknown Object (File)
Mon, Oct 13, 1:13 AM
Unknown Object (File)
Mon, Oct 13, 1:13 AM
Unknown Object (File)
Sun, Oct 12, 1:33 PM
Unknown Object (File)
Thu, Oct 9, 4:37 AM
Unknown Object (File)
Mon, Oct 6, 9:37 AM
Unknown Object (File)
Mon, Sep 22, 2:00 PM
Unknown Object (File)
Sun, Sep 21, 11:20 PM
Subscribers

Details

Summary

This file is already included in cam.ko which is nvme.ko depends on
unconditionally.

Sponsored by: Chelsio Communications

Diff Detail

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

Event Timeline

jhb requested review of this revision.Jun 5 2025, 8:59 PM

I've tested this with numerous kernels combinations:

  • kernel without CAM but with nvme + nvd
  • kernel without nvme (MINIMAL was too big) but with CAM, nvme.ko can be kldloaded and works
  • kernel without CAM or nvme, nvme.ko can be kldloaded and pulls in cam.ko as an automatic dependency and works
This revision is now accepted and ready to land.Jun 5 2025, 9:34 PM
This revision was automatically updated to reflect the committed changes.