https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187015
--- Comment #21 from Konstantin Belousov <[email protected]> --- /dev/agpgart must point to real agp instead of the ghost sibling, but the order of enumeration is not strictly defined. So I think that both nodes should be created as /dev/agpgart0 and /dev/agpgart1, and then a symlink, the alias device in devfs term, created to point to one of them. Perhaps use pci function number as the unit number, and them symlink to function 0. I wonder if Gen3 or earlier hw work with the current off-tree drm kmod. If it does not, then perhaps this report should be closed as 'not fix'. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
