svn commit: r265459 - stable/9/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Tue May 6 19:18:21 UTC 2014


Author: np
Date: Tue May  6 19:18:20 2014
New Revision: 265459
URL: http://svnweb.freebsd.org/changeset/base/265459

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

Modified:
  stable/9/sys/dev/cxgbe/t4_ioctl.h
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)

Modified: stable/9/sys/dev/cxgbe/t4_ioctl.h
==============================================================================
--- stable/9/sys/dev/cxgbe/t4_ioctl.h	Tue May  6 19:03:04 2014	(r265458)
+++ stable/9/sys/dev/cxgbe/t4_ioctl.h	Tue May  6 19:18:20 2014	(r265459)
@@ -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-all mailing list