Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2005 16:42:21 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_de.c
Message-ID:  <200507211642.j6LGgL1S097807@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2005-07-21 16:42:21 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              if_de.c 
  Log:
  Don't set if_start to tulip_ifstart all over the place.  It is already
  set in tulip_attach() and its value is never changed, so all the extra sets
  are redundant.  I'm guessing that at some point in time de(4) had an
  alternate start routine, but that hasn't been true in recent history.
  
  Revision  Changes    Path
  1.164     +0 -6      src/sys/pci/if_de.c



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