NetBSD/sys/dev/raidframe
oster 10f077a0fb [Having received a definite lack of strenuous objection, a small amount
of strenuous agreement, and some general agreement, this commit is
going ahead because it's now starting to block some other changes I
wish to make.]

Remove most of the support for the concept of "rows" from RAIDframe.
While the "row" interface has been exported to the world, RAIDframe
internals have really only supported a single row, even though they
have feigned support of multiple rows.

Nothing changes in configuration land -- config files still need to
specify a single row, etc.  All auto-config structures remain fully
forward/backwards compatible.

The only visible difference to the average user should be a
reduction in the size of a GENERIC kernel (i386) by 4.5K.  For those
of us trolling through RAIDframe kernel code, a lot of the driver
configuration code has become a LOT easier to read.
2003-12-29 02:38:17 +00:00
..
files.raidframe rf_memchunk.c is no longer needed. 2002-08-02 03:47:48 +00:00
Makefile
raidframeio.h
raidframevar.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_acctrace.c Minor formatting cleanup, and nuke unused stuff. 2002-09-14 18:17:52 +00:00
rf_acctrace.h Nuke all (but one) of the remaining RF_UTILITY's. 2002-11-23 02:44:14 +00:00
rf_alloclist.c Actually toss the comment I said I was tossing in the last commit. 2003-07-01 23:53:48 +00:00
rf_alloclist.h Nuke all (but one) of the remaining RF_UTILITY's. 2002-11-23 02:44:14 +00:00
rf_archs.h Introduce RF_DEBUG_MAP, and use it to ignore more rarely used code. 2002-09-19 23:23:19 +00:00
rf_aselect.c UpdateNodeHdrPtr() isn't used anywhere. Turf. 2003-07-01 22:05:39 +00:00
rf_aselect.h
rf_callback.c Since the 5th arg of pool_init() wasn't actually the number 2003-12-21 15:56:20 +00:00
rf_callback.h
rf_chaindecluster.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_chaindecluster.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_copyback.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_copyback.h
rf_cvscan.c CheckCvscanState never prints the file and line number. Thanks to Simon B. 2002-09-23 04:02:29 +00:00
rf_cvscan.h rf_CvscanConfigure() is a NOP. Nuke it. Thanks Krister! 2002-09-21 00:37:14 +00:00
rf_dag.h Nuke a couple of unneeded #defines. 2002-09-23 23:53:54 +00:00
rf_dagdegrd.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_dagdegrd.h constify some 2003-02-09 10:04:32 +00:00
rf_dagdegwr.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_dagdegwr.h
rf_dagffrd.c rf_CreateMirrorPartitionReadDAG is only used for chain declustering and 2002-09-21 00:40:18 +00:00
rf_dagffrd.h
rf_dagffwr.c Toss experimental versions of some functions that were already #if 0'ed. 2003-07-01 22:43:59 +00:00
rf_dagffwr.h constify some 2003-02-09 10:04:32 +00:00
rf_dagflags.h
rf_dagfuncs.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_dagfuncs.h
rf_dagutils.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_dagutils.h constify some 2003-02-09 10:04:32 +00:00
rf_debugMem.c Nuke all (but one) of the remaining RF_UTILITY's. 2002-11-23 02:44:14 +00:00
rf_debugMem.h Those of us who might be interested in debugging internal memory usage 2002-09-16 23:40:57 +00:00
rf_debugprint.c Let's just say that the way things were stored in the array for the 2002-08-04 03:22:07 +00:00
rf_debugprint.h Let's just say that the way things were stored in the array for the 2002-08-04 03:22:07 +00:00
rf_decluster.c #if out some stuff that's only used for some distributed sparing stuff. 2002-11-19 01:49:41 +00:00
rf_decluster.h
rf_declusterPQ.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_declusterPQ.h
rf_desc.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_diskqueue.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_diskqueue.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_disks.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_disks.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_driver.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_driver.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_engine.c Clean up #includes. Group function prototypes. Fix more 80-column lossage 2002-10-04 22:56:54 +00:00
rf_engine.h
rf_etimer.h
rf_evenodd_dagfuncs.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_evenodd_dagfuncs.h "Utilize" has exactly the same meaning as "use," but it is more 2003-02-05 00:02:24 +00:00
rf_evenodd_dags.c
rf_evenodd_dags.h Nuke all (but one) of the remaining RF_UTILITY's. 2002-11-23 02:44:14 +00:00
rf_evenodd.c infoFunc doesn't exist any more. Nuke commented out bits refering 2003-11-16 20:32:05 +00:00
rf_evenodd.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_fifo.c Introduce and use RF_DEBUG_QUEUE (for debugging the various queueing 2002-09-17 03:43:34 +00:00
rf_fifo.h
rf_freelist.h bye-bye to RF_FREELIST_GET_INIT_ARG and RF_FREELIST_FREE_CLEAN_ARG 2002-10-11 02:15:57 +00:00
rf_general.h Use PAGE_SIZE rather than NBPG. 2003-04-09 00:28:28 +00:00
rf_geniq.c
rf_hist.h
rf_interdecluster.c The Double-Semi-Colon Police. 2003-01-20 05:29:53 +00:00
rf_interdecluster.h
rf_invertq.c
rf_invertq.h
rf_kintf.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
rf_layout.c constify some 2003-02-09 10:04:32 +00:00
rf_layout.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_map.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_map.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_mcpair.c Everyone and their dog was using RF_ERRORMSG3 to print out the same 2002-09-14 17:53:57 +00:00
rf_mcpair.h
rf_netbsd.h
rf_netbsdkintf.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_nwayxor.c
rf_nwayxor.h
rf_options.c
rf_options.h
rf_optnames.h One less debug option. 2002-08-04 03:33:04 +00:00
rf_paritylog.c Everyone and their dog was using RF_ERRORMSG3 to print out the same 2002-09-14 17:53:57 +00:00
rf_paritylog.h
rf_paritylogDiskMgr.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_paritylogDiskMgr.h
rf_paritylogging.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_paritylogging.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_parityloggingdags.c Make sure to include opt_foo.h if a defflag option FOO is used. 2003-06-23 11:00:59 +00:00
rf_parityloggingdags.h
rf_parityscan.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_parityscan.h
rf_pq.c infoFunc doesn't exist any more. Nuke commented out bits refering 2003-11-16 20:32:05 +00:00
rf_pq.h
rf_pqdeg.c
rf_pqdeg.h
rf_pqdegdags.c
rf_pqdegdags.h
rf_psstatus.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_psstatus.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_raid0.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_raid0.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_raid1.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_raid1.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_raid4.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_raid4.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_raid5_rotatedspare.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_raid5_rotatedspare.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_raid5.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_raid5.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_raid.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_reconbuffer.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_reconbuffer.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_reconmap.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_reconmap.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_reconstruct.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_reconstruct.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_reconutil.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_reconutil.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_revent.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_revent.h [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_shutdown.c Hide more stuff inside RF_DEBUG_SHUTDOWN. Add a prototype for 2002-09-23 03:42:50 +00:00
rf_shutdown.h
rf_sstf.c Introduce and use RF_DEBUG_QUEUE (for debugging the various queueing 2002-09-17 03:43:34 +00:00
rf_sstf.h
rf_states.c [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
rf_states.h
rf_stripelocks.c rf_MakeLockTable() and rf_ShutdownStripeLocks() are used only in 2003-04-10 04:10:17 +00:00
rf_stripelocks.h rf_MakeLockTable() and rf_ShutdownStripeLocks() are used only in 2003-04-10 04:10:17 +00:00
rf_strutils.c
rf_threadstuff.c #if 0 an unused function. Noted by Krister. Thanks! 2002-11-18 23:50:47 +00:00
rf_threadstuff.h Create a thread creation macro that make it easier to name the DAG process. 2002-10-02 21:48:00 +00:00
rf_utils.c Fix typo. PR#19619. 2003-01-03 08:05:22 +00:00
rf_utils.h