freebsd / drm-kmod

drm driver for FreeBSD
155 stars 69 forks source link

drmn.ko depends on acpi unconditionally #214

Closed chmeeedalf closed 1 year ago

chmeeedalf commented 1 year ago

drmn.ko cannot be loaded on powerpc64 due to a dependency on acpi_iic_driver, yielding the following error message:

link_elf: symbol acpi_iicbus_driver undefined KLD radeonkms.ko: depends on drmn - not available or version mismatch

The attached patch fixes this.

fix_drm_ppc.diff.txt

evadot commented 1 year ago

Fixed some time ago.

pkubaj commented 1 year ago

This issue is still relevant.