Date: Sun, 19 Mar 1995 10:09:19 -0800 (PST) From: Poul-Henning Kamp <phk@ref.tfs.com> To: dufault@hda.com (Peter Dufault) Cc: freebsd-hackers@freefall.cdrom.com Subject: Re: kern/248: scbus attach/probe printf inconsistency Message-ID: <199503191809.KAA24082@ref.tfs.com> In-Reply-To: <199503191755.MAA00648@hda.com> from "Peter Dufault" at Mar 19, 95 12:55:05 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> I'll remove the Cyl/Head/Sectors except during the verbose boot. > That will also let the disk probe fit on a single line, it will > soon look something like: > > > (aha0:3:0): "FUJITSU M2654S-512 010P" is a type 0 fixed SCSI 2 > > sd2(aha0:3:0): Direct-Access 1959MB with 4014054 512 byte sectors. > > And with verboseboot it can look like: > > > (aha0:3:0): "FUJITSU M2654S-512 010P" is a type 0 fixed SCSI 2 > > sd2(aha0:3:0): Direct-Access 1959MB with 4014054 512 byte sectors > > sd2(aha0:3:0): with 2179 cylinders, 21 heads, and 87 sectors/track. > > Not that it matters, but all the info (including sectors/track) > is usually from the drive, but the drive makes it up. Thanks! This is exactly what I want. Everybody else: Feel free to print any information which can be useful in some marginal case when bootverbose is set. Use "boot: /kernel -v" to see it. -- Poul-Henning Kamp <phk@login.dknet.dk> -- TRW Financial Systems, Inc. 'All relevant people are pertinent' && 'All rude people are impertinent' => 'no rude people are relevant'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503191809.KAA24082>