Date: Fri, 26 Jul 2013 20:54:34 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253688 - head/sys/dev/cxgbe Message-ID: <201307262054.r6QKsYD0018671@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307262054.r6QKsYD0018671>