summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2000-02-23Do a better job of (re)initializing the component labels afteroster
2000-02-23Make a note of autoconfigured components.oster
2000-02-23Correct a comment.oster
2000-02-22Note the fact that the first arg of raidinit() may be bogus inoster
2000-02-22Bounds-check the 'last unit' a little more closely.oster
2000-02-22Add a few comments, and an indicator of whether or not an autoconfig setoster
2000-02-22- implement additional component checking before autoconfigurationoster
2000-02-21Umm.. let's set 'numraid' to something useful before we try to use it.oster
2000-02-16Some of these function names are bad enough that no one else would probablyoster
2000-02-13Get recent changes into the tree:oster
2000-02-12Make this compile without warnings on alphas.oster
2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej
2000-01-15Fix typo + cleanup a bit.oster
2000-01-14Make more 80-column friendly. No functionality changes.oster
2000-01-14"fix" a serious problem with RF_AccTraceEntry_t tracerec stuff.oster
2000-01-14Add some debugging printfs.oster
2000-01-13If we can't malloc a RF_ShutdownList then we should return ENOMEM right away.oster
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