From owner-svn-src-all@FreeBSD.ORG Fri Jun 11 21:30:53 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 E631A1065675; Fri, 11 Jun 2010 21:30:52 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 33FA48FC08; Fri, 11 Jun 2010 21:30:51 +0000 (UTC) Received: by vws20 with SMTP id 20so653143vws.13 for ; Fri, 11 Jun 2010 14:30:51 -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=iKF/B+/7yY1X+JM9fg9n6V+3TacPDzxFzkVVi/x7HSA=; b=Nwi1993rh2PlSa6yIFdUKRzd1lHb9w/vn5ojTIrJhUq+n9SOh2sXiIiMs+vXFZ6EHw m3zPqaECxjCqTjdrVAJKXPmWT0hj7O01vkqg8+QWk1psU9G4ctsVciz6K35I5tp/+0Lx +Nve0qGMV7Pn5xBexjxoEXAM8y344b/5SJKKI= 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=e4sqo7TngnsOlcknhZTAVJvbQ7/KVU+34ddO7XnrijoWsc4OUDLrVbqS5JyCUx5zA/ nxHkG3uZjsYXLkvdZpoKkqfLPDQm86UD1Q3FzuJo+/OkvVF4RLzkz0vAyQUx3Ua641xA Lw6ymzGZ8FYiZtHalWnlwsvc6ZE9YmY4AN4mE= MIME-Version: 1.0 Received: by 10.224.71.130 with SMTP id h2mr997585qaj.90.1276291851179; Fri, 11 Jun 2010 14:30:51 -0700 (PDT) Received: by 10.229.238.199 with HTTP; Fri, 11 Jun 2010 14:30:51 -0700 (PDT) In-Reply-To: <201006111725.05062.jhb@freebsd.org> References: <201006112054.o5BKsRk8087302@svn.freebsd.org> <201006111725.05062.jhb@freebsd.org> Date: Fri, 11 Jun 2010 14:30:51 -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: r209068 - head/sys/dev/e1000 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: Fri, 11 Jun 2010 21:30:53 -0000 LOL, I'm sorry John, I actually did put them into my local source, I dont know what happened, just not my day :( Jack On Fri, Jun 11, 2010 at 2:25 PM, John Baldwin wrote: > On Friday 11 June 2010 4:54:27 pm Jack F Vogel wrote: > > Author: jfv > > Date: Fri Jun 11 20:54:27 2010 > > New Revision: 209068 > > URL: http://svn.freebsd.org/changeset/base/209068 > > > > Log: > > Add a couple fixes from Michael Tuexen. > > Remove unneeded rxtx handler, make que handler generic. > > Do not allocate header mbufs in rx ring if not doing hdr split. > > Release the lock in rxeof call to stack. > > > > MFC for 8.1 asap > > You just removed the bus_describe_intr() calls again. Can you _please_ put > those into your tree so you don't keep losing them? > > -- > John Baldwin >