[Bug 290301] i915kms with some kernel options crashes kernel.
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 290301] i915kms with some kernel options crashes kernel."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Oct 2025 16:25:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290301
Dag-Erling Smørgrav <des@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |Not A Bug
Status|New |Closed
CC| |des@FreeBSD.org
--- Comment #1 from Dag-Erling Smørgrav <des@FreeBSD.org> ---
The packages in the kmod repository are intended for use with a GENERIC kernel.
If you modify your kernel configuration, you will have to rebuild all modules,
including those from ports. This will be done automatically if you list them
in PORTS_MODULES. See the build(7) manual page for details, but essentially
you just need to add this line to /etc/src.conf:
PORTS_MODULES = graphics/drm-515-kmod graphics/drm-61-kmod
and make sure your ports tree is up to date before running `make buildkernel`
and `make installkernel`.
--
You are receiving this mail because:
You are the assignee for the bug.