From owner-freebsd-mobile@FreeBSD.ORG Fri Feb 22 11:31:15 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C526C16A403 for ; Fri, 22 Feb 2008 11:31:15 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from mail.vega.ru (infra.dev.vega.ru [90.156.167.14]) by mx1.freebsd.org (Postfix) with ESMTP id 84AF513C465 for ; Fri, 22 Feb 2008 11:31:14 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from [87.242.97.68] (port=61776 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JSVU2-00005O-HH; Fri, 22 Feb 2008 10:50:26 +0000 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.2/8.14.2) with ESMTP id m1MAoP9a094955; Fri, 22 Feb 2008 13:50:25 +0300 (MSK) (envelope-from rermilov@team.vega.ru) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.2/8.14.2/Submit) id m1MAoP66094954; Fri, 22 Feb 2008 13:50:25 +0300 (MSK) (envelope-from rermilov@team.vega.ru) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to rermilov@team.vega.ru using -f Date: Fri, 22 Feb 2008 13:50:25 +0300 From: Ruslan Ermilov To: Andreas Wetzel Message-ID: <20080222105025.GB94607@team.vega.ru> References: <47BE9CBC.6010500@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47BE9CBC.6010500@gmx.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-mobile@freebsd.org Subject: Re: ThinkPad 600 - CardBus inoperative X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 11:31:15 -0000 On Fri, Feb 22, 2008 at 10:58:20AM +0100, Andreas Wetzel wrote: > hi > > I cannot seem to get CardBus cards working with my ThinkPad 600 running > 6.3-RELEASE. An old 16bit/5V orinoco card works fine. Turning on various > cardbus/cbb debug options in /boot/loader.conf reveals the following > messages during boot: > > cbb1: mem 0x20300000-0x20300fff at device 2.1 on pci 0 > cbb1: Found memory at 20300000 > cbb1: Secondary bus is 4 > cardbus1: on cbb1 > pccard1: <16-bit PCCard bus> on cbb1 > cbb1: card inserted: event=0x00000000, state=30000920 > cbb1: cbb_power: 3V > cbb1: cbb_power: 0V > > I know there has been some talk about this on the lists some years ago. > Some suggested manually setting various hw.pci.link.LNK?.irq options in > /boot/loader.conf. Others said it had something to do with PCI bus numbering > and subordinate numbers. I tried tweaking the /boot/loader.conf to no avail, > but never found a working solution to this problem. Is there anything I can > do to help get this fixed? > I have ThinkPad 600X. Try setting hw.cbb.start_memory=0xd8000 in /boot/loader.conf. I no longer have to use hw.pci.link.*.irq hacks. Other than continuing regressions with ACPI suspend, it feels good under -CURRENT for almost eight years now. ;) Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer