Subject: Re: Insertion/deletion of PCMCIA cards not noticed?
To: None <seebs@plethora.net>
From: Hayakawa Koichi <haya@netbsd.org>
List: current-users
Date: 02/16/2000 15:29:00
From: seebs@plethora.net (Peter Seebach)
Subject: Re: Insertion/deletion of PCMCIA cards not noticed? 
Date: Wed, 16 Feb 2000 00:14:42 -0600
Message-ID: <200002160614.AAA08718@guild.plethora.net>

 > FWIW, my Gateway Solo (well, my mom's) is having card problems in -current
 > too.  My ThinkPad is fine.  With the Solo:
 > 	* cbb0 at pci0 fails to probe because it can't find an IRQ.

Umm...  BIOS does not route intr line for PCI-CardBus
bridge.  The kernel should route it.  Did you set these
options listed below in your configuration?  (refer to
sys/arch/i386/conf/DR-EVEL.)

options PCIBIOS
options PCIBIOSVERBOSE
options PCIBIOS_INTR_FIXUP
options PCIBIOS_BUS_FIXUP

I hope these options will save you;-)


 > 	* pcic0 probes fine, and may even detect cards, but I get 'ne0: device
 > 	  timeout' or 'ray0: device timeout' when trying to use them.

This looks another problem.  Maybe intrrupt line lookup for
isa was failed, but I'm not sure.
-- 
HAYAKAWA, Koichi