https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290301
Dag-Erling Smørgrav <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Status|New |Closed CC| |[email protected] --- Comment #1 from Dag-Erling Smørgrav <[email protected]> --- 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.
