From owner-freebsd-stable@FreeBSD.ORG Thu Jan 17 20:41:02 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ABA116A41B for ; Thu, 17 Jan 2008 20:41:02 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 26A5C13C468 for ; Thu, 17 Jan 2008 20:41:02 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 228870092-1834499 for multiple; Thu, 17 Jan 2008 15:39:08 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id m0HKegNH084274; Thu, 17 Jan 2008 15:40:53 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Thu, 17 Jan 2008 15:20:24 -0500 User-Agent: KMail/1.9.7 References: <70AABDAF-1925-4DBE-88A2-976CFBC55C5E@khera.org> <20080117110517.GA3128@holstein.holy.cow> In-Reply-To: <20080117110517.GA3128@holstein.holy.cow> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801171520.25555.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 17 Jan 2008 15:40:54 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/5493/Thu Jan 17 13:09:26 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Vivek Khera , Parv Subject: Re: PCI MSI (was Re: What current Dell Systems are supported/work) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2008 20:41:02 -0000 On Thursday 17 January 2008 06:05:17 am Parv wrote: > in message <70AABDAF-1925-4DBE-88A2-976CFBC55C5E@khera.org>, > wrote Vivek Khera thusly... > > > > > > On Jan 10, 2008, at 11:09 AM, John Baldwin wrote: > > > >>> *: This is the default behavior for 7.0, I have not encountered > >>> the problem mentioned above on any 1950/2950 boxes so far I have > >>> tested. > >> > >> I will enable MSI by default on 6.x now (so will take affect for > >> 6.4). We've also enabled it by default on 6.x at work. > >> > > > > Where can one go to read up on what MSI is and how it helps us? > > > > Is enabling it just setting a sysctl? Does that have to be done > > in loader.conf or can it happen later? > > Speaking of MSI being on by default in recent 6-STABLE ... well, > that caused my ThinkPad T61 (8859-CTO) ... > > dmesg: > http://www103.pair.com/parv/comp/unix/freebsd/thinkpad-t61-8859-cto/sys/dmesg > > kernel (combined for easy perusal): > http://www103.pair.com/parv/comp/unix/freebsd/thinkpad-t61-8859-cto/cf/kern/combined/T61-SMP.debug--combined > > /boot/device.hints: > http://www103.pair.com/parv/comp/unix/freebsd/thinkpad-t61-8859-cto/cf/boot/device.hints > > > ... to go in panic[0]. So, for now I have added ... > > # Since MSI turned on by default on 2008.01.10.21.17.12 UTC, > # causes panic so disable MSI. > hw.pci.enable_msix=0 > hw.pci.enable_msi=0 > > > ... to /boot/loader.conf. > > > [0] I could not save the dump for neither do I have access to > serial console, nor could the file system be mounted. Missing > also here is a digital camera. If anybody is interested, I > could write screen down, and repeat to them. For starters, can you get the output of 'pciconf -lc'? Secondly, I really will need the kernel panic message. If it is a page fault (trap 12) then write down the faulting virtual address and the faulting IP. If you can scribble down any of the stack trace from DDB that would be helpful as well. -- John Baldwin