From owner-svn-src-all@FreeBSD.ORG Thu Feb 26 20:05:20 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFB0F106566C; Thu, 26 Feb 2009 20:05:20 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id B5CBA8FC16; Thu, 26 Feb 2009 20:05:20 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n1QK5KTh042116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Feb 2009 12:05:20 -0800 (PST) (envelope-from sam@freebsd.org) Message-ID: <49A6F600.8010209@freebsd.org> Date: Thu, 26 Feb 2009 12:05:20 -0800 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Alexander Motin References: <200902262000.n1QK0ElZ036963@svn.freebsd.org> In-Reply-To: <200902262000.n1QK0ElZ036963@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Misty-Metrics: ebb.errno.com; whitelist Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r189086 - head/sys/dev/sound/pci/hda X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 20:05:21 -0000 Alexander Motin wrote: > Author: mav > Date: Thu Feb 26 20:00:14 2009 > New Revision: 189086 > URL: http://svn.freebsd.org/changeset/base/189086 > > Log: > Add MSI blacklisting support. > > Disable MSI for nVidia MCP51 controller. Enabling MSI there leads to > unexpected errors and timeouts, that should not happen even if interrupts > are not working completely. > Is it time to have a central blacklist repository w/ driver/subsystem markings? (instead of having each driver have a private repo). Or maybe some common code that can be reused? Sam