From owner-freebsd-arch@FreeBSD.ORG Thu Dec 14 01:56:24 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF54316A515; Thu, 14 Dec 2006 01:56:24 +0000 (UTC) (envelope-from jdp@polstra.com) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C2143EE8; Thu, 14 Dec 2006 01:47:56 +0000 (GMT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (strings.polstra.com [64.81.189.67]) by blake.polstra.com (8.13.8/8.13.8) with ESMTP id kBE1nQSq007493; Wed, 13 Dec 2006 17:49:26 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 13 Dec 2006 17:49:26 -0800 (PST) From: John Polstra To: John Baldwin Cc: freebsd-arch@freebsd.org Subject: Re: Where do MSI quirks belong? [patch] X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2006 01:56:25 -0000 On 13-Dec-2006 John Polstra wrote: > On 12-Dec-2006 John Baldwin wrote: > >> Updated patch (relative to the stuff I just committed) is at the >> same location: >> >> http://www.FreeBSD.org/~jhb/patches/msi_blacklist.patch >> >> Can you review and possibly test it? > > I'm updating a system to the latest -current so I can test the > patch. I'll report back soon. Your patch works fine on my Tyan 2721 board with today's -current. I also tried manually setting hw.pci.honor_msi_blacklist=0 in the loader, and it did the right thing. John