From owner-svn-src-head@FreeBSD.ORG Thu Feb 26 20:06:16 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D44C810656E3; Thu, 26 Feb 2009 20:06:16 +0000 (UTC) (envelope-from owner-svn-src-all@freebsd.org) Received: from forwards3.yandex.ru (forwards3.yandex.ru [213.180.223.174]) by mx1.freebsd.org (Postfix) with ESMTP id 54A308FC27; Thu, 26 Feb 2009 20:06:16 +0000 (UTC) (envelope-from owner-svn-src-all@freebsd.org) Received: from mxfront66.yandex.ru (mxfront66.yandex.ru [213.180.223.121]) by forwards3.yandex.ru (Yandex) with ESMTP id F3C9A1B30C6; Thu, 26 Feb 2009 23:06:14 +0300 (MSK) Received: from mx2.freebsd.org ([69.147.83.53]:30186 "EHLO mx2.freebsd.org" smtp-auth: TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S1901993AbZBZUGD for (+ 3 others); Thu, 26 Feb 2009 23:06:03 +0300 X-Yandex-TimeMark: 1235678740 X-Yandex-Spam: 2 X-Yandex-Front: mxfront66 Received-SPF: pass (mxfront66: domain of freebsd.org designates 69.147.83.53 as permitted sender, widemask) client-ip=69.147.83.53; envelope-from=owner-svn-src-all@freebsd.org; helo=mx2.freebsd.org; , widemask Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 0917A163B10; Thu, 26 Feb 2009 20:05:31 +0000 (UTC) (envelope-from owner-svn-src-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 9714D10657A6; Thu, 26 Feb 2009 20:05:29 +0000 (UTC) (envelope-from owner-svn-src-all@freebsd.org) 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 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-svn-src-all@freebsd.org Errors-To: owner-svn-src-all@freebsd.org 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-head@freebsd.org List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 20:06:17 -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"