On Sun, 2018-02-11 at 20:15 +0000, Scott Long wrote: > Author: scottl > Date: Sun Feb 11 20:15:47 2018 > New Revision: 329137 > URL: https://svnweb.freebsd.org/changeset/base/329137 > > Log: > Print out the shared memory queues during initialization > > Sponsored by: Netflix > > Modified: > head/sys/dev/mpr/mpr.c > head/sys/dev/mps/mps.c >
FYI, I'm getting several errors like this building for i386... /b/staging/freebsd/head/src/sys/dev/mps/mps.c:1317:6: error: format specifies type 'unsigned long' but the argument has type 'bus_addr_t' (aka 'unsigned int') [-Werror,-Wformat] sc->free_busaddr, fqsize); ^~~~~~~~~~~~~~~~ /b/staging/freebsd/head/src/sys/dev/mps/mpsvar.h:664:39: note: expanded from macro 'mps_dprint' device_printf((sc)->mps_dev, msg, ##args); \ ^~~~ -- Ian _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"