svn commit: r278239 - head/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Thu Feb 5 08:52:21 UTC 2015


Author: np
Date: Thu Feb  5 08:52:20 2015
New Revision: 278239
URL: https://svnweb.freebsd.org/changeset/base/278239

Log:
  cxgbe(4): reserve id for iSCSI upper layer driver.

Modified:
  head/sys/dev/cxgbe/offload.h

Modified: head/sys/dev/cxgbe/offload.h
==============================================================================
--- head/sys/dev/cxgbe/offload.h	Thu Feb  5 07:51:38 2015	(r278238)
+++ head/sys/dev/cxgbe/offload.h	Thu Feb  5 08:52:20 2015	(r278239)
@@ -129,6 +129,7 @@ struct t4_virt_res {                    
 enum {
 	ULD_TOM = 1,
 	ULD_IWARP = 2,
+	ULD_ISCSI = 3,
 };
 
 struct adapter;


More information about the svn-src-all mailing list