summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_driver.c
AgeCommit message (Expand)Author
2000-09-21convert tsleep()->ltsleep(), which makes the kernel complain lessoster
2000-06-04Merge rf_update_component_labels() and rf_final_update_component_labels().oster
2000-05-29Fix a couple of typos. (Thanks Wiz! :) )oster
2000-05-28Abort any parity re-writes before unconfiguring a RAID set.oster
2000-03-07Move rf_UnconfigureVnodes to rf_netbsdkintf.c where it will be more at home.oster
2000-02-29Oops.. Need to note the parity status when we unconfigure.oster
2000-02-25When we close autoconfigured components, we need to note that theyoster
2000-02-24Deal with unconfiguring components in the autoconfigure case.oster
2000-02-23Be more aggressive about updating component labels in the eventoster
2000-02-23- cleanup of more component label codeoster
2000-02-13Get recent changes into the tree:oster
2000-01-09Garbage collect unused code.oster
2000-01-09Nuke dependency on rf_diskthreads.hoster
2000-01-09Nuke dependencies on rf_cpuutils.h.oster
2000-01-09- move a bunch of function prototypes to rf_kintf.hoster
2000-01-09Nuke desc->tid.oster
2000-01-08- nuke calls to rf_get_threadid() and associated #includeoster
2000-01-07Nuke RF_DECLARE_GLOBAL_THREADID, rf_setup_threadid(), rf_shutdown_threadid(),oster
2000-01-07Shorten IO_BUF_ERR macro by one (unused) arg.oster
1999-12-07Nuke what's left of the DFSTRACE stuff.oster
1999-12-07More cleanup. DKUSAGE (what little was left of it) goes bye-bye.oster
1999-12-07Nuke the last few bits of RF_DEBUG_ATOMIC that should haveoster
1999-12-03Nuke some duplicate code.oster
1999-08-14Remove a 'struct proc *'-passing abomination that's been bugging meoster
1999-08-13rf_sys.h does not need to be #included in any of these files, and, actually,oster
1999-08-13Nuke configuration of ETimer stuff during main configuration.oster
1999-07-19rf_UnconfigureVnodes() needs to be called in the DO_RAID_FAIL macro.oster
1999-03-14Disallow interrupting parity re-writes or copybacks by removing PCATCHoster
1999-03-09Move rf_update_component_labels() from here to rf_netbsdkintf.c.oster
1999-03-02Update for recent changes including component label support, cleanoster
1999-02-27After a vn_close(), set the vnode * to NULL so we don't try closing itoster
1999-02-23Move vnode cleanup code into one place. Cleanup a bit.oster
1999-02-05Phase 2 of the RAIDframe cleanup. The source is now closer to KNFoster
1999-01-26Nuke more bits of RAIDframe "demo" code. We're not "demoing" here,oster
1999-01-26RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver,oster
1999-01-15Make it so raidframe will only perform synchronous writes, and asyncexplorer
1998-11-13fix callback typedrochner
1998-11-13RAIDframe, version 1.1, from the Parallel Data Laboratory atoster