[Bug 267028] kernel panics when booting with both (zfs,ko or vboxnetflt,ko or acpi_wmi.ko) and amdgpu.ko
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Dec 2024 16:16:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028 --- Comment #194 from Mark Millard <marklmi26-fbsd@yahoo.com> --- I'll note that drm-510-kmod has the status: .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1401501 IGNORE= not supported on FreeBSD 14.2 and higher .endif drm-515-kmod has the status: .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400081 IGNORE= not supported on older than 14.0, no kernel support .endif drm-61-kmod has the status: .if ${OPSYS} == FreeBSD && !( ${OSVERSION} >= 1500008 || ( ${OSVERSION} >= 1400508 && ${OSVERSION} < 1500000 )) IGNORE= not supported on older than 14-STABLE 1400508, no kernel support .endif So drm-510-kmod will not last through all of 14.* . -- You are receiving this mail because: You are on the CC list for the bug.