svn commit: r215914 - head/sys/dev/ixgbe

Jack F Vogel jfv at FreeBSD.org
Sat Nov 27 00:00:33 UTC 2010


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;


More information about the svn-src-head mailing list