Date: Sat, 27 Nov 2010 00:00:33 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r215914 - head/sys/dev/ixgbe Message-ID: <201011270000.oAR00XVX099060@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011270000.oAR00XVX099060>