This is the mail archive of the ecos-devel@sources.redhat.com 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]

Re: cyg_drv_interrupt_create() troubles


On Thu, 2002-10-03 at 17:10, Jonathan Larmour wrote:
> Stephen Mose Aaskov wrote:
>  > I´m working on a port of a NE2000 driver to our platform (MIPS R3000,
>  > Davicom Eth. controller).

To ease Your work: You could use the same approach as I did for RTL8019.
I just cloned the host part of the driver, while the working  engine is
the eCos NS driver, essentially 16bit NE2000 compatible.You shouldn't
bother about interrupt functions then, all the stuff is already in the
NS driver.

If You wish to try: <http://www.vsr.si/ecos/patches/rtl8019.html>. There
You should clone only the host part (PC).

Beware, the NS driver, as it is, seems to have a bug and converts the
endian twice on a little endian machines.

Regards
iz



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