From owner-svn-src-all@FreeBSD.ORG Thu Jul 1 05:09:42 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 5E9871065B4C; Thu, 1 Jul 2010 05:09:36 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id CC6718FC14; Thu, 1 Jul 2010 05:09:35 +0000 (UTC) Received: by qyk32 with SMTP id 32so449980qyk.13 for ; Wed, 30 Jun 2010 22:09:23 -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=tH6rSZtLw0Lvva9JDzCqh6WvI0s/5UVTSGS6IOc+IrE=; b=PeYNh2+dni3mZKa6UDJZFw80/A9NRGjwRzelcYw3unpVR5tYHSrKcKkLjrZUBQvvoY eghWfp93l3MLIiFbzFCeH2MevY70TfYDcDfL9UDAMzBvlcBK2Q/TEqcwcbah/+a/XkgW jUqTxUyzmJ+SIzoCwaCGfocX1G8P2MgWAYRS0= 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=Z/Fq5Zo6W8iJy6rxrQ42MOP8fxCYwzx5dPrBuN6iCIRgSiMBlN5o4w0KuwUO5ssxQr gNPFwAjo8WPklTlxzQE/esboICcEhcbo5khLcSpie9ZDnib2+mmXI68Sky5jYhTvX88I sjjvgkuEwDCUWl4J2Sy4KyRKg8yjIj9xxBqvM= MIME-Version: 1.0 Received: by 10.224.79.147 with SMTP id p19mr7033349qak.88.1277960963024; Wed, 30 Jun 2010 22:09:23 -0700 (PDT) Received: by 10.229.250.197 with HTTP; Wed, 30 Jun 2010 22:09:22 -0700 (PDT) In-Reply-To: <201007010503.o6153O78066276@svn.freebsd.org> References: <201007010503.o6153O78066276@svn.freebsd.org> Date: Wed, 30 Jun 2010 22:09:22 -0700 Message-ID: From: Jack Vogel To: Kevin Lo Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r209622 - 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: Thu, 01 Jul 2010 05:09:42 -0000 I went to a LOT of trouble setting up a mirror at home and just as I went to commit the change its updated. While I understand the good intentions, please don't do this again. If I had been unresponsive for days or something I understand, but its been hours, and I was fixing it. Jack On Wed, Jun 30, 2010 at 10:03 PM, Kevin Lo wrote: > Author: kevlo > Date: Thu Jul 1 05:03:24 2010 > New Revision: 209622 > URL: http://svn.freebsd.org/changeset/base/209622 > > Log: > Fix build > > Modified: > head/sys/dev/ixgbe/ixgbe.h > > Modified: head/sys/dev/ixgbe/ixgbe.h > > ============================================================================== > --- head/sys/dev/ixgbe/ixgbe.h Thu Jul 1 03:48:45 2010 (r209621) > +++ head/sys/dev/ixgbe/ixgbe.h Thu Jul 1 05:03:24 2010 (r209622) > @@ -382,7 +382,6 @@ struct adapter { > u32 link_speed; > bool link_up; > u32 linkvec; > - int advertise; > > /* Mbuf cluster size */ > u32 rx_mbuf_sz; >