From owner-cvs-sys Sun Nov 23 03:33:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA04963 for cvs-sys-outgoing; Sun, 23 Nov 1997 03:33:11 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA04815; Sun, 23 Nov 1997 03:31:17 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA08499; Sun, 23 Nov 1997 03:30:45 -0800 (PST) Date: Sun, 23 Nov 1997 03:30:45 -0800 (PST) Message-Id: <199711231130.DAA08499@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi sd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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