Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 21:45:39 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303860 - head/sys/dev/cxgbe
Message-ID:  <201608082145.u78LjdaT078187@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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),
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608082145.u78LjdaT078187>