From owner-freebsd-hackers Sat Mar 18 21:07:36 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA00327 for hackers-outgoing; Sat, 18 Mar 1995 21:07:36 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAB00316 for ; Sat, 18 Mar 1995 21:07:23 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA05826; Sun, 19 Mar 1995 14:32:49 +1000 Date: Sun, 19 Mar 1995 14:32:49 +1000 From: Bruce Evans Message-Id: <199503190432.OAA05826@godzilla.zeta.org.au> To: dufault@hda.com, phk@ref.tfs.com Subject: Re: kern/248: scbus attach/probe printf inconsistency Cc: freebsd-hackers@freefall.cdrom.com, pst@Shockwave.COM Sender: hackers-owner@FreeBSD.org Precedence: bulk >Please move the "### C ###H ... " stuff under a if(bootverbose). >For two reasons, first: a normal boot must be readable. second: it's >bogus and confuses the heck out of people. It used to almost readable as "%d cyl, %d head, %d sec, bytes/sec %d". I think the number of cylinders, heads and bytes/sec is usually non-bogus. The sometimes-variable number of sectors/track doesn't confuse me :-). Bruce