svn commit: r303860 - head/sys/dev/cxgbe
John Baldwin
jhb at FreeBSD.org
Mon Aug 8 21:45:40 UTC 2016
Author: jhb
Date: Mon Aug 8 21:45:39 2016
New Revision: 303860
URL: https://svnweb.freebsd.org/changeset/base/303860
Log:
Reserve an adapter flag IS_VF to mark VF devices vs PF devices.
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/adapter.h
Modified: head/sys/dev/cxgbe/adapter.h
==============================================================================
--- head/sys/dev/cxgbe/adapter.h Mon Aug 8 21:28:02 2016 (r303859)
+++ head/sys/dev/cxgbe/adapter.h Mon Aug 8 21:45:39 2016 (r303860)
@@ -195,6 +195,7 @@ enum {
ADAP_SYSCTL_CTX = (1 << 4),
/* TOM_INIT_DONE= (1 << 5), No longer used */
BUF_PACKING_OK = (1 << 6),
+ IS_VF = (1 << 7),
CXGBE_BUSY = (1 << 9),
More information about the svn-src-head
mailing list