FreeBSDDesktop / kms-drm

the DRM part of the linuxkpi-based KMS
63 stars 26 forks source link

linuxkpi: remove pci_iomap/pci_iounmap #242

Closed evadot closed 4 years ago

evadot commented 4 years ago

Those will be added in base linuxkpi.

Signed-off-by: Emmanuel Vadot manu@FreeBSD.org

zeising commented 4 years ago

Is this relevant to drm-v4.16 as well? We need to figure out a way to have this keep on compiling for a bit even on older kernels, if at all possible.

evadot commented 4 years ago

No, the 4.16 branch doesn't have those functions.

zeising commented 4 years ago

A different approach to solve this was chosen, to keep backwards compat with older FreeBSD Current versions.