summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_pq.c
AgeCommit message (Collapse)Author
2019-10-10fix the function pointer and callback mess:christos
- callback functions return 0 and their result is not checked; make them void. - there are two types of callbacks and they used to overload their parameters and the callback structure; separate them into "function" and "value" callbacks. - make the wait function signature consistent.
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2003-11-16infoFunc doesn't exist any more. Nuke commented out bits referingoster
to infoFunc.
2002-05-22bcopy -> memcpy. Reviewed by Greg Oster.wiz
2001-11-13add RCSIDslukem
2001-10-04Step 2 of the disentanglement. We now look to <dev/raidframe/*> foroster
the stuff that used to live in rf_types.h, rf_raidframe.h, rf_layout.h, rf_netbsd.h, rf_raid.h, rf_decluster,h, and a few other places. Believe it or not, when this is all done, things will be cleaner. No functional changes to RAIDframe.
2001-07-18bzero -> memsetthorpej
2001-06-19A bunch of these bits are only needed for the EVENODD stuff.oster
Shaves a little better than 1K off the size of an i386 kernel.
2000-01-07Nuke: #include "rf_threadid.h".oster
1999-08-15Print a error message instead of panicing in rf_RecoveryPQFunc().oster
1999-08-15Make these compile with RF_INCLUDE_RAID6.oster
1999-08-13rf_sys.h does not need to be #included in any of these files, and, actually,oster
is no longer needed at all.
1999-02-05Phase 2 of the RAIDframe cleanup. The source is now closer to KNFoster
and is much easier to read. No functionality changes.
1999-01-26RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver,oster
out-dated comments, and other unneeded stuff. This helps prepare for cleaning up the rest of the code, and adding new functionality. No functional changes to the kernel code in this commit.
1998-11-13RAIDframe, version 1.1, from the Parallel Data Laboratory atoster
Carnegie Mellon University. Full RAID implementation, including levels 0, 1, 4, 5, 6, parity logging, and a few other goodies. Ported to NetBSD by Greg Oster.