public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* [Bug 1001668] New: Fix: phy_read() function returns bad values if interrupt occurs
@ 2012-09-06 22:32 bugzilla-daemon
  2012-09-09  9:37 ` [Bug 1001668] " bugzilla-daemon
  2012-09-20 22:34 ` bugzilla-daemon
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2012-09-06 22:32 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001668

           Summary: Fix: phy_read() function returns bad values if
                    interrupt occurs
           Product: eCos
           Version: CVS
          Platform: Custom (Customer specific)
        OS/Version: PowerPC
            Status: UNCONFIRMED
          Severity: minor
          Priority: low
         Component: Patches and contributions
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: sarcastic.mannequin@gmail.com
                CC: ecos-patches@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1931)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1931)
cvs diff: if_fec.c interrupt handling fix

The phy_read() function can return bad values if interrupts occurs during
reading a PHY register.

During interrupt handling the iEvent_MII bit is incorrectly cleared. That bit
is polled in phy_read() and phy_write() functions and should not be cleared in
the interrupt handler.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-20 22:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-06 22:32 [Bug 1001668] New: Fix: phy_read() function returns bad values if interrupt occurs bugzilla-daemon
2012-09-09  9:37 ` [Bug 1001668] " bugzilla-daemon
2012-09-20 22:34 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).