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 { _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"