summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2000-04-17Revert last change (the last change was not necessarily desirable, andoster
2000-04-16Don't allow configuration where the specified SectPerSU may result in IO largeroster
2000-03-31Minor cleanup of unneeded verbosity.oster
2000-03-31Print out the 'root' status of a RAID set during autoconfiguration.oster
2000-03-30Nuke 'register' from some function prototypes.oster
2000-03-30Remove register declarations.augustss
2000-03-27cleanup function prototypes.oster
2000-03-27Shuffle some prototypes to a more appropriate location.oster
2000-03-26Add bits for eventual support of deleteing components and movingoster
2000-03-25Nuke a function prototype that shouldn't be here.oster
2000-03-22Fix up some autoconfigure messages. In particular, don't try printingoster
2000-03-20Just return "100% done" when asked about reconstruction progress onoster
2000-03-13Fix doubled 'the's in comments.soren
2000-03-07Cleanup a couple of function declarations. No functional changes.oster
2000-03-07Create a new rf_close_component() to handle vnode operations for closingoster
2000-03-07Move rf_UnconfigureVnodes to rf_netbsdkintf.c where it will be more at home.oster
2000-03-07rf_ protect the component label print routine, and make it more easilyoster
2000-03-07Nuke unused code.oster
2000-03-04Umm... don't allow attempts to configure the same RAID device multiple times.oster
2000-03-04Reorganize some comments.oster
2000-03-04Garbage collect the (already disabled) "random" queue type.oster
2000-03-04Nuke an unneeded #define.oster
2000-03-03Use the common disk allocation code, rather doing things the old way.oster
2000-03-03Minor formatting cleanup.oster
2000-03-03More minor cleanup.oster
2000-03-03Minor cleanup. No functional changes.oster
2000-02-29Oops.. Need to note the parity status when we unconfigure.oster
2000-02-27Nuke some debugging output that got left in by mistake.oster
2000-02-27Only mark the components as CLEAN if it's the last thing we're doing.oster
2000-02-26Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns onoster
2000-02-25Minor cleanups. Remove extra debugging printouts.oster
2000-02-25- ignore the mod_counter when checking to see if a component fits with theoster
2000-02-25- ignore components whose mod_counter values are too low.oster
2000-02-25When we close autoconfigured components, we need to note that theyoster
2000-02-25- cleanup raidinit()oster
2000-02-25Be *slightly* more consistent about the use of num and numraid in raidattach().oster
2000-02-25Fix a (slightly) bogus status message.oster
2000-02-24Deal with unconfiguring components in the autoconfigure case.oster
2000-02-24Oops... Missed commmitting this last night. Thanks to Matthias Scheleroster
2000-02-24Make sure we close auto-configured components appropriately whenoster
2000-02-24Garbage collect some unused stuff. Include rf_kintf.h for aoster
2000-02-24- record the pointer to the DiskQueueSW so we can use that whenoster
2000-02-24Now that we have the information available, use the general maxOutstandingoster
2000-02-24- mod_counter needs to get incremented more often.oster
2000-02-24- make sure we note the parity status in the autoconfig case.oster
2000-02-23Be more aggressive about updating component labels in the eventoster
2000-02-23blockSize for the component label is already set correctly here.oster
2000-02-23- cleanup of more component label codeoster
2000-02-23Do a better job of (re)initializing the component labels afteroster
2000-02-23Make a note of autoconfigured components.oster