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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"