From owner-freebsd-mobile Fri Jul 26 8:49: 9 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3BDF37B407 for ; Fri, 26 Jul 2002 08:49:04 -0700 (PDT) Received: from valemount.com (mailgate.valemount.com [209.53.76.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88E4D43E4A for ; Fri, 26 Jul 2002 08:48:48 -0700 (PDT) (envelope-from tony@valemount.com) Received: from tonyxp (forums.valemount.com) [209.53.76.17] by valemount.com [209.53.76.66] with SMTP (MDaemon.PRO.v5.0.7.R) for ; Fri, 26 Jul 2002 08:46:10 -0700 Message-ID: <18a101c234bb$d5bb3620$114c35d1@tonyxp> From: "Tony Toole" To: , References: <20020726162911.G40637-100000@plum.flirble.org> Subject: Re: PCI -> PCMCIA Adapter woes - patch Date: Fri, 26 Jul 2002 08:48:06 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-MDRemoteIP: 209.53.76.17 X-Return-Path: tony@valemount.com X-MDaemon-Deliver-To: mobile@FreeBSD.ORG Reply-To: tony@valemount.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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" To: "Tony Toole" Cc: 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 majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message