Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 1997 03:30:45 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/scsi sd.c
Message-ID:  <199711231130.DAA08499@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/11/23 03:30:44 PST

  Modified files:
    sys/scsi             sd.c 
  Log:
  Fixed the sector size frobbing in sd_strategy() at least not to
  break for the usual sector size.  dscheck() adjusts b_bcount to
  handle EOF, so we must scale it and not preserve it.  i/o beyond
  the end of partitions has been broken since rev.1.96.
  
  Not fixed in:	od driver
  
  Revision  Changes    Path
  1.114     +7 -8      src/sys/scsi/sd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711231130.DAA08499>