Author: mav
Date: Mon Mar  6 06:09:33 2017
New Revision: 314725
URL: https://svnweb.freebsd.org/changeset/base/314725

Log:
  MFC r314358: Announce that sbp_targ(4) does not support initiator mode.

Modified:
  stable/10/sys/dev/firewire/sbp_targ.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/firewire/sbp_targ.c
==============================================================================
--- stable/10/sys/dev/firewire/sbp_targ.c       Mon Mar  6 06:08:17 2017        
(r314724)
+++ stable/10/sys/dev/firewire/sbp_targ.c       Mon Mar  6 06:09:33 2017        
(r314725)
@@ -1327,7 +1327,8 @@ sbp_targ_action1(struct cam_sim *sim, un
                                 | PIT_DISCONNECT
                                 | PIT_TERM_IO;
                cpi->transport = XPORT_SPI; /* FIXME add XPORT_FW type to cam */
-               cpi->hba_misc = PIM_NOBUSRESET | PIM_NO_6_BYTE;
+               cpi->hba_misc = PIM_NOINITIATOR | PIM_NOBUSRESET |
+                   PIM_NO_6_BYTE;
                cpi->hba_eng_cnt = 0;
                cpi->max_target = 7; /* XXX */
                cpi->max_lun = MAX_LUN - 1;
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to