Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2024 16:16:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 267028] kernel panics when booting with both (zfs,ko or vboxnetflt,ko or acpi_wmi.ko) and amdgpu.ko
Message-ID:  <bug-267028-227-EO8VATiE2U@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267028-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267028-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267028

--- Comment #194 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
I'll note that drm-510-kmod has the status:

 .if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} >=3D 1401501
 IGNORE=3D                not supported on FreeBSD 14.2 and higher
 .endif

drm-515-kmod has the status:

 .if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} < 1400081
 IGNORE=3D                not supported on older than 14.0, no kernel suppo=
rt
 .endif

drm-61-kmod has the status:

 .if ${OPSYS} =3D=3D FreeBSD && !( ${OSVERSION} >=3D 1500008 || ( ${OSVERSI=
ON} >=3D
1400508 && ${OSVERSION} < 1500000 ))
 IGNORE=3D                not supported on older than 14-STABLE 1400508, no
kernel support
 .endif


So drm-510-kmod will not last through all of 14.* .

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267028-227-EO8VATiE2U>