Date: Thu, 25 Jun 2009 20:05:19 GMT From: Alexander Motin <mav@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 165203 for review Message-ID: <200906252005.n5PK5Jps077313@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=165203 Change 165203 by mav@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906252005.n5PK5Jps077313>