Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2015 08:52:21 +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: r278239 - head/sys/dev/cxgbe
Message-ID:  <201502050852.t158qLg9094063@svn.freebsd.org>

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



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