Page MenuHomeFreeBSD

MINIMAL: Grow minimal to support ata, scsi and nvme
ClosedPublic

Authored by imp on Apr 29 2024, 3:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 12 2025, 10:10 PM
Unknown Object (File)
Feb 11 2025, 11:14 PM
Unknown Object (File)
Dec 26 2024, 1:04 AM
Unknown Object (File)
Oct 9 2024, 2:41 PM
Unknown Object (File)
Oct 6 2024, 1:42 PM
Unknown Object (File)
Oct 3 2024, 7:01 PM
Unknown Object (File)
Sep 27 2024, 11:25 PM
Unknown Object (File)
Sep 20 2024, 5:26 PM

Details

Summary

Until the boot loader automatically loads these things (including the
CAM dependency), we need to have them in the minimal kernel since they
are needed to boot. These aren't strictly required to be in the kernel,
since modules work, but are high enough demand items that until we sort
out boot loader automation, I'm adding them here. These devices are also
common in vm environments. The delta is relatively small in size. Once
the boot loader automation arrives, these and a lot of other things can
be trimmed. It's less than ideal, but is a good middle ground for the
moment.

Sponsored by: Netflix

Diff Detail

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