Re: [PATCH] 2.3.23pre4 - DMA fix, boot failure on ABIT BP6

Ingo Molnar (mingo@chiara.csoma.elte.hu)
Thu, 21 Oct 1999 09:23:36 +0200 (CEST)


On Thu, 21 Oct 1999, Jeff Garzik wrote:

> Does the following imply that handling of ISA memory space will now be
> different across architectures? ie. don't ioremap ISA space on x86, but
> do ioremap it on Alpha?

you can ioremap ISA space on x86 as well. But there is old code that still
relies on readb/writeb(low_address) mapping to ISA space memory access.
2.3.23-pre simply goes the first step making all such read[bwl]/write[bwl]
access illegal (by printing a warning) - then we can make io_virt an
identity mapping.

-- mingo

-
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/