Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2001 12:28:31 -0700 (PDT)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c if_pcn.c if_sf.c if_sis.c if_sk.c if_ste.c
Message-ID:  <200109291928.f8TJSV013728@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2001/09/29 12:28:31 PDT

  Modified files:
    sys/pci              if_dc.c if_pcn.c if_sf.c if_sis.c if_sk.c 
                         if_ste.c 
  Log:
  Do not call mii_pollstat() from within device tick routines; the status
  information is updated by mii_tick().
  
  Pointed out by: wpaul (a while back)
  
  Revision  Changes    Path
  1.56      +7 -10     src/sys/pci/if_dc.c
  1.23      +9 -9      src/sys/pci/if_pcn.c
  1.40      +8 -9      src/sys/pci/if_sf.c
  1.36      +7 -9      src/sys/pci/if_sis.c
  1.45      +2 -4      src/sys/pci/if_sk.c
  1.29      +7 -9      src/sys/pci/if_ste.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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