Re: [PATCH] x86: Split off mem*io functions

From: H. Peter Anvin
Date: Tue Dec 13 2011 - 18:47:18 EST


On 12/13/2011 02:58 PM, Linus Torvalds wrote:
>
> - some devices (for example, traditional CGA/VGA) read and write to
> different banks and bit modes, so a "read-mask-write" operation just
> does not work at all. You have to do pure writes when copying to such
> a destination. Afaik, none of our *current* memory copies do this for
> partial words, but it's an example of something that is valid (and
> sometimes done) in memcpy to avoid unaligned stores, for example.
>

VGA is even weirder: in some modes (which noone in their sane mind use)
you can make it do operations versus an internal buffer. The catch is
that the internal buffer is only 8 bits wide, so anything other than
byte writes will fail in the extreme in those modes.

-hpa

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