summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-24Nuke some ancient debugging code.oster
2002-09-24Cleanup the comment formatting a bit.oster
2002-09-23Nuke a couple of unneeded #defines.oster
2002-09-23lockTable is not needed for AddToWaitersQueue(). Thanks to Simon B.oster
2002-09-23Nuke a couple of unreached 'break's. Thanks (again) to Simon B.oster
2002-09-23The 'reconDesc' argument to rf_SignalQuiescenceLock() is a holdover fromoster
2002-09-23CheckCvscanState never prints the file and line number. Thanks to Simon B.oster
2002-09-23Nuke 'lockflag', a holdover from the simulation code. Thanks to Simon B.oster
2002-09-23rf_lkmgr_mutex_destroy is currently unused. Thanks to Simon B.oster
2002-09-23Hide more stuff inside RF_DEBUG_SHUTDOWN. Add a prototype foroster
2002-09-23Nuke "baddisk". Thanks to Simon B.oster
2002-09-23Another 'unblockNode' goes *poof*. Also nuke an instance of anoster
2002-09-23Clobber basically unused 'pda', and 'unblockNode' and 'wrUnBlock'.oster
2002-09-23struct proc *p was only assigned to. Thanks Simon B.oster
2002-09-23Make this build w/ DEBUG.oster
2002-09-23The declaration for rf_GetSpareTableFromDaemon might be supplied inoster
2002-09-23make it compile with DIAGNOSTICitojun
2002-09-23Don't need declarations for rf_copyback_in_progress andsimonb
2002-09-23Ooops.. should have included this 'row' with the last change.oster
2002-09-23'row' was defined and set, but never used. *poof* Thanks to Simon B.oster
2002-09-23Neither force nor retcode are used. *poof* Thanks to Simon B.oster
2002-09-23Remove unneeded variables and lame assignments. Thanks Simon B.!oster
2002-09-23bytesPerStripeUnit is set, but never used. Thanks to Simon B. for pointingoster
2002-09-23dataBytesPerStripe is set, but never used. *poof*oster
2002-09-22RAIDGETBUF and RAIDPUTBUF were #defines that were only used inoster
2002-09-22rf_flags wasn't being used. *poof*oster
2002-09-22A little housecleaning to nuke stuff that was unused.oster
2002-09-21Minor cleanup/reformatting.oster
2002-09-21#if 0 more stuff, per Krister's list. Thanks Krister!oster
2002-09-21#if 0 out one other function, and shuffle DEBUG code. Actuallyoster
2002-09-21rf_RegisterReconDoneProc() isn't needed.oster
2002-09-21rf_ReleaseBufferWaiter(s) were not being used! Thanks Krister!oster
2002-09-21rf_FreePhysDiskAddr is only needed by paritylogging.oster
2002-09-21rf_FreeAccessStripeMapComponent() goes too. Thanks Krister!oster
2002-09-21Nuke rf_AllocAccessStripeMapComponent(). Thanks Krister!oster
2002-09-21Garbage collect some old mountroothook stuff. Thanks Krister!oster
2002-09-21#if 0 an unused stub. Thanks Krister!oster
2002-09-21Protect more stuff that's only used by the declustering code.oster
2002-09-21rf_UnbootRaidframe isn't used. rf_print_assert_panic_message isoster
2002-09-21rf_MakePropListEntry isn't used anywhere, so nuke it. Thanks Krister!oster
2002-09-21Shuffle #ifdefs to include stuff only if we're doing parity loggingoster
2002-09-21Various "Fwd" versions of DAG creation functions arn't actually used anywhere!oster
2002-09-21rf_gcd, rf_free_2d_array, rf_make_1d_array, and rf_free_1d_array areoster
2002-09-21rf_CreateMirrorPartitionReadDAG is only used for chain declustering andoster
2002-09-21rf_CvscanConfigure() is a NOP. Nuke it. Thanks Krister!oster
2002-09-19Another couple of functions that arn't used unless one is debugging RAIDframe.oster
2002-09-19Introduce RF_DEBUG_MAP, and use it to ignore more rarely used code.oster
2002-09-19Introduce and use RF_DEBUG_PSS, and save a few more bytes.oster