cvs commit: src/sys/cam/scsi scsi_da.c

Kenneth D. Merry ken at FreeBSD.org
Wed Apr 30 22:16:15 PDT 2003


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


More information about the cvs-src mailing list