amd64 - mpt(4) should use {,u}int32_t for S32/U32
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Mon, 5 Oct 2009 01:04:20 +0000 (10:04 +0900)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Mon, 5 Oct 2009 01:04:20 +0000 (10:04 +0900)
commitaaa82ca4882e0123077984e0c230d31d14f960cd
treedb7d2a6ae4e98edb192520142e2349950ecb0214
parentec87cca7b7f5bf685b39ca7b0b0fe0005164e74f
amd64 - mpt(4) should use {,u}int32_t for S32/U32
or else it uses {,un}signed long type which is of 64bits on 64-bit platforms.
sys/dev/disk/mpt/mpilib/mpi_type.h
sys/dev/disk/mpt/mpt.c
sys/dev/disk/mpt/mpt_debug.c