Date: Mon, 27 Feb 2017 17:50:38 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314358 - head/sys/dev/firewire Message-ID: <201702271750.v1RHoc7Q093324@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Mon Feb 27 17:50:38 2017 New Revision: 314358 URL: https://svnweb.freebsd.org/changeset/base/314358 Log: Announce that sbp_targ(4) does not support initiator mode. MFC after: 1 week Modified: head/sys/dev/firewire/sbp_targ.c Modified: head/sys/dev/firewire/sbp_targ.c ============================================================================== --- head/sys/dev/firewire/sbp_targ.c Mon Feb 27 17:36:31 2017 (r314357) +++ head/sys/dev/firewire/sbp_targ.c Mon Feb 27 17:50:38 2017 (r314358) @@ -1324,7 +1324,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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702271750.v1RHoc7Q093324>