From owner-freebsd-current@FreeBSD.ORG Thu Dec 31 14:45:54 2009 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C46711065672; Thu, 31 Dec 2009 14:45:54 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 733498FC13; Thu, 31 Dec 2009 14:45:54 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id 1850960DE; Thu, 31 Dec 2009 09:45:53 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1262270753; bh=LIEj9zSKaxcSrydHdo9/+kUV1xdx6TI+ZkTIRE07mzA=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=cFFthlKlrPHVpydWC9gZnXcZTlQ0ACUCFZvznXQIVKAdulvOO8oUK7MrTJFtjtQFo Rh/eokW6Xd4SognSnA5Lh1IcJxK1SRP0KXbxjFod1tnQcnsoAX6eGQfg45Mlwiq DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=XbVCbcKR4NRag7NfgeBu4aF87iedY98Z5qSPMEUBzMIXtEQ/LkmZW9jjLtLoy6XoC lLRuhIboO2CSKz+hYxVZw+leoWJRteJLWYSCQE71ByN1vuiQSTj4HEkWsOZgQUz Message-ID: <4B3CB91F.6090708@protected-networks.net> Date: Thu, 31 Dec 2009 09:45:51 -0500 From: Michael Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.5) Gecko/20091218 Thunderbird/3.0 MIME-Version: 1.0 To: "M. Warner Losh" References: <20091230173351.GV77520@FreeBSD.org> <200912301304.53191.jhb@freebsd.org> <20091231001556.GW77520@FreeBSD.org> <20091230.171445.886714142421743359.imp@bsdimp.com> In-Reply-To: <20091230.171445.886714142421743359.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org, jhb@FreeBSD.org Subject: Re: Panic in a recent kernel (cardbus/pci related ?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2009 14:45:55 -0000 On 12/30/09 19:14, M. Warner Losh wrote: > Yea, but the cardbus with CIS in ROM is still kinda borked. My Xircom > card hits that problem :( > Seems my Netgear WG511T no longer works either. 'dumpcis' yields nothing. Not sure why but it may be related to the PCI topology. I have to 'poke' the '1e.0' bridge to allow it to route to bus 9 ('/usr/sbin/pciconf -wb pci0:0:30:0 0x1a 9') but this trick no longer works: imb@toshi:/usr/bin> sudo lspci -tv -[0000:00]-+-00.0 Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub +-02.0 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller +-02.1 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller +-1b.0 Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller +-1c.0-[02]-- +-1c.1-[03-04]-- +-1c.2-[05-06]----00.0 Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection +-1d.0 Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 +-1d.1 Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 +-1d.2 Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 +-1d.3 Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 +-1d.7 Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller +-1e.0-[07-09]--+-06.0 Texas Instruments PCIxx12 Cardbus Controller | +-06.1 Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller | +-06.2 Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) | +-06.3 Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller | \-08.0 Intel Corporation PRO/100 VE Network Connection +-1f.0 Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge +-1f.2 Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller \-1f.3 Intel Corporation 82801G (ICH7 Family) SMBus Controller Any ideas? Michael