summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>1998-10-30 10:57:09 +0000
committerluigi <luigi@FreeBSD.org>1998-10-30 10:57:09 +0000
commitce608fc0aba6562ffe2fdfd1a968111d8306b532 (patch)
tree4bc5666b20d66139bb6749ad37a423cc1b96057b
parent31c8a98d46ace56ccd07e6e55f03a88b933b30a5 (diff)
downloadFreeBSD-src-ce608fc0aba6562ffe2fdfd1a968111d8306b532.zip
FreeBSD-src-ce608fc0aba6562ffe2fdfd1a968111d8306b532.tar.gz
Use "KB" instead of "Kb" for KiloBytes, consistently with other
drivers and common practices.
-rw-r--r--sys/i386/isa/atapi-cd.c6
-rw-r--r--sys/i386/isa/wcd.c6
-rw-r--r--sys/i386/isa/wd_cd.c6
-rw-r--r--sys/pc98/pc98/wd_cd.c6
4 files changed, 12 insertions, 12 deletions
diff --git a/sys/i386/isa/atapi-cd.c b/sys/i386/isa/atapi-cd.c
index 62c168c..f63e54e 100644
--- a/sys/i386/isa/atapi-cd.c
+++ b/sys/i386/isa/atapi-cd.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: atapi-cd.c,v 1.2 1998/10/08 06:41:44 sos Exp $
+ * $Id: atapi-cd.c,v 1.3 1998/10/15 08:11:54 sos Exp $
*/
#include "wdc.h"
@@ -262,9 +262,9 @@ acd_describe(struct acd *cdp)
printf("acd%d: drive speed ", cdp->lun);
if (cdp->cap.cur_speed != cdp->cap.max_speed)
printf("%d - ", cdp->cap.cur_speed * 1000 / 1024);
- printf("%dKb/sec", cdp->cap.max_speed * 1000 / 1024);
+ printf("%dKB/sec", cdp->cap.max_speed * 1000 / 1024);
if (cdp->cap.buf_size)
- printf(", %dKb cache\n", cdp->cap.buf_size);
+ printf(", %dKB cache\n", cdp->cap.buf_size);
printf("acd%d: supported read types:", cdp->lun);
comma = 0;
diff --git a/sys/i386/isa/wcd.c b/sys/i386/isa/wcd.c
index 1f22bfc..13b3ce0 100644
--- a/sys/i386/isa/wcd.c
+++ b/sys/i386/isa/wcd.c
@@ -13,7 +13,7 @@
* all derivative works or modified versions.
*
* From: Version 1.9, Mon Oct 9 20:27:42 MSK 1995
- * $Id: wcd.c,v 1.58 1998/09/08 20:57:47 sos Exp $
+ * $Id: wcd.c,v 1.59 1998/09/15 08:15:29 gibbs Exp $
*/
#include "wdc.h"
@@ -456,9 +456,9 @@ void wcd_describe (struct wcd *t)
printf ("wcd%d: ", t->lun);
if (t->cap.cur_speed != t->cap.max_speed)
printf ("%d/", t->cap.cur_speed * 1000 / 1024);
- printf ("%dKb/sec", t->cap.max_speed * 1000 / 1024);
+ printf ("%dKB/sec", t->cap.max_speed * 1000 / 1024);
if (t->cap.buf_size)
- printf (", %dKb cache", t->cap.buf_size);
+ printf (", %dKB cache", t->cap.buf_size);
if (t->cap.audio_play)
printf (", audio play");
diff --git a/sys/i386/isa/wd_cd.c b/sys/i386/isa/wd_cd.c
index 62c168c..f63e54e 100644
--- a/sys/i386/isa/wd_cd.c
+++ b/sys/i386/isa/wd_cd.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: atapi-cd.c,v 1.2 1998/10/08 06:41:44 sos Exp $
+ * $Id: atapi-cd.c,v 1.3 1998/10/15 08:11:54 sos Exp $
*/
#include "wdc.h"
@@ -262,9 +262,9 @@ acd_describe(struct acd *cdp)
printf("acd%d: drive speed ", cdp->lun);
if (cdp->cap.cur_speed != cdp->cap.max_speed)
printf("%d - ", cdp->cap.cur_speed * 1000 / 1024);
- printf("%dKb/sec", cdp->cap.max_speed * 1000 / 1024);
+ printf("%dKB/sec", cdp->cap.max_speed * 1000 / 1024);
if (cdp->cap.buf_size)
- printf(", %dKb cache\n", cdp->cap.buf_size);
+ printf(", %dKB cache\n", cdp->cap.buf_size);
printf("acd%d: supported read types:", cdp->lun);
comma = 0;
diff --git a/sys/pc98/pc98/wd_cd.c b/sys/pc98/pc98/wd_cd.c
index 62c168c..f63e54e 100644
--- a/sys/pc98/pc98/wd_cd.c
+++ b/sys/pc98/pc98/wd_cd.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: atapi-cd.c,v 1.2 1998/10/08 06:41:44 sos Exp $
+ * $Id: atapi-cd.c,v 1.3 1998/10/15 08:11:54 sos Exp $
*/
#include "wdc.h"
@@ -262,9 +262,9 @@ acd_describe(struct acd *cdp)
printf("acd%d: drive speed ", cdp->lun);
if (cdp->cap.cur_speed != cdp->cap.max_speed)
printf("%d - ", cdp->cap.cur_speed * 1000 / 1024);
- printf("%dKb/sec", cdp->cap.max_speed * 1000 / 1024);
+ printf("%dKB/sec", cdp->cap.max_speed * 1000 / 1024);
if (cdp->cap.buf_size)
- printf(", %dKb cache\n", cdp->cap.buf_size);
+ printf(", %dKB cache\n", cdp->cap.buf_size);
printf("acd%d: supported read types:", cdp->lun);
comma = 0;
OpenPOWER on IntegriCloud