Re: PCI -> PCMCIA Adapter woes - patch
"Tony Toole" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <18a101c234bb$d5bb3620$114c35d1@tonyxp> |
This is strange considering the PCI adaptors have a (seemingly) guaranteed IRQ for that device. Make sure you have not enabled ISA IRQ routing. Removing all existing hw.pcic.xx.xx lines from your loader.conf, try adding the following: hw.pcic.intr_path=2 Thanks, Tony Toole ----- Original Message ----- From: "Andrew Back" <[email protected]> To: "Tony Toole" <[email protected]> Cc: <[email protected]> Sent: Friday, July 26, 2002 8:38 AM Subject: Re: PCI -> PCMCIA Adapter woes - patch > On Fri, 26 Jul 2002, Tony Toole wrote: > > > It's a type-o. Change EXNIO to ENXIO and it'll work just fine. > > Right, that fixed that! Now what I'm experiencing seems to be, > > pcic-patch.patch only: > > Failed to allocate IRQ on card insertion, but now recognises card. > > pcic-patch.patch + tixxxx-irq.patch: > > This pcic does not support mapping >24M > > pcic-patch + tixxxx-irq.patch + loader.conf mods: > > Failed to allocate IRQ > > pcic-patch + Warner's last patch: > > Card not found in database > > pcic-patch + Warner's last patch + loader.conf mods: > > This pcic does not support mapping >24M > > pcic-patch + Warner's last patch + loader.conf mods + mem 0xA0000000: > > Failed to allocate IRQ > > I am beginning to wonder if I've made a hash of something in '/sys/pccard' > given the amount of patching and backing-out. But I don't think I have. I > guess I just have an evil h/w config. > > Cheers, > > Andrew > > To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-mobile" in the body of the message