Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/raidframe Cleanup some comments.



details:   https://anonhg.NetBSD.org/src/rev/093d299015b7
branches:  trunk
changeset: 536451:093d299015b7
user:      oster <oster%NetBSD.org@localhost>
date:      Mon Sep 16 02:48:34 2002 +0000

description:
Cleanup some comments.

diffstat:

 sys/dev/raidframe/rf_reconstruct.c |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r e81f50b224b5 -r 093d299015b7 sys/dev/raidframe/rf_reconstruct.c
--- a/sys/dev/raidframe/rf_reconstruct.c        Mon Sep 16 02:39:42 2002 +0000
+++ b/sys/dev/raidframe/rf_reconstruct.c        Mon Sep 16 02:48:34 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_reconstruct.c,v 1.38 2002/09/16 02:35:17 oster Exp $        */
+/*     $NetBSD: rf_reconstruct.c,v 1.39 2002/09/16 02:48:34 oster Exp $        */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -33,7 +33,7 @@
  ************************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_reconstruct.c,v 1.38 2002/09/16 02:35:17 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_reconstruct.c,v 1.39 2002/09/16 02:48:34 oster Exp $");
 
 #include <sys/time.h>
 #include <sys/buf.h>
@@ -493,11 +493,6 @@
                        return (EINVAL);
                }                       
 
-               /* XXX need goop here to see if the disk is alive,
-                  and, if not, make it so...  */
-               
-
-
                badDisk = &raidPtr->Disks[row][col];
 
                proc = raidPtr->engine_thread;
@@ -530,7 +525,7 @@
                        printf("raid%d: rebuilding: raidlookup on device: %s failed: %d!\n",raidPtr->raidid,
                               raidPtr->Disks[row][col].devname, retcode);
 
-                       /* XXX the component isn't responding properly... 
+                       /* the component isn't responding properly... 
                           must be still dead :-( */
                        raidPtr->reconInProgress--;
                        RF_UNLOCK_MUTEX(raidPtr->mutex);



Home | Main Index | Thread Index | Old Index