https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193367
--- Comment #13 from Eygene Ryabinkin <[email protected]> --- Perhaps the more proper thing will be to say .max_ioctl = (DRM_ARRAY_SIZE(i915_ioctls) - 1) since this will preserve the semantics of the "max_ioctl" name that should keep the index of the last ioctl and not the number of driver-specific ioctls. I'd go this route, though the change will be slightly more intrusive; namely http://codelabs.ru/fbsd/patches/drm2/fix-drm_drv-off-by-one-v2.diff. What do you think? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
