From owner-cvs-sys Tue Apr 11 23:05:49 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA28639 for cvs-sys-outgoing; Tue, 11 Apr 1995 23:05:49 -0700 Received: from hda.com (hda.com [199.232.40.182]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA28632 ; Tue, 11 Apr 1995 23:05:40 -0700 Received: (dufault@localhost) by hda.com (8.6.9/8.3) id CAA02381; Wed, 12 Apr 1995 02:04:59 -0400 From: Peter Dufault Message-Id: <199504120604.CAA02381@hda.com> Subject: Re: cvs commit: src/sys/scsi scsi_base.c To: phk@ref.tfs.com (Poul-Henning Kamp) Date: Wed, 12 Apr 1995 02:04:59 -0400 (EDT) Cc: julian@tfs.com, ache@astral.msk.su, CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com In-Reply-To: <199504120443.VAA07611@ref.tfs.com> from "Poul-Henning Kamp" at Apr 11, 95 09:43:51 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 819 Sender: cvs-sys-owner@freebsd.org Precedence: bulk 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