Date: Wed, 12 Apr 1995 02:04:59 -0400 (EDT) From: Peter Dufault <dufault@hda.com> To: phk@ref.tfs.com (Poul-Henning Kamp) Cc: julian@tfs.com, ache@astral.msk.su, CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/scsi scsi_base.c Message-ID: <199504120604.CAA02381@hda.com> In-Reply-To: <199504120443.VAA07611@ref.tfs.com> from "Poul-Henning Kamp" at Apr 11, 95 09:43:51 pm
next in thread | previous in thread | raw e-mail | index | archive | help
Poul-Henning Kamp writes: > > > > BTW, I recently commit sdattach printf change, what to do with it now too? > > no, leave that, though I had thought that we were not going to print a sectors > > per track value as it was too bogus (or at least add the word "avg.") > > That printf should be > > if(bootverbose) > printf... > > Please change it Andrew. I have this locally: > if ( (sc_link->flags & SDEV_BOOTVERBOSE) ) > { > printf("\n"); > sc_print_addr(sc_link); > printf("with %d cyls, %d heads, and an average %d sectors/track", > dp->cyls, dp->heads, dp->sectors); > } and that will go in soon. -- Peter Dufault Real Time Machine Control and Simulation HD Associates, Inc. Voice: 508 433 6936 dufault@hda.com Fax: 508 433 5267
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504120604.CAA02381>