[ECOS] Accessing IO Ports

2005-11-23 Thread Scott Bailie
I'm trying to read/write to an IO port on an x86 based PC-104 board. Should I be using the HAL_WRITE_XXX, HAL_READ_XXX macros or is there something else that handles these types of IO accesses? Thanks! -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the

Re: [ECOS] Accessing IO Ports

2005-11-23 Thread Andrew Lunn
On Wed, Nov 23, 2005 at 08:27:28AM -0500, Scott Bailie wrote: I'm trying to read/write to an IO port on an x86 based PC-104 board. Should I be using the HAL_WRITE_XXX, HAL_READ_XXX macros or is there something else that handles these types of IO accesses? HAL_{WRITE|READ}_XXX is correct.