From owner-freebsd-mobile@FreeBSD.ORG Fri Aug 8 05:17:05 2003 Return-Path: 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 3EDA837B401 for ; Fri, 8 Aug 2003 05:17:05 -0700 (PDT) Received: from cspop.comsoft.de (csdc.comsoft.de [212.86.205.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 1ED8443F93 for ; Fri, 8 Aug 2003 05:17:04 -0700 (PDT) (envelope-from peter.cornelius@comsoft.de) X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 8 Aug 2003 14:17:18 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Fwd: cbb: Unable to map IRQ on 5.0R (was: Re: Support forO2Micro Card Bridges?) Thread-Index: AcNdkKQd2l3FkM3XTNCFUwef0v/TVwAFN64A From: "Cornelius, Peter" To: "Andreas Kohn" cc: FreeBSD Mobile Mailing List cc: pcc@gmx.net Subject: Re: cbb: Unable to map IRQ on 5.0R (was: Re: Support forO2Micro Card Bridges?) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 12:17:05 -0000 Re... Thanks a lot for the reply. > > > [...]=20 > > > cbb0: at=20 > device 8.0 on pci0=20 > > > cardbus0: on cbb0=20 > > > pccard0: <16-bit PCCard bus> on cbb0=20 > > > pcib0: _PRS resource entry has unsupported type 2=20 > I had the same error. Try to fix this first, perhaps the other error > will vanish magically. >=20 > > > cbb: Unable to map IRQ...=20 > > > device_probe_and_attach: cbb0 attach returned 12=20 > > > [...]=20 > > > =20 > Search in your DSDT for _PRS methods and look for errors. For example, > view my DSDT at http://andreas.syndrom23.de/freebsd.html#acpi >=20 > I described my "solution" in this message > http://home.jp.freebsd.org/cgi-bin/showmail/acpi-jp/2559 ACPI is a little shaky indeed on that box and several things don't work = (properly) like closing the lid, shutdown -p, and others. I have not = paid too much attention to it where I possibly should have. Now, I poked about and found that there's an amldb(8) to play with but I = assume that I would have to produce 'my own' aml file first from my BIOS = information and then incorporate the changes you propose, or am I wrong? = I can get 'something' (in asl) with acpidump(8) but, well. Then I noted = that you load your .asl files from /boot/kernel... I don't have these -- = yet, obviously :) Where should I look; how do I learn this? Thanks again and all the best, Peter.