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

Re: HAL_READ_XXX_VECTOR and HAL_WRITE_XXX_VECTOR ?


Fabrice Gautier <Fabrice_Gautier@sdesigns.com> writes:

> Hi,
> 
> What are those two macros supposed to do?
> 

> Read/Write _count_ values from _register_  ?

> while(i<_count_) outb(_register_,_value_[i]);

This is the more useful definition for this since it will support
things like program IO on IDE.

> Anyway: Where are those macros used ?

Probably nowhere at present.


-- 
Nick Garnett, eCos Kernel Architect
Red Hat, Cambridge, UK

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