Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2004 08:28:06 -0800
From:      Luigi Rizzo <rizzo@icir.org>
To:        Scott Long <scottl@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/em if_em.c
Message-ID:  <20041103082806.C49241@xorpc.icir.org>
In-Reply-To: <418905E5.1050605@freebsd.org>; from scottl@FreeBSD.org on Wed, Nov 03, 2004 at 09:23:01AM -0700
References:  <200411031411.iA3EBIqL012134@repoman.freebsd.org> <418905E5.1050605@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 03, 2004 at 09:23:01AM -0700, Scott Long wrote:
...
> I think that in general we can start eyeing a lot of similar verbosity
> in all of our drivers, both at boot and at runtime.  For example most
> nic drivers print out their MAC and all of their possible negotiation
> rates on attach.  This same info can be obtained from ifconfig.  Why
> clutter the boot with it?

because sometimes you might need to enable some MAC-based filter
before you have a chance to access the box. e.g. to set dhcp/bootp
anbd the like.

A bit of verbosity is useful, you can always switch to splash screens
if you don't like them.

I think the link-up/link-down thing is different because it
happens not just at boot but also whenever the link status
changes (e.g. when a spanning tree on a switch detects a
reconfiguration), and this is annoying on the console.

cheers
luigi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041103082806.C49241>