This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000780] New: davicom dm9000 ethrnet driver: interrupt priorityfield added


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000780

           Summary: davicom dm9000 ethrnet driver: interrupt priority field
                    added
           Product: eCos
           Version: CVS
          Platform: Other (please specify)
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: Ethernet
        AssignedTo: gary@mlbassoc.com
        ReportedBy: sergei.gavrikov@gmail.com
         QAContact: ecos-bugs@ecos.sourceware.org
             Class: ---


Created an attachment (id=739)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=739)
support interrupt priority for davicom dm9000 ethernet driver

A quote from eCos reference, Some hardware may support interrupt priorities...
src/if_dm9000.c:dm9000_init() creates interrupt handler with a hardwired
priority (=0). Unfortunately, usually this priority uses itself for the RTC
ISR, and that causes an assertion fail on my today platform. Would you like to
fix it, please? 

A patch provided.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]