What is the GNAT way for accessing I/O ports on x86 systems? I'm talking about direct I/O using the assembly language 'in' and 'out' instructions. Is there some library package that wraps that up neatly? Thanks! Peter