Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ata s/pio/PIO/ and s/lba/LBA/ in messages output to ...
details: https://anonhg.NetBSD.org/src/rev/41d99f78e4f1
branches: trunk
changeset: 500654:41d99f78e4f1
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Dec 14 23:56:18 2000 +0000
description:
s/pio/PIO/ and s/lba/LBA/ in messages output to users
diffstat:
sys/dev/ata/wd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6dd079251655 -r 41d99f78e4f1 sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c Thu Dec 14 23:55:31 2000 +0000
+++ b/sys/dev/ata/wd.c Thu Dec 14 23:56:18 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wd.c,v 1.209 2000/07/06 00:48:53 thorpej Exp $ */
+/* $NetBSD: wd.c,v 1.210 2000/12/14 23:56:18 lukem Exp $ */
/*
* Copyright (c) 1998 Manuel Bouyer. All rights reserved.
@@ -299,7 +299,7 @@
wd->sc_multi = 1;
}
- printf("%s: drive supports %d-sector pio transfers,",
+ printf("%s: drive supports %d-sector PIO transfers,",
wd->sc_dev.dv_xname, wd->sc_multi);
/* Prior to ATA-4, LBA was optional. */
@@ -313,7 +313,7 @@
#endif
if ((wd->sc_flags & WDF_LBA) != 0) {
- printf(" lba addressing\n");
+ printf(" LBA addressing\n");
wd->sc_capacity =
(wd->sc_params.atap_capacity[1] << 16) |
wd->sc_params.atap_capacity[0];
Home |
Main Index |
Thread Index |
Old Index