From owner-freebsd-current@FreeBSD.ORG Tue Jan 16 20:27:21 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D65216A47E for ; Tue, 16 Jan 2007 20:27:21 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id AAA8713C51B for ; Tue, 16 Jan 2007 20:27:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id l0GKR5Hq046593; Tue, 16 Jan 2007 15:27:16 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Denis Shaposhnikov Date: Tue, 16 Jan 2007 14:45:43 -0500 User-Agent: KMail/1.9.1 References: <200611152004.kAFK4vfe058983@repoman.freebsd.org> <200701111126.10095.jhb@freebsd.org> <87r6twiyc5.fsf@neva.vlink.ru> In-Reply-To: <87r6twiyc5.fsf@neva.vlink.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701161445.43950.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]); Tue, 16 Jan 2007 15:27:16 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2457/Tue Jan 16 06:53:04 2007 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: freebsd-current@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c 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: Tue, 16 Jan 2007 20:27:21 -0000 On Monday 15 January 2007 01:43, Denis Shaposhnikov wrote: > >>>>> "John" == John Baldwin writes: > > John> Try this and see if it disables MSI for you automatically: > > John> Index: pci.c > John> =================================================================== > John> RCS file: /usr/cvs/src/sys/dev/pci/pci.c,v retrieving revision > John> 1.331 diff -u -r1.331 pci.c > John> --- pci.c 28 Dec 2006 06:14:42 -0000 1.331 > John> +++ pci.c 11 Jan 2007 16:25:20 -0000 > > I've applied the patch and sysctl hw.pci.enable_msi still show "1" but > no system freeze like boot with MSI disabled. > > BTW, I have watchdog timeouts and panic with em(4) on next to > hosts. Disabling MSI fixes it. Here is pciconf -l: I've blacklisted these for now, thanks. These are both non-PCI-express desktop chipsets. -- John Baldwin