lkml.org 
[lkml]   [2005]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/8] isaectomy: toshiba.c


On Wed, 16 Nov 2005, Al Viro wrote:
>
> switch from isa_read...() to ioremap() and read...()

Hmm.. I actually believe that the isa_read() functions are more portable
and easier to use than ioremap().

The reason? A platform will always know where any legacy ISA bus resides,
while the "ioremap()" thing will depend on platform PCI code to have set
the right offsets (and thus the resource addresses) for whatever bus the
PCI device is on.

So doing a "ioremap(0xf0000)" is actually a harder operation at run-time
when you have to basically have some special case ("is this address range
in the ISA legacy region") than for the platform code to just always map
the ISA legacy region at some random offset and then doing "isa_read()"
from that.

Is there some underlying reason you want to remove the isa_xxx stuff?

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

\
 
 \ /
  Last update: 2009-11-18 23:46    [W:0.031 / U:0.488 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site