Date: Mon, 29 Jun 2009 14:09:30 GMT From: Alexander Motin <mav@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 165400 for review Message-ID: <200906291409.n5TE9U7R029488@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=165400 Change 165400 by mav@mav_mavbook on 2009/06/29 14:09:08 Remove extra capitalization. Affected files ... .. //depot/projects/scottl-camlock/src/sys/cam/ata/ata_da.c#16 edit .. //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#92 edit Differences ... ==== //depot/projects/scottl-camlock/src/sys/cam/ata/ata_da.c#16 (text+ko) ==== @@ -735,7 +735,7 @@ dp->secs_per_track, dp->cylinders); xpt_announce_periph(periph, announce_buf); if (softc->flags & ADA_FLAG_CAN_NCQ) { - printf("%s%d: Native Command Queueing Enabled\n", + printf("%s%d: Native Command Queueing enabled\n", periph->periph_name, periph->unit_number); } ==== //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#92 (text+ko) ==== @@ -1143,7 +1143,7 @@ if (path->device->inq_flags & SID_CmdQue || path->device->flags & CAM_DEV_TAG_AFTER_COUNT) { - printf("\n%s%d: Command Queueing Enabled", + printf("\n%s%d: Command Queueing enabled", periph->periph_name, periph->unit_number); } printf("\n");help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906291409.n5TE9U7R029488>
