[Bug 289647] graphics/drm-61-kmod: X11 with nvidia-drm-61-kmod fails to start after commit ac934345a14f
Date: Thu, 18 Sep 2025 23:45:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289647 --- Comment #31 from Bjoern A. Zeeb <bz@FreeBSD.org> --- (In reply to Tomoaki AOKI from comment #30) Yes the patch applies equally to both branches. Well they should now (with the patch) as before it just worked by accident of using the native PCI interface (mind you not for everything; there was one PCI_FUNC(pdev->devfn) in drm already); now it seems we also set it up better for LinuxKPI so we can use these values. It's been an omission in the nvidia-drm code gluing native and LinuxKPI bits together. Thanks a lot for testing/reporting back! In case you are running main or stable/15 you could also try to apply bbeeb585315645db20118ef349a4e3dc83b148cc again and see if that works too now with the patched nvidia-drm? Also are you and or Austin (or dumbbell?) going to add the patch to the ports? I hope we don't need a #if __FreeBSD_version >= 1300093 #endif around the dummy functions and nv_pci_driver (otherwise unused) given we don't support that old releases anymore. -- You are receiving this mail because: You are the assignee for the bug.