From owner-freebsd-current@FreeBSD.ORG Wed Jun 6 18:09:31 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FF8316A46E for ; Wed, 6 Jun 2007 18:09:31 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1897A13C4BB for ; Wed, 6 Jun 2007 18:09:30 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so222304ika for ; Wed, 06 Jun 2007 11:09:29 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZTzwoCBMUtB1ntJwbpnb/s/Nmw9qDRM6PuYUQgHa9nSh6XnwVAMBW2405Plt0mqqcNsgqaoVowQ87JJKDfOL397EnDCWLa6LU8ieGS8YKjKjgLCaKcx7ExUj2tLZTls7zEsTBJYeLrGCWxNChmkwG7RhbnWl3xo/71B8M94lpg8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qX0cIp1i4bRe+3bXxPJtbaThAlfhyuZqA/VqpXzIT2jRsQS88aoTWz/+1O94BigyPilx+XehZbMN+s5gTg7U8DIhOCMmv3sf7S0ozr99WUy8IPc+maG7UTzctjBv3fpAob343bG+LAsAhn23QzXxk0TFwtlZi6cClDDSax4b3FE= Received: by 10.78.172.20 with SMTP id u20mr320037hue.1181153369532; Wed, 06 Jun 2007 11:09:29 -0700 (PDT) Received: by 10.78.162.15 with HTTP; Wed, 6 Jun 2007 11:09:29 -0700 (PDT) Message-ID: Date: Wed, 6 Jun 2007 11:09:29 -0700 From: "Kip Macy" To: "David Christensen" In-Reply-To: <09BFF2FA5EAB4A45B6655E151BBDD9030414ADBA@NT-IRVA-0750.brcm.ad.broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a41acea0706060939s46068262ncbf91fa5d0752c0d@mail.gmail.com> <09BFF2FA5EAB4A45B6655E151BBDD9030414ADBA@NT-IRVA-0750.brcm.ad.broadcom.com> Cc: freebsd-net , FreeBSD Current , FreeBSD Stable List , Jack Vogel Subject: Re: HEADS UP: Plan to MFC new em driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2007 18:09:31 -0000 On 6/6/07, David Christensen wrote: > > I have a version of code ready to MFC, the big difference with CURRENT > > is that TSO is #ifdef'd off until Andre is able to get that back. > > Is something broken with TSO? I just added TSO support to bce on > CURRENT > and was planning on MFC'ing to RELENG_6 within the next week. TSO support is not present in RELENG_6. -Kip