From owner-freebsd-current@FreeBSD.ORG Mon Jul 23 20:14:08 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEE4016A4A0 for ; Mon, 23 Jul 2007 20:14:08 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from webmail24.mail.yandex.net (webmail24.mail.yandex.net [213.180.223.151]) by mx1.freebsd.org (Postfix) with ESMTP id 5275413C491 for ; Mon, 23 Jul 2007 20:14:08 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from YAMAIL (webmail24) by mail.yandex.ru id S491925AbXGWUNs for ; Tue, 24 Jul 2007 00:13:48 +0400 Received: from [83.149.32.53] ([83.149.32.53]) by mail.yandex.ru with HTTP; Tue, 24 Jul 2007 00:13:47 +0400 From: "Andrey V. Elsukov" To: unhooked@telus.net, pyunyh@gmail.com, freebsd-current@freebsd.org In-Reply-To: 1550000000186579821 References: <1185196981.00778084.1185183602@10.7.7.3> 1550000000186579821 MIME-Version: 1.0 Message-Id: <6351185221628@webmail24.yandex.ru> Date: Tue, 24 Jul 2007 00:13:48 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: Subject: Re: Conflict between nfe(4) and x11/nvidia-driver 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: Mon, 23 Jul 2007 20:14:08 -0000 > This sounds like issues I was having with xorg, but it would only happen > when I used an app that used glx. > Switching to http://www.nvidia.com/object/freebsd_100.14.11.html stopped > my crashing. I have installed this driver several days ago, but this don't helps me. > You'll have to comment out the exit statement from nv-freebsd.h and > change some of the Makefiles (see other threads on mailinglist) to get > it to install. Yes, this is easy. > > nvidia0: mem 0xc2000000-0xc2ffffff,0xd0000000-0xdfffffff,0xc1000000-0xc1ffffff irq 5 at device 5.0 on pci0 > > nfe0: port 0x30b8-0x30bf mem 0xc0007000-0xc0007fff irq 5 at device 20.0 on pci0 >Show me the output of "vmstat -i". interrupt total rate irq0: clk 876945 999 irq1: atkbd0 2657 3 irq5: nvidia0 nfe0 48478 55 irq7: atapci1 4653 5 irq8: rtc 112232 127 irq9: cbb0 ath0++ 1282 1 irq11: pcm0 ohci0 3587 4 irq12: psm0 9236 10 irq15: ata1 101 0 Total 1059171 1207 >I guess nfe(4) shares interrupt with your video adapter. Yes, irq5. I've tried change irq for the nfe(4). But seems there is no way to do it easy for CURRENT. divece.hints don't help me. >If this is the case use polling(4) which may fix the issue. Yes, i've tried polling. System seems more stable. But i have this issue again. :( And in /var/log/messages i have no messages from nfe. -- WBR, Andrey V. Elsukov