Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/raidframe Remove this initial pass, since nothin...



details:   https://anonhg.NetBSD.org/src/rev/4e5052a08860
branches:  trunk
changeset: 342399:4e5052a08860
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Dec 20 05:04:23 2015 +0000

description:
Remove this initial pass, since nothing further has been done with it for
six years.  It will soon be replaced with a working raid module.

diffstat:

 sys/modules/raidframe/Makefile |  20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diffs (24 lines):

diff -r ded2582cf625 -r 4e5052a08860 sys/modules/raidframe/Makefile
--- a/sys/modules/raidframe/Makefile    Sun Dec 20 04:21:03 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#      $NetBSD: Makefile,v 1.1 2009/08/10 07:19:11 haad Exp $
-
-.include "../Makefile.inc"
-
-.PATH: ${S}/dev/raidframe
-
-KMOD=  raidframe
-SRCS=  rf_dagffwr.c rf_dagfuncs.c rf_dagutils.c rf_debugMem.c rf_debugprint.c \
-       rf_decluster.c rf_declusterPQ.c rf_diskqueue.c rf_disks.c rf_driver.c \
-       rf_engine.c rf_evenodd.c rf_evenodd_dagfuncs.c rf_evenodd_dags.c \
-       rf_fifo.c rf_interdecluster.c rf_invertq.c rf_layout.c rf_map.c \
-       rf_mcpair.c rf_netbsdkintf.c rf_nwayxor.c rf_options.c rf_paritylog.c \
-       rf_paritylogDiskMgr.c rf_paritylogging.c rf_parityloggingdags.c \
-       rf_parityscan.c rf_pq.c rf_pqdeg.c rf_pqdegdags.c rf_psstatus.c \
-       rf_raid0.c rf_raid1.c rf_raid4.c rf_raid5.c rf_raid5_rotatedspare.c \
-       rf_reconbuffer.c rf_reconmap.c rf_reconstruct.c rf_reconutil.c \
-       rf_revent.c rf_shutdown.c rf_sstf.c rf_states.c rf_stripelocks.c \
-       rf_strutils.c rf_utils.c
-
-.include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index