PERFORCE change 165203 for review

Alexander Motin mav at FreeBSD.org
Thu Jun 25 20:05:21 UTC 2009


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

Change 165203 by mav at mav_mavbook on 2009/06/25 20:04:58

	Add missing variable initialization.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/ata/ata_xpt.c#23 edit

Differences ...

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

@@ -1161,6 +1161,7 @@
 		scan_info->request_ccb = request_ccb;
 		scan_info->cpi = &work_ccb->cpi;
 		scan_info->found = 0x8001;
+		scan_info->counter = 0;
 		/* Report SIM that we have no knowledge about PM presence. */
 		bzero(&cts, sizeof(cts));
 		xpt_setup_ccb(&cts.ccb_h, scan_info->request_ccb->ccb_h.path, 1);


More information about the p4-projects mailing list