Re: commit ca942ab breaks drm-66-kmod
John Baldwin <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
On 12/9/25 15:37, Michael Butler wrote: > This yields .. > > > --- intel_freebsd.o --- > /usr/ports/graphics/drm-66-kmod/work/drm-kmod-drm_v6.6.25_7/drivers/gpu/drm/i915/intel_freebsd.c:61:6: > error: incompatible pointer to integer conversion passing 'int *' to > parameter of type 'int'; dereference with * [-Wint-conversion] > 61 | rid, 0, ~0UL, size, RF_ACTIVE | RF_SHAREABLE); > | ^~~ > | * > ./bus_if.h:321:58: note: passing argument to parameter '_rid' here > 321 | int _rid, > | ^ > 1 error generated. > *** [intel_freebsd.o] Error code 1 > > Michael Yes, I already e-mailed about this on the commits list. I tried adding various developers to the review to coordinate this in advance but that all fell on deaf ears. There is a PR against drm-kmod's master branch at least. -- John Baldwin