Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/dev/raidframe Pull up revision 1.5 (requested by os...
details: https://anonhg.NetBSD.org/src/rev/dff4816054d0
branches: netbsd-1-4
changeset: 470696:dff4816054d0
user: he <he%NetBSD.org@localhost>
date: Thu Jun 29 16:12:08 2000 +0000
description:
Pull up revision 1.5 (requested by oster):
Remove an incorrect printf.
diffstat:
sys/dev/raidframe/rf_map.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r bdd5b11132c5 -r dff4816054d0 sys/dev/raidframe/rf_map.c
--- a/sys/dev/raidframe/rf_map.c Thu Jun 29 16:09:42 2000 +0000
+++ b/sys/dev/raidframe/rf_map.c Thu Jun 29 16:12:08 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_map.c,v 1.3 1999/02/05 00:06:12 oster Exp $ */
+/* $NetBSD: rf_map.c,v 1.3.2.1 2000/06/29 16:12:08 he Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -269,7 +269,6 @@
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++;
Home |
Main Index |
Thread Index |
Old Index