Subject: Re: your mail
To: martin <martin@rumolt.teuto.de>
From: Martin Husemann <martin@rumolt.teuto.de>
List: tech-kern
Date: 09/22/1997 07:47:55
I wrote:

> An ISAPNP card maps the following isa io ranges:
> 
> > isic0 at isapnp0 port 0x580/32,0x180/64 irq 10: Teles S0/16.3
[..]
> What the card driver realy needs to access are the ports
> at 0x560 - 0x582 and 0x160 - 0x200.

After reading it again, I have to reformulate it clearer: the problem
is not the additional io ranges I need access to - I need regions with
spans intersecting the ones already made by the isapnp driver.

So my options are:

  a) unmap the ones mapped by the isapnp driver and remap the right ones
  b) use the given mappings but deliberately violate their extend


Any better way?


Martin