From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 2 10:23:30 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45D3A16A4CE; Fri, 2 Jan 2004 10:23:30 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F193B43D1F; Fri, 2 Jan 2004 10:23:27 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i02INLOI012306; Fri, 2 Jan 2004 11:23:23 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 02 Jan 2004 11:23:11 -0700 (MST) Message-Id: <20040102.112311.71086877.imp@bsdimp.com> To: ume@FreeBSD.org From: "M. Warner Losh" In-Reply-To: References: <20040101.233009.58826299.imp@bsdimp.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: hackers@FreeBSD.org Subject: Re: Power Patches X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2004 18:23:30 -0000 In message: Hajimu UMEMOTO writes: : It fails to attach my Atheros card (I/O-Data WN-AG/CB): : : Jan 3 01:34:04 lyrics kernel: cardbus0: Resource not specified in CIS: id=10, size=8000000 : Jan 3 01:34:04 lyrics kernel: cardbus0: Resource not specified in CIS: id=14, size=20000 : Jan 3 01:34:04 lyrics kernel: cardbus0: Resource not specified in CIS: id=18, size=80 : Jan 3 01:34:04 lyrics kernel: cardbus0: at device 0.0 (no driver attached) : Jan 3 01:34:04 lyrics kernel: cbb0: CardBus card activation failed This looks like it isn't mapping the cis in correctly. Can you turn on hw.cardbus.debug_cis=1? : imp> 1) You are using hw.pci.unsupported_io=1. Turn it off and use : imp> these patches. Let me know if it doesn't. Typically it : imp> appears that this helps people hitting the double : imp> allocation problem. : : I used to set hw.pci.unsupported_io=1. Changing this value doesn't : help. Dang. I'd like to get to the bottom of this. : My Aeronet 340 card is working fine. However, the card is inserted at : boot, it doesn't attached at boot and after boot with following : message: : : Jan 3 01:49:48 lyrics kernel: cbb1: Unsupported card type detected : : I'm using Victor InterLink MP-XP7210 (SiS 630 chipset). OK. Thanks! Warner