Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/cardbus



On Mar 4, 2010, at 11:13 AM, Jason Thorpe wrote:

> 
> On Mar 4, 2010, at 10:49 AM, David Young wrote:
> 
>> Use %zu and %zx for printf'ing bus_size_t.
> 
> These aren't quite right.  We should probably define PRIxxx macros for the 
> bus.h scalar types.

For mips, I made bus_space_handle_t intptr_t and defined PRIxBSH as PRIxPTR and 
PRIxBUSADDR as PRIxPADDR.


Home | Main Index | Thread Index | Old Index