From owner-svn-src-all@FreeBSD.ORG Wed Jun 30 22:04:04 2010 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 E4D59106566B; Wed, 30 Jun 2010 22:04:04 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4FAC58FC0C; Wed, 30 Jun 2010 22:04:04 +0000 (UTC) Received: by gxk7 with SMTP id 7so940931gxk.13 for ; Wed, 30 Jun 2010 15:04:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=bz+J2qHEs/Ia1qR3nSjNFsusywLPWOkbVEtMVbjzhAQ=; b=Xu0wbP8Ez7fMoXRSu//6zktXUyOjj1jgl0u431GdsipXb12bdj+TWWXvl0f8g6LIey veORqkgAj5B5Lf44iYu+mr7yL7KLIVfyeQT2KgvAloxYP51oUhk17MqS+7a1kd3IsVUO IkFRlBaTCstOM1P4ZxXXvd+WYbAf126tOH2vo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=V4eA5p8d8E2PF0Sq372YS2Y/dT8dqvTAdKqG8YCj964f1kLnaqs9qXyAlm9XQo1VhF UK8Xpnk7pq1VIushQjeiztHgEc080FAMiucX6t6R6rptWYHxoJ9rDNMgm2Ae0x+7EYMR El3mzCVfDWAyvwJIMoHAmD0h5ijeb7rwo85n4= MIME-Version: 1.0 Received: by 10.229.91.196 with SMTP id o4mr5519254qcm.267.1277935440807; Wed, 30 Jun 2010 15:04:00 -0700 (PDT) Received: by 10.229.250.197 with HTTP; Wed, 30 Jun 2010 15:04:00 -0700 (PDT) In-Reply-To: <201006301739.18212.jhb@freebsd.org> References: <201006301628.o5UGSS3B098954@svn.freebsd.org> <201006301739.18212.jhb@freebsd.org> Date: Wed, 30 Jun 2010 15:04:00 -0700 Message-ID: From: Jack Vogel To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jack F Vogel , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r209609 - head/sys/dev/ixgbe X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 30 Jun 2010 22:04:05 -0000 It wont work as a delta, I figured just putting the new delta over it was ok, but if you think it should be reverted then by all means... Jack On Wed, Jun 30, 2010 at 2:39 PM, John Baldwin wrote: > On Wednesday 30 June 2010 12:28:28 pm Jack F Vogel wrote: > > Author: jfv > > Date: Wed Jun 30 16:28:28 2010 > > New Revision: 209609 > > URL: http://svn.freebsd.org/changeset/base/209609 > > > > Log: > > Left out header change in last delta - new member > > in adapter so that advertise changes can be done > > to one port without the other changing. > > Should 209607 be reverted now? > > -- > John Baldwin >