svn commit: r268536 - head/sys/dev/cxgbe
Navdeep Parhar
np at FreeBSD.org
Fri Jul 11 21:02:55 UTC 2014
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;
More information about the svn-src-all
mailing list