From owner-cvs-all Wed Sep 30 06:24:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00182 for cvs-all-outgoing; Wed, 30 Sep 1998 06:24:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00175; Wed, 30 Sep 1998 06:24:04 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.1/8.9.1/Spinner) with ESMTP id VAA12170; Wed, 30 Sep 1998 21:20:36 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809301320.VAA12170@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: Kenneth Merry , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/cam/scsi scsi_all.c scsi_all.h In-reply-to: Your message of "30 Sep 1998 14:40:57 +0200." Content-Transfer-Encoding: quoted-printable Date: Wed, 30 Sep 1998 21:20:36 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dag-Erling C. =3D?iso-8859-1?Q?Sm=3DF8rgrav?=3D wrote: > Kenneth Merry writes: > > Log: > > In the bootverbose case, print out error messages for all errors th= at wil l > > not be retried again, even if the SF_NO_PRINT flag is set. > = > Could the bootverbose flag be made accessible through sysctl? This way > you could boot verbose to get detailed probe messages, and switch it > off later to avoid "unintersting" messages such as "tagged openings" > etc. I'm willing to do the deed if somebody more clueful than me okays > it and reviews the patch... Perhaps it should be a second variable, eg: scsi_verbose.. and a = corresponding sysctl hw.scsi_verbose (or hw.scsi.verbose if there is = potential for more hw.scsi.* variables). Then, the code can do a 'scsi_verbose =3D bootverbose' once at first star= tup = time, and references to bootverbose can be changed to scsi_verbose in the= = cam code. At the moment this would pretty much have the same effect, but the prospe= ct of twiddling bootverbose itself on the fly at runtime sends a chill down = my spine.. = Cheers, -Peter