summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
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
2001-10-04Nuke a couple of unused extern variable declarations.oster
2001-10-04These have been completely replaced by raidframevar.h and raidframeio.h.oster
2001-10-04Setup installation mechanism for <dev/raidframe/raidframevar.h> andoster
2001-10-04Step 2 of the disentanglement. We now look to <dev/raidframe/*> foroster
2001-10-04Step 1 of the disentangling of RAIDframe's .h files:oster
2001-09-26RF_DEV2RAIDID isn't used anywhere anymore. Bye bye.oster
2001-09-26- rf_types.h doesn't really need to pull in rf_archs.hoster
2001-09-25Nuke an unused typedef.oster
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-01Disable all of the RF_ASSERT()s by default, enabling them if thethorpej
2001-07-27Nuke the 5 NULL parameters from rf_DoAccess(). Observe that 4 ofoster
2001-07-18bcmp -> memcmpthorpej
2001-07-18bzero -> memsetthorpej
2001-07-16If we're closing the last partition on a RAID set and the system isoster
2001-06-21We don't need to check for raidautoconfig here, so nuke it andoster
2001-06-20#if out a few more bits that arn't required if we are not doingoster
2001-06-19A bunch of these bits are only needed for the EVENODD stuff.oster
2001-06-14It's silly to need a parity rebuild after a reconstruction has completed.oster
2001-06-08#endif /* takes no argument */mrg
2001-04-05A value of 1 for tracks/cylinder in the disklabel is apparently sub-optimal.oster
2001-02-03include <sys/param.h> before <sys/ioctl.h>mrg
2001-01-27Un-'__P'ify.oster
2001-01-27Nuke some bogus debug code that was already '#if 0'ed out.oster
2001-01-27Cosmetic cleanup of some comments, and nuke an unused #define.oster
2001-01-27Having moved some of the bits needed by raidctl into rf_configure.c, weoster
2001-01-27More #if's. This needs some serious rototillage, but a few #if's willoster
2001-01-26My.. what a twisty little maze of #defines and dependencies. Some of thisoster
2001-01-26Nobody calls these bits if we arn't doing RAID5 with rotated spare stuff.oster
2001-01-26These bits are only needed for the interdecluster stuff.. wrap themoster
2001-01-26Whoops.. Leave them on.. (for now.)oster
2001-01-26Give the parity declustering code their own 'RAID arch' types, andoster
2001-01-26Lots of stuff here that is only used for some of the 'fancier' RAID types.oster
2001-01-26Clean up some INDENT warnings. (yes, these have been there for a while!)oster
2001-01-26Various parts of this file are only needed by the even/odd and PQoster
2001-01-26Don't build the stuff in this file if RF_INCLUDE_EVENODD is not defined.oster
2001-01-26Ensure we update the 'partitionSize' field of the component labelsoster
2001-01-08Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL whenfvdl
2001-01-07Adapt all disk devices in MI directories to handle ODIOC* callsfvdl
2000-12-15For the RF_ASSERT() and RF_PANIC() macros, call a function to do theoster