From owner-freebsd-stable@FreeBSD.ORG Wed May 16 18:22:18 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDA4416A409 for ; Wed, 16 May 2007 18:22:18 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.226]) by mx1.freebsd.org (Postfix) with ESMTP id ACD4213C447 for ; Wed, 16 May 2007 18:22:18 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so711192nze for ; Wed, 16 May 2007 11:22:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iZpwBONxgiwmyFk7szAidMwv+MlFTSZd427ducQqwE5qzdQZfbSOUDAGZuxGv75EejWfwvaDMc5MYZcHcbXDowo2RkVaEj0DkinJwFcLJtOX+obKKg7s+8TbQxnmO6q2USbF4pVOG2+jMIpz7RSkpvAcgr/qUzBHHJbqZ3q12ck= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=olvElZztyxHbnnE4WH0si58/pmZxbjgfvE+gYicUqWe2aWhHbJsDk5ovFIrumO6kTFyQ1IteuEpOummH5vzNVGmkLRc5zlwNtFdNg7R1j2WEZS25K2tThUUXqKoArO3QriGxG+jiXU4aPfZg9vJ5v+fDSr0rD7Tg8JwNAytbE9I= Received: by 10.114.177.1 with SMTP id z1mr2403287wae.1179339737553; Wed, 16 May 2007 11:22:17 -0700 (PDT) Received: by 10.114.126.10 with HTTP; Wed, 16 May 2007 11:22:17 -0700 (PDT) Message-ID: <2a41acea0705161122w2fcc95bencd6eb3417c4cb1d1@mail.gmail.com> Date: Wed, 16 May 2007 11:22:17 -0700 From: "Jack Vogel" To: "Tom Judge" , "Jack Vogel" , "FreeBSD Stable List" In-Reply-To: <20070516181530.GA48926@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a41acea0705161030k40831aa5o168b5bc40fcf3352@mail.gmail.com> <464B48EB.20906@tomjudge.com> <20070516181530.GA48926@icarus.home.lan> Cc: Subject: Re: EM and TSO 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: Wed, 16 May 2007 18:22:19 -0000 On 5/16/07, Jeremy Chadwick wrote: > On Wed, May 16, 2007 at 07:09:47PM +0100, Tom Judge wrote: > > Jack Vogel wrote: > > > I introduced a change yesterday that limited TSO to PCI Express > > > adapters, I did this more for avoidance rather than a bug fix, and > > > I'm not 100% sure its the right thing, so I thought I would poll > > > everyone, do you have a PCI-X adapter and are using TSO without > > > problems and wish to keep the support in? > > > If no one is then I'll just leave it as is. > > > Jack > > This is for Jack: > > Did you mean PCI Express instead of PCI-X in your latter sentence? > PCI Express != PCI-X. > > If you did mean PCI-X, then I would assume the change could also > affect standard PCI devices... I know PCIE != PCI-X :) Sorry about all the confusion, it doesnt matter, I'm going to put the code back to exactly the way it was, so everyone that had TSO before will again. Jack