summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2002-08-02Bye-bye to the memchunk files.oster
2002-08-02rf_memchunk.c is no longer needed.oster
2002-08-02- remove "#include "rf_memchunk.h"oster
2002-08-02Nuke stuff dealing with the experimental memChunk code. It's unused, andoster
2002-08-02- remove memChunkEnable as an arg to InitHdrNodeoster
2002-08-02Unused code go bye-bye.oster
2002-07-24RAIDframe doesn't need to be so chatty on autoconfigure. Leave itoster
2002-07-24Don't print the value of protectedSectors all the time.oster
2002-07-21Rename bufq_init() to bufq_alloc().hannken
2002-07-20Convert to new device buffer queue interface.hannken
2002-07-14Oops... one more #include can disappear.oster
2002-07-14Nuke unneeded #include.oster
2002-07-14Remove incorrect comment.oster
2002-07-13Nuke a redundant wakeup().oster
2002-07-13Nuke a redundant check.oster
2002-07-13Most folks won't need the DAG printing and verification routines.oster
2002-07-13rf_ValidateDAG isn't something that we want to even consideroster
2002-07-13Minor cleanup.oster
2002-07-13rf_compute_workload_shift() is only used by the CHAINDECLUSTER stuff,oster
2002-07-13Nuke a redundant check that raidPtr->valid is true.oster
2002-07-13No need to unlock and then immediately relock a mutex.oster
2002-07-13 - don't be quite so chatty.oster
2002-07-13As suggested by MRG, if we have an autoconfig set for root, we shouldoster
2002-07-13Cleanup unneeded #includes.oster
2002-06-27Exclude the Atari/Milan floppy driver from being a RAID capable device.leo
2002-05-23Not so fast... Add a bit of comment to the previous change.leo
2002-05-23Treat the "hdfd" (Atari/Hades floppy) like all the other "fd"s. OK-ed byleo
2002-05-22bcopy -> memcpy. Reviewed by Greg Oster.wiz
2002-04-16Centralize the RAIDframe config definitions.thorpej
2002-03-08Pool deals fairly well with physical memory shortage, but it doesn'tthorpej
2002-03-04Correct misspellings of "failed".wiz
2002-01-19Bah.. Not sure how those ";"'s got missed :-(oster
2002-01-19Let's not bother building a number of infrequently used RAID types.oster
2002-01-19Only include some debugging printf's if DEBUG is defined.oster
2002-01-09We only need a single component buffer pool.thorpej
2002-01-09Move a bunch of debugging stuff to be only used if DEBUG is turned on.oster
2002-01-07Revert previous. Need to be more careful with what gets chopped out.oster
2002-01-07Some of this stuff is really just for debugging, so compile it only ifoster
2002-01-07#if 0 rf_SetReconfiguredMode() since it is unused now, but may beoster
2001-12-16Fix an off-by-one error when autoconfig is hunting for a free RAIDoster
2001-11-28use #ifdef RAID_AUTOCONFIG (for consistency with the rest of the kernel)lukem
2001-11-20Cleanup some whitespace that indent got wrong a long time ago.oster
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-10-06Backout a line that accidentally got included when the .h reorg went in.oster
2001-10-05More #if 0's bite the dust.oster
2001-10-05Nuke some #if 0 stuff.oster
2001-10-04Tidy up the #includes a bit. (coulda/shoulda done that with last commit.)oster
2001-10-04rf_options.h isn't needed here.oster
2001-10-04If rf_options.h needs to be include it, then include it. Don't rely onoster