From d7921cbd0ec1beed703dd2b35ce6236d09fa0f12 Mon Sep 17 00:00:00 2001 From: Peter Galbavy Date: Fri, 7 Jan 2000 14:50:24 +0000 Subject: sync with work by Greg Oster on NetBSD Please note: This update has *only* been tested on i386 with IDE disks. Could someone with a spare box please make sure all is OK with SCSI and maybe other arches ? sparc testing will follow locally. * remove rf_sys.h * many changes to make it more stable * some performance increases * All raid threads now get their own kernel process and the calling raidctl(8) program will show status progress through a meter. * In theory FFS_SOFTUPDATES and RAIDframe will now work together - NOT TESTED YET See http://www.cs.usask.ca/staff/oster/raid.html This updates include Greg's changes to Jan 4th 2000. TODO: * some odd behaviour when running raictl -c on an already config'ed raid set - problem founf, fix being done * progress meter is in raidctl(8) - seperate commit, but could do with sync'ing with OpenBSD ftp version --- sys/dev/raidframe/rf_dagdegwr.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev/raidframe/rf_dagdegwr.c') diff --git a/sys/dev/raidframe/rf_dagdegwr.c b/sys/dev/raidframe/rf_dagdegwr.c index 407e69cdac6..7e84a1512c2 100644 --- a/sys/dev/raidframe/rf_dagdegwr.c +++ b/sys/dev/raidframe/rf_dagdegwr.c @@ -1,5 +1,5 @@ -/* $OpenBSD: rf_dagdegwr.c,v 1.2 1999/02/16 00:02:29 niklas Exp $ */ -/* $NetBSD: rf_dagdegwr.c,v 1.3 1999/02/05 00:06:07 oster Exp $ */ +/* $OpenBSD: rf_dagdegwr.c,v 1.3 2000/01/07 14:50:20 peter Exp $ */ +/* $NetBSD: rf_dagdegwr.c,v 1.4 1999/08/13 03:41:53 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -44,7 +44,6 @@ #include "rf_memchunk.h" #include "rf_general.h" #include "rf_dagdegwr.h" -#include "rf_sys.h" /****************************************************************************** -- cgit v1.2.3