summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2000-06-29 00:22:27 +0000
committeroster <oster@NetBSD.org>2000-06-29 00:22:27 +0000
commitce2b2827e5db45a411a40126d4baec56798666a2 (patch)
treec80483fa063caec1ace71cc79e0fe3cdc276b54c /sys/dev/raidframe
parentf77f36407da965bdfe6c288bb9dbf020236e3076 (diff)
Nuke a printf that *I* added at least as early as Nov, 1998, and which is
as bogus now as it was then.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_map.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_map.c b/sys/dev/raidframe/rf_map.c
index 030688d6341..ca569219d04 100644
--- a/sys/dev/raidframe/rf_map.c
+++ b/sys/dev/raidframe/rf_map.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_map.c,v 1.4 1999/08/13 03:41:56 oster Exp $ */
+/* $NetBSD: rf_map.c,v 1.5 2000/06/29 00:22:27 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -268,7 +268,6 @@ rf_MarkFailuresInASMList(raidPtr, asm_h)
RF_MAX_FAILED_PDA * sizeof(RF_PhysDiskAddr_t *));
for (pda = asmap->physInfo; pda; pda = pda->next) {
if (RF_DEAD_DISK(disks[pda->row][pda->col].status)) {
- printf("DEAD DISK BOGUSLY DETECTED!!\n");
asmap->numDataFailed++;
asmap->failedPDAs[asmap->numFailedPDAs] = pda;
asmap->numFailedPDAs++;