summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2000-01-09At (closer to) 80-columns, this may actually be readable code.oster
2000-01-09Garbage collect unused code.oster
2000-01-09Nuke more debugging stuff and cleanup a tad.oster
2000-01-09It's got to help to check the *right* value if you care whatoster
2000-01-09Another one bites the dust.oster
2000-01-09Nuke dependency on rf_diskthreads.hoster
2000-01-09Nuke dependencies on rf_cpuutils.h.oster
2000-01-09By popular demand (Hi Thor!) make the cylinder size in a defaultoster
2000-01-09rf_cpuutil.c isn't useful for the kernel driver.oster
2000-01-09Not sure why this file was still around since it's really not required.oster
2000-01-09Nuke unused debugging stuff. Clean up a whole bunch of comments.oster
2000-01-09Nuke a couple of obsolete comments.oster
2000-01-09- move a bunch of function prototypes to rf_kintf.hoster
2000-01-09Nuke #if 0'ed code.oster
2000-01-09Nuke desc->tid.oster
2000-01-08Time's up. This file is no longer needed. "toodles." *punt*oster
2000-01-08- more cleanup of rf_get_threadid() and debugging printfsoster
2000-01-08Make raidPtr a 'RF_Raid_t *' like it's supposed to be.oster
2000-01-08- nuke calls to rf_get_threadid() and associated #includeoster
2000-01-08Bail if rf_numParityRegions is not > 0. Cleanup a comment.oster
2000-01-08Nuke stale comment.oster
2000-01-08Minor cleanup.oster
2000-01-08Nuke some (now) incorrect comments. More minor cleanup.oster
2000-01-08Replace raidPtrs[unit] with just raidPtr, and assign the former to theoster
2000-01-08Minor tillage on the raidioctl() stuff. More cleanup to follow.oster
2000-01-08Nuke an unneeded #ifdef (__NetBSD__)oster
2000-01-07In RAIDFRAME_CONFIGURE, don't set values in raidPtrs[unit] unlessoster
2000-01-07rf_GetNextReconEvent() is already prototyped in rf_revent.h.oster
2000-01-07nuke one call to rf_get_threadid() and cleanup rf_State_Cleanup a bit.oster
2000-01-07Nuke: #include "rf_threadid.h" and call to rf_get_threadid().oster
2000-01-07Nuke: #include "rf_threadid.h".oster
2000-01-07Nuke RF_DECLARE_GLOBAL_THREADID, rf_setup_threadid(), rf_shutdown_threadid(),oster
2000-01-07Nuke unused #define.oster
2000-01-07Shorten IO_BUF_ERR macro by one (unused) arg.oster
2000-01-06- bail if we can't allocate memory for raid_softc's. Set 'numraid' asoster
2000-01-05Make sure we really get something back from RF_Malloc before we use it.oster
2000-01-05- update RF_CREATE_THREAD to handle a 'process name' argument.oster
1999-12-15Nuke a bunch of debugging cruft. No functional changes.oster
1999-12-14Whoops! Neglected to initialize the buffer queues for anything otheroster
1999-12-12Rework how we do the 'wakeup' when an IO completes.oster
1999-12-12Rename rf_DoAccessKernel() to raidstart() and cleanup arguments.oster
1999-12-12Rototill the IO throttle code. Rename rf_DoAccessKernel() to raidstart()oster
1999-12-09Trust only the data disk if the mirror is not known to be up-to-date.oster
1999-12-07Nuke what's left of the DFSTRACE stuff.oster
1999-12-07More cleanup. DKUSAGE (what little was left of it) goes bye-bye.oster
1999-12-07Nuke the last few bits of RF_DEBUG_ATOMIC that should haveoster
1999-12-03We don't support RF_DAG_TEST_ACCESS.oster
1999-12-03Nuke some duplicate code.oster
1999-12-03Kernel memory is not to be wasted. If we're bailing out because of an error,oster
1999-12-03Move LIST_INIT() to a more appropriate place.oster