Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2002 04:15:33 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/nge if_nge.c
Message-ID:  <200205041115.g44BFXm11282@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/05/04 04:15:33 PDT

  Modified files:
    sys/dev/nge          if_nge.c 
  Log:
  Do not call nge_tick() if we get an PHY interrupt, nge_tick() calls
  mii_tick() which should only be called once per second.
  
  Our current MII/PHY state-engine is not able to deal with PHY
  interrupts as far as I can tell, and most net drivers don't seem
  to use the link/status change call-back mechanism.  It seems that
  MII/PHY was orphaned before it grew up.
  
  Revision  Changes    Path
  1.32      +11 -3     src/sys/dev/nge/if_nge.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?200205041115.g44BFXm11282>