History log of /netbsd/sys/dev/raidframe/rf_dagdegwr.h (Results 1 – 7 of 7)
Revision Date Author Comments
# 9272c734 10-Oct-2019 christos <christos@NetBSD.org>

fix the function pointer and callback mess:
- 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 parameter

fix the function pointer and callback mess:
- 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.

show more ...


# 2867b68b 14-May-2006 elad <elad@NetBSD.org>

integrate kauth.


# 4fafa4cc 26-Apr-2006 oster <oster@NetBSD.org>

un-bitrot some of this code (which is not included by default in kernels),
and make it build again. XXX: Paritylogging bits still won't build.


# ff6d7dd4 15-Aug-1999 oster <oster@NetBSD.org>

Cleanup a bit.


# 00145885 05-Feb-1999 oster <oster@NetBSD.org>

Phase 2 of the RAIDframe cleanup. The source is now closer to KNF
and is much easier to read. No functionality changes.


# 1eecf8e4 26-Jan-1999 oster <oster@NetBSD.org>

RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver,
out-dated comments, and other unneeded stuff. This helps prepare
for cleaning up the rest of the code, and adding new functiona

RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver,
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.

show more ...


# 38a3987b 13-Nov-1998 oster <oster@NetBSD.org>

RAIDframe, version 1.1, from the Parallel Data Laboratory at
Carnegie Mellon University. Full RAID implementation, including
levels 0, 1, 4, 5, 6, parity logging, and a few other goodies.
Ported to

RAIDframe, version 1.1, from the Parallel Data Laboratory at
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.

show more ...