Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 09/11/2006 17:57:07
Module Name: src
Committed By: reinoud
Date: Mon Sep 11 17:57:07 UTC 2006
Modified Files:
src/sys/dev/scsipi: scsipi_base.c
Log Message:
Don't add one to the capacity returned of READ CAPACITY! it results in
reporting a sd* disc that is one sector too big (!) Normally not much a
problem in FFS since its clustered but other filingsystems *do* care.
To generate a diff of this commit:
cvs rdiff -r1.135 -r1.136 src/sys/dev/scsipi/scsipi_base.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.