Author: marius
Date: Tue Jun 18 15:00:20 2013
New Revision: 251943
URL: http://svnweb.freebsd.org/changeset/base/251943

Log:
  MFC: r251373
  
  Flag isp(4) as supporting unmapped I/O; all necessary conversion actually
  already has been done as part of r246713 (MFC'ed to stable/9 in r251874).

Modified:
  stable/9/sys/dev/isp/isp_freebsd.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)
  stable/9/sys/dev/isp/   (props changed)

Modified: stable/9/sys/dev/isp/isp_freebsd.c
==============================================================================
--- stable/9/sys/dev/isp/isp_freebsd.c  Tue Jun 18 14:46:42 2013        
(r251942)
+++ stable/9/sys/dev/isp/isp_freebsd.c  Tue Jun 18 15:00:20 2013        
(r251943)
@@ -5450,7 +5450,7 @@ isp_action(struct cam_sim *sim, union cc
                if (IS_FC(isp)) {
                        fcparam *fcp = FCPARAM(isp, bus);
 
-                       cpi->hba_misc = PIM_NOBUSRESET;
+                       cpi->hba_misc = PIM_NOBUSRESET | PIM_UNMAPPED;
 
                        /*
                         * Because our loop ID can shift from time to time,
@@ -5480,7 +5480,7 @@ isp_action(struct cam_sim *sim, union cc
                } else {
                        sdparam *sdp = SDPARAM(isp, bus);
                        cpi->hba_inquiry = PI_SDTR_ABLE|PI_TAG_ABLE|PI_WIDE_16;
-                       cpi->hba_misc = 0;
+                       cpi->hba_misc = PIM_UNMAPPED;
                        cpi->initiator_id = sdp->isp_initiator_id;
                        cpi->base_transfer_speed = 3300;
                        cpi->transport = XPORT_SPI;
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to