Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2005 05:12:16 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ed if_ed.c
Message-ID:  <200501260512.j0Q5CG7w011821@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-01-26 05:12:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed.c 
  Log:
  Repair probe messages a bit.  Previously, we'd print the ethernet
  address, and additional information.  Then the printing of the
  ethernet address was moved into ether_attach, and so we were printing
  orphaned information about the card.  Now the probe message is
  prefixed by edX:.  Prepare for it to move under bootverbose, but don't
  move it there yet (the || 1 trick).
  
  Revision  Changes    Path
  1.239     +17 -14    src/sys/dev/ed/if_ed.c



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