svn commit: r191567 - head/sys/dev/mxge

Andrew Gallatin gallatin at FreeBSD.org
Mon Apr 27 17:24:50 UTC 2009


Author: gallatin
Date: Mon Apr 27 17:24:47 2009
New Revision: 191567
URL: http://svn.freebsd.org/changeset/base/191567

Log:
  Fix build:  Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RING
  ifdef change.

Modified:
  head/sys/dev/mxge/if_mxge_var.h

Modified: head/sys/dev/mxge/if_mxge_var.h
==============================================================================
--- head/sys/dev/mxge/if_mxge_var.h	Mon Apr 27 17:22:14 2009	(r191566)
+++ head/sys/dev/mxge/if_mxge_var.h	Mon Apr 27 17:24:47 2009	(r191567)
@@ -125,7 +125,7 @@ typedef struct
 typedef struct
 {
 	struct mtx mtx;
-#ifdef IFNET_MULTIQUEUE
+#ifdef IFNET_BUF_RING
 	struct buf_ring *br;
 #endif
 	volatile mcp_kreq_ether_send_t *lanai;	/* lanai ptr for sendq	*/


More information about the svn-src-head mailing list