History log of /netbsd-src/sys/dev/raidframe/rf_disks.c (Results 51 – 75 of 95)
Revision Date Author Comments
# 2a11316b 21-Oct-2003 fvdl <fvdl@NetBSD.org>

Correct NULL abuse.


# d5aece61 29-Jun-2003 fvdl <fvdl@NetBSD.org>

Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.


# 960df3c8 28-Jun-2003 darrenr <darrenr@NetBSD.org>

Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records. The general change has been to replace
"struct proc *" with "struct lwp *" in various fu

Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records. The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V

show more ...


# 351bc1e1 13-Apr-2003 oster <oster@NetBSD.org>

Remember to close the component if we decide it's not suitable for use
as a hot spare. Closes PR#20989 by David Brownlee.


# bd99e342 21-Mar-2003 dsl <dsl@NetBSD.org>

Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL
and VOP_ADVLOCK, delete casts from callers (and some to copyin/out).


# 08933e59 22-Oct-2002 oster <oster@NetBSD.org>

Better protect hot-spare adding, and make it LOCKDEBUG friendly.


# b0da9838 23-Sep-2002 oster <oster@NetBSD.org>

Neither force nor retcode are used. *poof* Thanks to Simon B.


# 25656462 15-Nov-2001 lukem <lukem@NetBSD.org>

don't need <sys/types.h> when including <sys/param.h>


# a3746e00 13-Nov-2001 lukem <lukem@NetBSD.org>

add RCSIDs


# 035a63f6 05-Oct-2001 oster <oster@NetBSD.org>

More #if 0's bite the dust.


# 765e00d3 04-Oct-2001 oster <oster@NetBSD.org>

Step 2 of the disentanglement. We now look to <dev/raidframe/*> for
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 pl

Step 2 of the disentanglement. We now look to <dev/raidframe/*> for
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.

show more ...


# 7a8eea35 05-Dec-2000 oster <oster@NetBSD.org>

Fix a couple of warnings about uninitialized variables. Thanks go to
Frank van der Linden for pointing these out.


# 014e17fb 21-Sep-2000 oster <oster@NetBSD.org>

Correct a few calls to VOP_CLOSE().


# 3fa62c46 08-Sep-2000 oster <oster@NetBSD.org>

Make sure we are passing a locked vp to VOP_CLOSE.


# 66e6338a 02-Jun-2000 oster <oster@NetBSD.org>

Use 'componentN' rather than leaving blanks for non-existant disks
in the 'raidctl -s' output.


# c1110052 29-May-2000 oster <oster@NetBSD.org>

Don't let the autodetection code get tripped up by negative mod-counters.


# 39a66712 28-May-2000 oster <oster@NetBSD.org>

In the event that an up-to-date component cannot be located for a specific
position, see if there is a failed component still hanging around that
we can use instead (but still mark it as failed). Th

In the event that an up-to-date component cannot be located for a specific
position, see if there is a failed component still hanging around that
we can use instead (but still mark it as failed). This leads to more
reasonable behaviour (and fewer surprises!) when autoconfiguring and
failed (or previously failed) components are still on the system.

show more ...


# f329fb84 28-May-2000 oster <oster@NetBSD.org>

We need to be slightly more clever during auto-configuration, to make
sure that we a) don't ignore components with correct mod-counters, and
b) do ignore components with bogus mod-counters.


# cf0b47bd 31-Mar-2000 oster <oster@NetBSD.org>

Minor cleanup of unneeded verbosity.


# d0c76be7 27-Mar-2000 oster <oster@NetBSD.org>

cleanup function prototypes.


# 2ee63332 26-Mar-2000 oster <oster@NetBSD.org>

Add bits for eventual support of deleteing components and moving
hot-spares into the main set.


# d9da26f9 25-Mar-2000 oster <oster@NetBSD.org>

Nuke a function prototype that shouldn't be here.


# ddebc1ca 07-Mar-2000 oster <oster@NetBSD.org>

Move rf_UnconfigureVnodes to rf_netbsdkintf.c where it will be more at home.
Add prototype to rf_kintf.h, and nuke old prototypes from rf_disks.c and
rf_driver.c .


# 88a8d06a 03-Mar-2000 oster <oster@NetBSD.org>

Use the common disk allocation code, rather doing things the old way.


# 142175b1 03-Mar-2000 oster <oster@NetBSD.org>

Minor formatting cleanup.


1234