cvs commit: src/sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c

Marcel Moolenaar marcel at xcllnt.net
Wed Apr 27 14:30:58 PDT 2005


On Wed, Apr 27, 2005 at 04:57:53PM -0400, Mathew Kanner wrote:
> On Apr 27, Julian Elischer wrote:
> > 
> > only got your email after doing the commit..
> > As I said inthe other email..
> > I think dfferently.
> > We can put it in either place (or both), but I think it's much more 
> > useful here.
> 
> 	Let's keep it here until I commit the version that does it in
> boot verbose (it's much shorter than what I remeber the PR having) The
> information will appear under boot_veborbose for that 1 time in 1000
> that you want more information about your USB device.  If people
> complain, I'll put this back.  Hope this is ok for you.

My $0.02:

Firstly, I would think that this information (or part of it) is also
useful for programs.

Secondly, dmesg(8) is unreliable in that there may be so many other
messages that the information you're looking for is not in the message
buffer anymore.

Thirdly, verbose boot is already too verbose. Let's not make it
worse. I think verbose boot should help diagnose boot problems or
device attach and/or device configure problems. Everything else
is non-critical information and should ideally be available in
some form or another when the machine has booted. Reality disagrees
with me, but it's a valid datapoint nonetheless.

FYI,

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel at xcllnt.net


More information about the cvs-src mailing list