amd64 - mpt(4) should use {,u}int32_t for S32/U32
commit93de501f77a996034b5cbeb68c0ce1aa722a6e6d
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Mon, 5 Oct 2009 01:04:20 +0000 (5 10:04 +0900)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Wed, 7 Oct 2009 05:41:05 +0000 (7 14:41 +0900)
tree96d6297b33f6e117099f6b30a432ff689a6925a3
parent2b663466871feebd6b7de1bdfb585d1d76ef969c
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