From owner-svn-src-all@FreeBSD.ORG Sat Nov 27 00:00:33 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 B1858106571C; Sat, 27 Nov 2010 00:00:33 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A09958FC0A; Sat, 27 Nov 2010 00:00:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oAR00XYo099063; Sat, 27 Nov 2010 00:00:33 GMT (envelope-from jfv@svn.freebsd.org) Received: (from jfv@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oAR00XVX099060; Sat, 27 Nov 2010 00:00:33 GMT (envelope-from jfv@svn.freebsd.org) Message-Id: <201011270000.oAR00XVX099060@svn.freebsd.org> From: Jack F Vogel Date: Sat, 27 Nov 2010 00:00:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r215914 - 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: Sat, 27 Nov 2010 00:00:33 -0000 Author: jfv Date: Sat Nov 27 00:00:33 2010 New Revision: 215914 URL: http://svn.freebsd.org/changeset/base/215914 Log: and the header... Modified: head/sys/dev/ixgbe/ixgbe.h Modified: head/sys/dev/ixgbe/ixgbe.h ============================================================================== --- head/sys/dev/ixgbe/ixgbe.h Fri Nov 26 23:57:13 2010 (r215913) +++ head/sys/dev/ixgbe/ixgbe.h Sat Nov 27 00:00:33 2010 (r215914) @@ -427,6 +427,9 @@ struct adapter { u64 que_mask; u32 rx_process_limit; + /* Multicast array memory */ + u8 *mta; + /* Misc stats maintained by the driver */ unsigned long dropped_pkts; unsigned long mbuf_defrag_failed;