Subject: Re: CVS commit: src
To: None <rvb@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: current-users
Date: 08/14/1998 13:02:58
On Aug 13, Robert V. Baron wrote
> Module Name: src
> Committed By: rvb
> Date: Thu Aug 13 18:16:53 UTC 1998
>
> Modified Files:
> src/sys/dev/ata: wd.c
> Log Message:
> Report "true" disk geometry; like sd disks do
Would'nt something like
printf("%s: %dMB, %d cyl, %d head, %d sec, %d bytes/sect x %d sectors", ...)
look better than the actual
printf("%s: %dMB, %d sec, geom chs %d/%d/%d, %d bytes/sec\n", ...)
I can't see any reason to not have the same format for scsi and ata drives.
--
Manuel Bouyer, LIP6, Universite Paris VI. Manuel.Bouyer@lip6.fr
--