Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/stand/lib Remove unused debugging code, and cl...
details: https://anonhg.NetBSD.org/src/rev/529e15c3f379
branches: trunk
changeset: 467496:529e15c3f379
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Mar 25 05:22:44 1999 +0000
description:
Remove unused debugging code, and clean up an error message.
diffstat:
sys/arch/pmax/stand/lib/rz.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r ee2b51b0284c -r 529e15c3f379 sys/arch/pmax/stand/lib/rz.c
--- a/sys/arch/pmax/stand/lib/rz.c Thu Mar 25 05:19:44 1999 +0000
+++ b/sys/arch/pmax/stand/lib/rz.c Thu Mar 25 05:22:44 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rz.c,v 1.11 1999/03/25 05:13:15 simonb Exp $ */
+/* $NetBSD: rz.c,v 1.12 1999/03/25 05:22:44 simonb Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -70,10 +70,6 @@
offset = bn * DEV_BSIZE;
-#ifdef DEBUG
-/*XXX*/printf("rz:%x %d\n", offset, reqcnt);
-#endif
-
/*
* Partial-block transfers not handled.
*/
@@ -132,7 +128,7 @@
else
i = bootinit (device);
if (i < 0) {
- printf("boot init failed\n");
+ printf("open failed\n");
return (ENXIO);
}
Home |
Main Index |
Thread Index |
Old Index