Subject: Re: Nokia Card Phone: can't allocate i/o space
To: =?iso-8859-1?Q?Michael_Lyngb=F8l?= <michael@lyngbol.dk>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-help
Date: 06/13/2001 14:17:54
On Sat, Jun 09, 2001 at 07:44:44AM +0200, Michael Lyngbøl wrote:
... 
> pcmcia0: CIS version PC Card Standard 5.0
> pcmcia0: CIS info: Nokia Mobile Phones, Nokia Card Phone
> pcmcia0: Manufacturer code 0x124, product 0x900
> pcmcia0: function 0: serial port, ccr addr 1f6 mask 13
> pcmcia0: function 0, config table entry 3: I/O card; irq mask ffff; iomask 4, iospace 0-f; rdybsy_active io8 irqlevel
> com3 at pcmcia0 function 0: can't allocate i/o space
... 
> Kernel configuration is based on i386/conf/CARDBUS.
> 
> Any hints?

Try a kernel based on GENERIC? I'm guessing that above you have
  pci->cbb->cardslot->pcmcia
a GENERIC one might change this to
  isa->pcic->pcmcia
which is different... (I don't understand the problem, but it's a suggestion!)

Cheers,

Patrick