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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to