Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2005 19:59:40 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/em if_em.c
Message-ID:  <200510311959.j9VJxeU0075684@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-10-31 19:59:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c 
  Log:
  Put probe-time printf of adapter speed and duplex behind bootverbose:
  since the link takes a bit to negotiate, the information is pretty
  much never available during the probe.  As such, the boot output
  pretty much always prints N/A for speed and duplex.  Since we print
  out the output of ifconfig during the user space boot, this early
  boot information is also generally redundant, and added to the noise.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.82      +14 -10    src/sys/dev/em/if_em.c



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