Subject: CVS commit: src/sys/dev/ata
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 08/03/2003 17:53:05
Module Name:	src
Committed By:	bouyer
Date:		Sun Aug  3 17:53:05 UTC 2003

Modified Files:
	src/sys/dev/ata: wd.c

Log Message:
For LBA drives, compute the number of cylinders from the drive capacity
in the default disklabel and the boot message, instead of using the
value reported by the drive (which is 16383 if the drive is larger than 8G).
Should fix PR 9864


To generate a diff of this commit:
cvs rdiff -r1.259 -r1.260 src/sys/dev/ata/wd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.