From owner-svn-src-all@FreeBSD.ORG Mon Dec 9 23:08:55 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42E9EC32; Mon, 9 Dec 2013 23:08:55 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05B3018BB; Mon, 9 Dec 2013 23:08:55 +0000 (UTC) Received: from 2a02-8428-011a-a000-e860-16a5-158a-a42a.rev.sfr.net ([2a02:8428:11a:a000:e860:16a5:158a:a42a]) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vq9wb-00044T-H1; Tue, 10 Dec 2013 00:08:53 +0100 Message-ID: <52A64D84.6070309@FreeBSD.org> Date: Tue, 10 Dec 2013 00:08:52 +0100 From: =?ISO-8859-15?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: John Baldwin Subject: Re: svn commit: r258930 - head/sys/dev/drm2 References: <201312041904.rB4J4vbM043709@svn.freebsd.org> <201312051005.23197.jhb@freebsd.org> <52A266CF.90007@FreeBSD.org> <201312091646.27179.jhb@freebsd.org> In-Reply-To: <201312091646.27179.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 09 Dec 2013 23:08:55 -0000 Le 09/12/2013 22:46, John Baldwin a écrit : > Ok, after looking at the original version of this function in Linux, it > does read the capabilities from the parent bridge of the slot, not > from the card itself, so your change is correct. Thank you for the review! -- Jean-Sébastien Pédron