svn commit: r253688 - head/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Fri Jul 26 20:54:34 UTC 2013


Author: np
Date: Fri Jul 26 20:54:33 2013
New Revision: 253688
URL: http://svnweb.freebsd.org/changeset/base/253688

Log:
  Reserve room for ioctls that aren't in this copy of the driver yet.

Modified:
  head/sys/dev/cxgbe/t4_ioctl.h

Modified: head/sys/dev/cxgbe/t4_ioctl.h
==============================================================================
--- head/sys/dev/cxgbe/t4_ioctl.h	Fri Jul 26 19:41:13 2013	(r253687)
+++ head/sys/dev/cxgbe/t4_ioctl.h	Fri Jul 26 20:54:33 2013	(r253688)
@@ -51,6 +51,9 @@ enum {
 	T4_GET_MEM,			/* read memory */
 	T4_GET_I2C,			/* read from i2c addressible device */
 	T4_CLEAR_STATS,			/* clear a port's MAC statistics */
+	T4_SET_OFLD_POLICY,		/* Set offload policy */
+	T4_SET_SCHED_CLASS,             /* set sched class */
+	T4_SET_SCHED_QUEUE,             /* set queue class */
 };
 
 struct t4_reg {


More information about the svn-src-head mailing list