PERFORCE change 169518 for review

Alexander Motin mav at FreeBSD.org
Thu Oct 15 13:50:39 UTC 2009


http://p4web.freebsd.org/chv.cgi?CH=169518

Change 169518 by mav at mav_mavtest on 2009/10/15 13:50:22

	Do not freeze device if somehow happen.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/ata/ata_pmp.c#9 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/ata/ata_pmp.c#9 (text+ko) ====

@@ -165,6 +165,7 @@
 	struct cam_path *dpath;
 	int i;
 
+	mask &= ~softc->frozen;
 	for (i = 0; i < 15; i++) {
 		if ((mask & (1 << i)) == 0)
 			continue;


More information about the p4-projects mailing list