PERFORCE change 169363 for review

Alexander Motin mav at FreeBSD.org
Sat Oct 10 18:56:46 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=169363

Change 169363 by mav at mav_mavbook on 2009/10/10 18:56:04

	Report max_target = 15 when PMP supported. PMP is also a target.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/dev/ahci/ahci.c#65 edit
.. //depot/projects/scottl-camlock/src/sys/dev/siis/siis.c#7 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/dev/ahci/ahci.c#65 (text+ko) ====

@@ -1936,7 +1936,7 @@
 		cpi->hba_misc = PIM_SEQSCAN;
 		cpi->hba_eng_cnt = 0;
 		if (ch->caps & AHCI_CAP_SPM)
-			cpi->max_target = 14;
+			cpi->max_target = 15;
 		else
 			cpi->max_target = 0;
 		cpi->max_lun = 0;

==== //depot/projects/scottl-camlock/src/sys/dev/siis/siis.c#7 (text+ko) ====

@@ -1565,7 +1565,7 @@
 		cpi->target_sprt = 0;
 		cpi->hba_misc = PIM_SEQSCAN;
 		cpi->hba_eng_cnt = 0;
-		cpi->max_target = 14;
+		cpi->max_target = 15;
 		cpi->max_lun = 0;
 		cpi->initiator_id = 0;
 		cpi->bus_id = cam_sim_bus(sim);


More information about the p4-projects mailing list