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)
Thu, May 21, 11:45 PM
Unknown Object (File)
Thu, May 21, 8:17 PM
Unknown Object (File)
Thu, May 21, 8:44 AM
Unknown Object (File)
Thu, May 21, 2:42 AM
Unknown Object (File)
Tue, May 19, 9:34 AM
Unknown Object (File)
Sun, May 17, 9:50 PM
Unknown Object (File)
Tue, May 12, 11:17 AM
Unknown Object (File)
Apr 24 2026, 2:55 AM
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.