In /etc/pcmcia/config.opts, change your IO port window to not start at 0x0000. The resource allocator is trying to put the card's IO window at base 0x0000, which is bad for PCI devices, because this means the IO window is disabled. I'll see if I can fix the allocator to avoid doing this, but the config file fix is a good workaround for now. -- Dave |
Messages