Date: Wed, 30 Apr 2003 22:16:14 -0700 (PDT) From: "Kenneth D. Merry" <ken@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c Message-ID: <200305010516.h415GEnQ013749@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ken 2003/04/30 22:16:14 PDT FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Fix compile errors on ia64 in dagetcapacity. Set block_len and maxsector to 0 initially. It seems that the ia64 backend isn't as "smart" as the i386 backend, which realized that those variables were only set or used when error == 0, and thus were not used uninitialized. Revision Changes Path 1.141 +2 -0 src/sys/cam/scsi/scsi_da.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305010516.h415GEnQ013749>