This is the mail archive of the ecos-discuss@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]

asynchronous disk I/O


Hi all,

I'm trying to write a ecos driver for an UDMA ATA disk. I'm using an asynchronous data transfer which generates an interrupt when transfer is done. Now I want to use the disk_transfer_done() from disk.c to handle the event. How an where do I have to register this function callback? I did not see any code that uses it already.

Thanks,
Timo


-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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