Re: question on inw/ouw vs readw/writew

Philip Blundell (pb@nexus.co.uk)
Fri, 07 May 1999 15:33:53 +0100


>so my question is: why wouldn't inw/outw work where readw/writew
>would?

inw and outw are for I/O ports. readw and writew are for memory-mapped
devices. The two address spaces are completely separate.

p.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/