From owner-freebsd-stable@FreeBSD.ORG Mon Aug 21 19:07:10 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2CF316A4DF for ; Mon, 21 Aug 2006 19:07:10 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id A138443D6E for ; Mon, 21 Aug 2006 19:07:07 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2518809pye for ; Mon, 21 Aug 2006 12:07:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D9I1dkbc2fTgK8CoqxxvNr5o6F11akY4cC08bSWdgnUi5ec84vhihySerUUFjI/+M2oO5tNqgPUyB3DZoG6y0GN7uZ3eNElVLMT72tKVemYQzy7a5vrCxGQW7ViJsfZLNUdnNN5bpJgrvNNnXcbLVQsUoXshSnUAcCJ28GpRFpA= Received: by 10.35.123.10 with SMTP id a10mr13904672pyn; Mon, 21 Aug 2006 12:07:07 -0700 (PDT) Received: by 10.35.119.1 with HTTP; Mon, 21 Aug 2006 12:07:06 -0700 (PDT) Message-ID: <2a41acea0608211207g3b23ec15x9cad496edd7ad818@mail.gmail.com> Date: Mon, 21 Aug 2006 12:07:06 -0700 From: "Jack Vogel" To: "Christian Brueffer" In-Reply-To: <20060821091648.GB1669@haakonia.hitnet.RWTH-Aachen.DE> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a41acea0606011523k462c8fedw3678558024d72191@mail.gmail.com> <20060821091648.GB1669@haakonia.hitnet.RWTH-Aachen.DE> Cc: freebsd-stable@freebsd.org, Nikolas Britton Subject: Re: diffs to add newer Intel ATA and ICHSMB IDs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 19:07:10 -0000 On 8/21/06, Christian Brueffer wrote: > Not exactly the above patch, but a similar one: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-chipset.c?rev=1.169&content-type=text/x-cvsweb-markup > > This is likely to be MFCed before 6.2 gets released. Oh, this is great news, thanks. Our test group just ran into an odd problem which I think is traced back to this, so being in 6.2 will be helpful :) Jack