summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
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
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