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