> Date: Fri, 14 Feb 2020 09:19:13 +0000 > From: Taylor R Campbell <[email protected]> > > > Date: Fri, 14 Feb 2020 11:03:25 +0200 > > From: Andreas Gustafsson <[email protected]> > > > > The NetBSD Test Fixture wrote: > > > nbmake[8]: stopped in > > > /tmp/bracket/build/2020.02.14.04.38.48-i386/src/sys/modules/drmkms > > > 1 error > > > > --- dependall-sys --- > > /tmp/bracket/build/2020.02.14.04.38.48-i386/src/sys/external/bsd/drm2/dist/drm/drm_bufs.c:958:40: > > error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith] > > buf->address = (void *)(dmah->vaddr + offset); > > ^ > > Sorry, I updated files.drmkms and made sure it built on i386, amd64, > and aarch64, but forgot there was a module with its own build > settings. Will fix shortly!
Should be fixed now with src/sys/modules/drmkms/Makefile 1.13 src/sys/modules/i915drmkms/Makefile 1.15 src/sys/external/bsd/drm2/include/linux/delay.h 1.6
