Subject: Re: ti0: can't map memory space
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Frank van der Linden <frank@wins.uva.nl>
List: port-alpha
Date: 03/16/2000 15:08:51
On Thu, Mar 16, 2000 at 02:52:03PM +0100, Manuel Bouyer wrote:
> Hi,
> I just put a netgear GA620 gigabit ethernet adapter in my DS20 (running a fresh
> -current), and at boot it's probed as:
> ti0 at pci0 dev 8 function 0: can't map memory space

Can't help you with the internals of the alpha pci memory space mappings,
but.. perhaps you can try adding a few lines of code to fall back to
I/O space if memory space fails (like most other PCI driver frontends do).

- Frank