Ed Maste
Ed Maste
> it is zero than update sys/x86/pci/pci_early_quirks.[ch] files with your IDS On my Framework 13" Ultra 1 these are indeed zero. Maybe https://github.com/torvalds/linux/commit/dbb2ffbfd708b2d0f1b7fe0083c5e3333d0fe35b. (Other than drm-kmod currently being in ports)...
FreeBSD change at https://reviews.freebsd.org/D40273
So far I am aiming for minimal diffs, and plan to make another pass over everything later on including updates to use OpenSSL 3 APIs. In particular I don't want...
It'll be a bit of a pain, but it's not too bad. I generated these largely with a sed expression: `sed -E -n 's/^.*EXPORT_SYMBOL[A-Z_]*\((.*)\).*$/EXPORT_SYMS+= \1/p`. We could take the same...
Also linuxkpi_video currently has `EXPORT_SYMS=YES`. In my tree I've changed it to: ``` # drivers/video/aperture.c EXPORT_SYMS+= __aperture_remove_legacy_vga_devices EXPORT_SYMS+= aperture_remove_conflicting_devices EXPORT_SYMS+= aperture_remove_conflicting_pci_devices EXPORT_SYMS+= devm_aperture_acquire_for_platform_device # drivers/video/hdmi.c EXPORT_SYMS+= hdmi_audio_infoframe_check EXPORT_SYMS+= hdmi_audio_infoframe_init EXPORT_SYMS+=...
#338 is a short-term workaround to avoid relying on kernel misbehaviour
This patch isn't ready yet, please test with #338 instead.
AIUI for man page changes which do not change meaning the `.Dd` doesn't need to be bumped -- e.g. a typo fix, minor clarification etc.
> The aim is to move linux_fb.c vt_drmfb.c to linuxkpi_video module and import to base system after than. Would be good to also indicate why they should be in the...