svn commit: r329137 - in head/sys/dev: mpr mps

Ian Lepore ian at freebsd.org
Mon Feb 12 00:07:30 UTC 2018


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


More information about the svn-src-head mailing list