Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2014 21:02:54 +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: r268536 - head/sys/dev/cxgbe
Message-ID:  <201407112102.s6BL2sZ7034291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Fri Jul 11 21:02:54 2014
New Revision: 268536
URL: http://svnweb.freebsd.org/changeset/base/268536

Log:
  cxgbe(4): Add an iSCSI softc to the adapter structure.

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

Modified: head/sys/dev/cxgbe/adapter.h
==============================================================================
--- head/sys/dev/cxgbe/adapter.h	Fri Jul 11 19:40:50 2014	(r268535)
+++ head/sys/dev/cxgbe/adapter.h	Fri Jul 11 21:02:54 2014	(r268536)
@@ -735,6 +735,7 @@ struct adapter {
 	void *tom_softc;	/* (struct tom_data *) */
 	struct tom_tunables tt;
 	void *iwarp_softc;	/* (struct c4iw_dev *) */
+	void *iscsi_softc;
 #endif
 	struct l2t_data *l2t;	/* L2 table */
 	struct tid_info tids;



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