Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/raidframe Amazingly enough, nothing is actually usin...



details:   https://anonhg.NetBSD.org/src/rev/7e68ace078a0
branches:  trunk
changeset: 536200:7e68ace078a0
user:      oster <oster%NetBSD.org@localhost>
date:      Wed Sep 11 03:01:23 2002 +0000

description:
Amazingly enough, nothing is actually using the *_bxor3() functions.
#if 0 them.

diffstat:

 sys/dev/raidframe/rf_dagfuncs.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 3e43a8cef2d1 -r 7e68ace078a0 sys/dev/raidframe/rf_dagfuncs.c
--- a/sys/dev/raidframe/rf_dagfuncs.c   Wed Sep 11 02:52:33 2002 +0000
+++ b/sys/dev/raidframe/rf_dagfuncs.c   Wed Sep 11 03:01:23 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_dagfuncs.c,v 1.8 2001/11/13 07:11:13 lukem Exp $    */
+/*     $NetBSD: rf_dagfuncs.c,v 1.9 2002/09/11 03:01:23 oster Exp $    */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_dagfuncs.c,v 1.8 2001/11/13 07:11:13 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_dagfuncs.c,v 1.9 2002/09/11 03:01:23 oster Exp $");
 
 #include <sys/param.h>
 #include <sys/ioctl.h>
@@ -708,7 +708,7 @@
        return (0);
 }
 
-
+#if 0
 /*
    dst = a ^ b ^ c;
    a may equal dst
@@ -893,3 +893,4 @@
        return (rf_longword_bxor3((unsigned long *) dst, (unsigned long *) a,
                (unsigned long *) b, (unsigned long *) c, len >> RF_LONGSHIFT, bp));
 }
+#endif



Home | Main Index | Thread Index | Old Index