From owner-freebsd-current Sun Nov 25 18:40:16 2001 Delivered-To: freebsd-current@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id F3C8937B405 for ; Sun, 25 Nov 2001 18:40:11 -0800 (PST) Received: from hmc.edu (giblet.ST.HMC.Edu [134.173.60.100]) by odin.ac.hmc.edu (8.11.0/8.11.0) with ESMTP id fAQ2eB832710 for ; Sun, 25 Nov 2001 18:40:11 -0800 Message-ID: <3C01AB8B.8090009@hmc.edu> Date: Sun, 25 Nov 2001 18:40:11 -0800 From: John McCullough User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011120 X-Accept-Language: en-us MIME-Version: 1.0 To: current@FreeBSD.ORG Subject: Re: cardbus help References: <3C01764B.2030508@hmc.edu> <200111260018.fAQ0I9750531@harmony.village.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Warner Losh wrote: >In message <3C01764B.2030508@hmc.edu> John McCullough writes: >: I'd like to get card bus working, however under 5.0-current my pcmcia >: controller is failing to load with the message: >: >: pccbb0: at device 15.0 on pci2 >: pcib2: device pccbb0 requested unsupported memory randge >: 0x10000000-0xffffffff (decoding 0xf4000000-0xfbffffff, 0xfff00000-0xfffff) >: pccbb0: Could not grab register memory >: >: any insight? or will I have the pleasure of tinkering with the kerne? > >options PCI_ALLOW_UNSUPPORTED_IO_RANGE > >Or fix src/sys/dev/pci/pci_pci.c to properly trim the range. > >Warner > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-current" in the body of the message > > although config wouldn't allow the: options PCI_ALLOW_UNSUPPORTED_IO_RANGE I put it in the COPTS and it compiled alright, but now its having problems mapping irqs pcib2: routed slot 15 INTA to irq 255 pccbb: Unable to map IRQ... panic: resouce_list_release:can't find resource Debugger("panic") ... Is this also an issue with pci_pci assigning resouces properly? Also where might I find information on pci<->cardbus behavior if I do find time to tinker with the code? thanks -johnm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message