From owner-svn-src-all@FreeBSD.ORG Wed Feb 11 00:22:08 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 1C269106566C; Wed, 11 Feb 2009 00:22:08 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 757208FC0A; Wed, 11 Feb 2009 00:22:07 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by an-out-0708.google.com with SMTP id b38so93362ana.13 for ; Tue, 10 Feb 2009 16:22:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=7pAKmpOb82radj/IN0qptVfdaE521g1r5CaMV1JwzFs=; b=XGOiFDYDXDuIctLzPvxHlozCsZ3MvtbzRTy1bGMDcF1YmUSQ4rt7wmdHzoWkoRj20I Ynv0cdG/Wz/FiVTT+canl4UH7xay3QmjSX61ksqY0ZogbU1fUDYx3GgZq/t8CimtCF45 Ep7FTBJ+DgGkcB0Ci5du+y5jmVJfDbR4L5SWU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=dG/PAcqq91pOgs44ekz8Rx+0BVmjv9BypCvDycglQWprIZ4zyUSz6nqpLOBmUFFOgz pQ5lVO4U2yo9rK/ienBkQJgF+bSTKBUV2L8SStWNt3I4/f3ZhILmV/IyPybN8giIFbfY YecvO7Xo6vF6SW1f2X2Xqo37stW/oPfwqDbfg= Received: by 10.100.126.15 with SMTP id y15mr5238361anc.38.1234311726750; Tue, 10 Feb 2009 16:22:06 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id b29sm10247763ana.31.2009.02.10.16.22.03 (version=SSLv3 cipher=RC4-MD5); Tue, 10 Feb 2009 16:22:05 -0800 (PST) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Wed, 11 Feb 2009 09:24:26 +0900 From: Pyun YongHyeon Date: Wed, 11 Feb 2009 09:24:26 +0900 To: Gary Jennejohn Message-ID: <20090211002426.GJ98095@michelle.cdnetworks.co.kr> References: <200902090459.n194xDa3045928@svn.freebsd.org> <20090209181056.40db0ba2@ernst.jennejohn.org> <20090210005002.GD98095@michelle.cdnetworks.co.kr> <20090210131930.16d0882c@ernst.jennejohn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090210131930.16d0882c@ernst.jennejohn.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Pyun YongHyeon Subject: Re: svn commit: r188381 - head/sys/dev/re X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com 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: Wed, 11 Feb 2009 00:22:08 -0000 On Tue, Feb 10, 2009 at 01:19:30PM +0100, Gary Jennejohn wrote: > On Tue, 10 Feb 2009 09:50:02 +0900 > Pyun YongHyeon wrote: > > [re0 fails to work with MSI] > > It seems that broken controllers have two MSI messages. Instead of > > reverting the change, how about attached patch? > > This patch fixes the problem. Thanks! > Thanks for testing!