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)
Sun, Mar 29, 4:34 PM
Unknown Object (File)
Sat, Mar 28, 7:13 PM
Unknown Object (File)
Wed, Mar 25, 7:09 PM
Unknown Object (File)
Wed, Mar 25, 12:25 PM
Unknown Object (File)
Mon, Mar 9, 3:51 PM
Unknown Object (File)
Mon, Mar 9, 8:01 AM
Unknown Object (File)
Mon, Mar 9, 2:00 AM
Unknown Object (File)
Sun, Mar 8, 7:05 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.