Date: Fri, 27 Jun 2003 16:10:58 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ips ips.c ips_commands.c ips_disk.c Message-ID: <200306272310.h5RNAwcQ044658@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2003/06/27 16:10:58 PDT
FreeBSD src repository
Modified files:
sys/dev/ips ips.c ips_commands.c ips_disk.c
Log:
Fix pointer/int warnings so this compiles on amd64. The driver wants
to store an int in the bio->bio_driver1 (a void *). It is big enough,
but you have to match the int sizes first before doing the cast.
Glanced at by: scottl
Revision Changes Path
1.3 +1 -1 src/sys/dev/ips/ips.c
1.3 +1 -1 src/sys/dev/ips/ips_commands.c
1.2 +2 -2 src/sys/dev/ips/ips_disk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306272310.h5RNAwcQ044658>
