add RCSIDs

This commit is contained in:
lukem 2001-11-13 07:11:12 +00:00
parent cb1dc621e6
commit a3746e00b7
76 changed files with 308 additions and 80 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: dhu.c,v 1.24 2001/05/26 21:24:38 ragge Exp $ */
/* $NetBSD: dhu.c,v 1.25 2001/11/13 07:11:23 lukem Exp $ */
/*
* Copyright (c) 1996 Ken C. Wellsch. All rights reserved.
* Copyright (c) 1992, 1993
@ -36,6 +36,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dhu.c,v 1.25 2001/11/13 07:11:23 lukem Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ioctl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dl.c,v 1.18 2001/05/26 21:24:38 ragge Exp $ */
/* $NetBSD: dl.c,v 1.19 2001/11/13 07:11:23 lukem Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -80,6 +80,9 @@
* OS-interface code derived from the dz and dca (hp300) drivers.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dl.c,v 1.19 2001/11/13 07:11:23 lukem Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ioctl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dz.c,v 1.28 2001/05/02 10:32:10 scw Exp $ */
/* $NetBSD: dz.c,v 1.29 2001/11/13 07:11:23 lukem Exp $ */
/*
* Copyright (c) 1996 Ken C. Wellsch. All rights reserved.
* Copyright (c) 1992, 1993
@ -36,6 +36,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dz.c,v 1.29 2001/11/13 07:11:23 lukem Exp $");
#include "opt_ddb.h"
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dz_uba.c,v 1.12 2000/06/05 00:09:18 matt Exp $ */
/* $NetBSD: dz_uba.c,v 1.13 2001/11/13 07:11:24 lukem Exp $ */
/*
* Copyright (c) 1998 Ludd, University of Lule}, Sweden. All rights reserved.
* Copyright (c) 1996 Ken C. Wellsch. All rights reserved.
@ -30,6 +30,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dz_uba.c,v 1.13 2001/11/13 07:11:24 lukem Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ioctl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_de.c,v 1.10 2001/05/06 15:27:48 ragge Exp $ */
/* $NetBSD: if_de.c,v 1.11 2001/11/13 07:11:24 lukem Exp $ */
/*
* Copyright (c) 1982, 1986, 1989 Regents of the University of California.
@ -49,6 +49,9 @@
* timeout routine (get statistics)
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.11 2001/11/13 07:11:24 lukem Exp $");
#include "opt_inet.h"
#include "bpfilter.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_dmc.c,v 1.1 2001/05/06 17:36:04 ragge Exp $ */
/* $NetBSD: if_dmc.c,v 1.2 2001/11/13 07:11:24 lukem Exp $ */
/*
* Copyright (c) 1982, 1986 Regents of the University of California.
* All rights reserved.
@ -44,6 +44,9 @@
* New York University
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_dmc.c,v 1.2 2001/11/13 07:11:24 lukem Exp $");
#undef DMCDEBUG /* for base table dump on fatal error */
#include "opt_inet.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_il.c,v 1.1 2001/05/06 15:30:46 ragge Exp $ */
/* $NetBSD: if_il.c,v 1.2 2001/11/13 07:11:24 lukem Exp $ */
/*
* Copyright (c) 1982, 1986 Regents of the University of California.
* All rights reserved.
@ -37,6 +37,10 @@
/*
* Interlan Ethernet Communications Controller interface
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_il.c,v 1.2 2001/11/13 07:11:24 lukem Exp $");
#include "opt_inet.h"
#include "opt_ns.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_qe.c,v 1.48 2001/04/26 20:05:46 ragge Exp $ */
/* $NetBSD: if_qe.c,v 1.49 2001/11/13 07:11:24 lukem Exp $ */
/*
* Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved.
*
@ -37,6 +37,9 @@
* Collect statistics.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_qe.c,v 1.49 2001/11/13 07:11:24 lukem Exp $");
#include "opt_inet.h"
#include "bpfilter.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_uba.c,v 1.21 2001/08/16 14:56:30 ragge Exp $ */
/* $NetBSD: if_uba.c,v 1.22 2001/11/13 07:11:24 lukem Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -35,6 +35,8 @@
* @(#)if_uba.c 7.16 (Berkeley) 12/16/90
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_uba.c,v 1.22 2001/11/13 07:11:24 lukem Exp $");
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: qd.c,v 1.22 2001/05/02 10:32:11 scw Exp $ */
/* $NetBSD: qd.c,v 1.23 2001/11/13 07:11:24 lukem Exp $ */
/*-
* Copyright (c) 1988 Regents of the University of California.
@ -61,6 +61,9 @@
* qd.c - QDSS display driver for VAXSTATION-II GPX workstation
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: qd.c,v 1.23 2001/11/13 07:11:24 lukem Exp $");
#include "opt_ddb.h"
#include "qd.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: qfont.c,v 1.4 1999/06/20 17:58:57 ragge Exp $ */
/* $NetBSD: qfont.c,v 1.5 2001/11/13 07:11:25 lukem Exp $ */
/*-
* Copyright (c) 1982, 1986
* The Regents of the University of California. All rights reserved.
@ -77,6 +77,9 @@
* function keys.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: qfont.c,v 1.5 2001/11/13 07:11:25 lukem Exp $");
unsigned short q_key[]={
0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 /* 0 */
,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 /* 8 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: rl.c,v 1.9 2001/06/19 13:42:18 wiz Exp $ */
/* $NetBSD: rl.c,v 1.10 2001/11/13 07:11:25 lukem Exp $ */
/*
* Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved.
@ -42,6 +42,9 @@
*
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rl.c,v 1.10 2001/11/13 07:11:25 lukem Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ts.c,v 1.2 2001/05/13 15:32:40 ragge Exp $ */
/* $NetBSD: ts.c,v 1.3 2001/11/13 07:11:25 lukem Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@ -69,6 +69,9 @@
* should be TS11 compatible (untested)
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ts.c,v 1.3 2001/11/13 07:11:25 lukem Exp $");
#undef TSDEBUG
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: uba.c,v 1.57 2001/04/26 19:16:07 ragge Exp $ */
/* $NetBSD: uba.c,v 1.58 2001/11/13 07:11:25 lukem Exp $ */
/*
* Copyright (c) 1996 Jonathan Stone.
* Copyright (c) 1994, 1996 Ludd, University of Lule}, Sweden.
@ -37,6 +37,9 @@
* @(#)autoconf.c 7.20 (Berkeley) 5/9/91
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uba.c,v 1.58 2001/11/13 07:11:25 lukem Exp $");
#include <sys/param.h>
#include <sys/types.h>
#include <sys/time.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: uda.c,v 1.41 2001/06/10 18:41:27 ragge Exp $ */
/* $NetBSD: uda.c,v 1.42 2001/11/13 07:11:25 lukem Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
* Copyright (c) 1988 Regents of the University of California.
@ -42,6 +42,9 @@
* UDA50 disk device driver
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uda.c,v 1.42 2001/11/13 07:11:25 lukem Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_acctrace.c,v 1.6 2001/10/05 15:41:23 oster Exp $ */
/* $NetBSD: rf_acctrace.c,v 1.7 2001/11/13 07:11:12 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -33,6 +33,9 @@
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_acctrace.c,v 1.7 2001/11/13 07:11:12 lukem Exp $");
#include <sys/stat.h>
#include <sys/types.h>
#include <dev/raidframe/raidframevar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_alloclist.c,v 1.7 2001/10/04 17:39:18 oster Exp $ */
/* $NetBSD: rf_alloclist.c,v 1.8 2001/11/13 07:11:12 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -36,6 +36,9 @@
*
***************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_alloclist.c,v 1.8 2001/11/13 07:11:12 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_options.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_aselect.c,v 1.4 2001/10/04 15:58:51 oster Exp $ */
/* $NetBSD: rf_aselect.c,v 1.5 2001/11/13 07:11:12 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_aselect.c,v 1.5 2001/11/13 07:11:12 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_archs.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_callback.c,v 1.5 2001/10/04 15:58:51 oster Exp $ */
/* $NetBSD: rf_callback.c,v 1.6 2001/11/13 07:11:12 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -33,6 +33,9 @@
****************************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_callback.c,v 1.6 2001/11/13 07:11:12 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_archs.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_chaindecluster.c,v 1.7 2001/10/04 15:58:51 oster Exp $ */
/* $NetBSD: rf_chaindecluster.c,v 1.8 2001/11/13 07:11:12 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_chaindecluster.c,v 1.8 2001/11/13 07:11:12 lukem Exp $");
#include "rf_archs.h"
#if (RF_INCLUDE_CHAINDECLUSTER > 0)

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_copyback.c,v 1.17 2001/10/05 15:41:23 oster Exp $ */
/* $NetBSD: rf_copyback.c,v 1.18 2001/11/13 07:11:12 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -37,6 +37,9 @@
*
****************************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_copyback.c,v 1.18 2001/11/13 07:11:12 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include <sys/time.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_cvscan.c,v 1.7 2001/10/04 15:58:51 oster Exp $ */
/* $NetBSD: rf_cvscan.c,v 1.8 2001/11/13 07:11:12 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -34,6 +34,9 @@
*
******************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_cvscan.c,v 1.8 2001/11/13 07:11:12 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_alloclist.h"
#include "rf_stripelocks.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_dagdegrd.c,v 1.9 2001/10/04 15:58:51 oster Exp $ */
/* $NetBSD: rf_dagdegrd.c,v 1.10 2001/11/13 07:11:12 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
* code for creating degraded read DAGs
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_dagdegrd.c,v 1.10 2001/11/13 07:11:12 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_archs.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_dagdegwr.c,v 1.8 2001/10/04 15:58:52 oster Exp $ */
/* $NetBSD: rf_dagdegwr.c,v 1.9 2001/11/13 07:11:13 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -33,6 +33,9 @@
*
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_dagdegwr.c,v 1.9 2001/11/13 07:11:13 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_raid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_dagffrd.c,v 1.5 2001/10/04 15:58:52 oster Exp $ */
/* $NetBSD: rf_dagffrd.c,v 1.6 2001/11/13 07:11:13 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -33,6 +33,9 @@
*
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_dagffrd.c,v 1.6 2001/11/13 07:11:13 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_raid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_dagffwr.c,v 1.6 2001/10/04 15:58:52 oster Exp $ */
/* $NetBSD: rf_dagffwr.c,v 1.7 2001/11/13 07:11:13 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -33,6 +33,9 @@
*
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_dagffwr.c,v 1.7 2001/11/13 07:11:13 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_raid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_dagfuncs.c,v 1.7 2001/02/03 12:51:10 mrg Exp $ */
/* $NetBSD: rf_dagfuncs.c,v 1.8 2001/11/13 07:11:13 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -47,6 +47,9 @@
* to check to find out whether or not the acquire was suppressed.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_dagfuncs.c,v 1.8 2001/11/13 07:11:13 lukem Exp $");
#include <sys/param.h>
#include <sys/ioctl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_dagutils.c,v 1.8 2001/10/04 15:58:52 oster Exp $ */
/* $NetBSD: rf_dagutils.c,v 1.9 2001/11/13 07:11:13 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_dagutils.c,v 1.9 2001/11/13 07:11:13 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_archs.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_debugMem.c,v 1.8 2001/10/04 15:58:52 oster Exp $ */
/* $NetBSD: rf_debugMem.c,v 1.9 2001/11/13 07:11:13 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -36,6 +36,9 @@
* and to the allocation list stuff.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_debugMem.c,v 1.9 2001/11/13 07:11:13 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_threadstuff.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_debugprint.c,v 1.4 2001/10/04 15:58:52 oster Exp $ */
/* $NetBSD: rf_debugprint.c,v 1.5 2001/11/13 07:11:13 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -33,6 +33,9 @@
* printfs, and to capture only the printf's immediately preceding a failure.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_debugprint.c,v 1.5 2001/11/13 07:11:13 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_threadstuff.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_decluster.c,v 1.7 2001/10/04 15:58:52 oster Exp $ */
/* $NetBSD: rf_decluster.c,v 1.8 2001/11/13 07:11:13 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -47,6 +47,9 @@
*
*--------------------------------------------------------------------*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_decluster.c,v 1.8 2001/11/13 07:11:13 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_archs.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_declusterPQ.c,v 1.6 2001/10/04 15:58:52 oster Exp $ */
/* $NetBSD: rf_declusterPQ.c,v 1.7 2001/11/13 07:11:13 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -34,6 +34,9 @@
*
*--------------------------------------------------*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_declusterPQ.c,v 1.7 2001/11/13 07:11:13 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_archs.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_diskqueue.c,v 1.14 2001/10/04 15:58:53 oster Exp $ */
/* $NetBSD: rf_diskqueue.c,v 1.15 2001/11/13 07:11:13 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -65,6 +65,9 @@
*
****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_diskqueue.c,v 1.15 2001/11/13 07:11:13 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_threadstuff.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_disks.c,v 1.36 2001/10/05 15:41:23 oster Exp $ */
/* $NetBSD: rf_disks.c,v 1.37 2001/11/13 07:11:13 lukem Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
@ -66,6 +66,9 @@
* rf_disks.c -- code to perform operations on the actual disks
***************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_disks.c,v 1.37 2001/11/13 07:11:13 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_raid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_driver.c,v 1.43 2001/10/04 17:31:01 oster Exp $ */
/* $NetBSD: rf_driver.c,v 1.44 2001/11/13 07:11:13 lukem Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
@ -72,6 +72,9 @@
******************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_driver.c,v 1.44 2001/11/13 07:11:13 lukem Exp $");
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_engine.c,v 1.11 2001/09/16 16:34:38 wiz Exp $ */
/* $NetBSD: rf_engine.c,v 1.12 2001/11/13 07:11:14 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -54,6 +54,9 @@
* *
****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_engine.c,v 1.12 2001/11/13 07:11:14 lukem Exp $");
#include "rf_threadstuff.h"
#include <sys/errno.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_evenodd.c,v 1.6 2001/10/04 15:58:53 oster Exp $ */
/* $NetBSD: rf_evenodd.c,v 1.7 2001/11/13 07:11:14 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
****************************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_evenodd.c,v 1.7 2001/11/13 07:11:14 lukem Exp $");
#include "rf_archs.h"
#if RF_INCLUDE_EVENODD > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_evenodd_dagfuncs.c,v 1.10 2001/10/04 15:58:53 oster Exp $ */
/* $NetBSD: rf_evenodd_dagfuncs.c,v 1.11 2001/11/13 07:11:14 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -30,6 +30,9 @@
* Code for RAID-EVENODD architecture.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_evenodd_dagfuncs.c,v 1.11 2001/11/13 07:11:14 lukem Exp $");
#include "rf_archs.h"
#if RF_INCLUDE_EVENODD > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_evenodd_dags.c,v 1.3 2001/10/04 15:58:53 oster Exp $ */
/* $NetBSD: rf_evenodd_dags.c,v 1.4 2001/11/13 07:11:14 lukem Exp $ */
/*
* rf_evenodd_dags.c
*/
@ -29,6 +29,9 @@
* rights to redistribute these changes.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_evenodd_dags.c,v 1.4 2001/11/13 07:11:14 lukem Exp $");
#include "rf_archs.h"
#if RF_INCLUDE_EVENODD > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_fifo.c,v 1.6 2001/10/04 15:58:53 oster Exp $ */
/* $NetBSD: rf_fifo.c,v 1.7 2001/11/13 07:11:14 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -35,6 +35,9 @@
*
***************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_fifo.c,v 1.7 2001/11/13 07:11:14 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_alloclist.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_geniq.c,v 1.3 1999/02/05 00:06:12 oster Exp $ */
/* $NetBSD: rf_geniq.c,v 1.4 2001/11/13 07:11:14 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -31,6 +31,9 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_geniq.c,v 1.4 2001/11/13 07:11:14 lukem Exp $");
#define RF_UTILITY 1
#include "rf_pqdeg.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_interdecluster.c,v 1.6 2001/10/04 15:58:54 oster Exp $ */
/* $NetBSD: rf_interdecluster.c,v 1.7 2001/11/13 07:11:14 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_interdecluster.c,v 1.7 2001/11/13 07:11:14 lukem Exp $");
#include "rf_archs.h"
#if RF_INCLUDE_INTERDECLUSTER > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_invertq.c,v 1.3 1999/02/05 00:06:12 oster Exp $ */
/* $NetBSD: rf_invertq.c,v 1.4 2001/11/13 07:11:14 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -26,6 +26,9 @@
* rights to redistribute these changes.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_invertq.c,v 1.4 2001/11/13 07:11:14 lukem Exp $");
#include "rf_archs.h"
#include "rf_pqdeg.h"
#include "rf_invertq.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_layout.c,v 1.10 2001/10/04 15:58:54 oster Exp $ */
/* $NetBSD: rf_layout.c,v 1.11 2001/11/13 07:11:14 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -29,6 +29,9 @@
/* rf_layout.c -- driver code dealing with layout and mapping issues
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_layout.c,v 1.11 2001/11/13 07:11:14 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_archs.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_map.c,v 1.8 2001/10/05 15:41:23 oster Exp $ */
/* $NetBSD: rf_map.c,v 1.9 2001/11/13 07:11:14 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
**************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_map.c,v 1.9 2001/11/13 07:11:14 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_threadstuff.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_mcpair.c,v 1.6 2001/10/04 15:58:54 oster Exp $ */
/* $NetBSD: rf_mcpair.c,v 1.7 2001/11/13 07:11:14 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -31,6 +31,9 @@
* it's used to block the current thread until some event occurs.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_mcpair.c,v 1.7 2001/11/13 07:11:14 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_archs.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_memchunk.c,v 1.6 2001/10/04 15:58:54 oster Exp $ */
/* $NetBSD: rf_memchunk.c,v 1.7 2001/11/13 07:11:14 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -58,6 +58,9 @@
*
********************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_memchunk.c,v 1.7 2001/11/13 07:11:14 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_threadstuff.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_netbsdkintf.c,v 1.111 2001/10/06 00:47:46 oster Exp $ */
/* $NetBSD: rf_netbsdkintf.c,v 1.112 2001/11/13 07:11:14 lukem Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
* All rights reserved.
@ -113,6 +113,9 @@
*
***********************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.112 2001/11/13 07:11:14 lukem Exp $");
#include <sys/errno.h>
#include <sys/param.h>
#include <sys/pool.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_nwayxor.c,v 1.4 2000/03/30 12:45:41 augustss Exp $ */
/* $NetBSD: rf_nwayxor.c,v 1.5 2001/11/13 07:11:15 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -35,6 +35,9 @@
*
************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_nwayxor.c,v 1.5 2001/11/13 07:11:15 lukem Exp $");
#include "rf_nwayxor.h"
#include "rf_shutdown.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_options.c,v 1.4 2001/10/04 15:58:54 oster Exp $ */
/* $NetBSD: rf_options.c,v 1.5 2001/11/13 07:11:15 lukem Exp $ */
/*
* rf_options.c
*/
@ -29,6 +29,9 @@
* rights to redistribute these changes.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_options.c,v 1.5 2001/11/13 07:11:15 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_threadstuff.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_paritylog.c,v 1.6 2001/10/04 15:58:54 oster Exp $ */
/* $NetBSD: rf_paritylog.c,v 1.7 2001/11/13 07:11:15 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -30,6 +30,9 @@
*
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_paritylog.c,v 1.7 2001/11/13 07:11:15 lukem Exp $");
#include "rf_archs.h"
#if RF_INCLUDE_PARITYLOGGING > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_paritylogDiskMgr.c,v 1.12 2001/10/04 15:58:55 oster Exp $ */
/* $NetBSD: rf_paritylogDiskMgr.c,v 1.13 2001/11/13 07:11:15 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -29,6 +29,9 @@
*
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_paritylogDiskMgr.c,v 1.13 2001/11/13 07:11:15 lukem Exp $");
#include "rf_archs.h"
#if RF_INCLUDE_PARITYLOGGING > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_paritylogging.c,v 1.11 2001/10/04 15:58:55 oster Exp $ */
/* $NetBSD: rf_paritylogging.c,v 1.12 2001/11/13 07:11:15 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -31,6 +31,9 @@
parity logging configuration, dag selection, and mapping is implemented here
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_paritylogging.c,v 1.12 2001/11/13 07:11:15 lukem Exp $");
#include "rf_archs.h"
#if RF_INCLUDE_PARITYLOGGING > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_parityloggingdags.c,v 1.6 2001/10/04 15:58:55 oster Exp $ */
/* $NetBSD: rf_parityloggingdags.c,v 1.7 2001/11/13 07:11:15 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -26,14 +26,17 @@
* rights to redistribute these changes.
*/
#include "rf_archs.h"
#if RF_INCLUDE_PARITYLOGGING > 0
/*
DAGs specific to parity logging are created here
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_parityloggingdags.c,v 1.7 2001/11/13 07:11:15 lukem Exp $");
#include "rf_archs.h"
#if RF_INCLUDE_PARITYLOGGING > 0
#include <dev/raidframe/raidframevar.h>
#include "rf_raid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_parityscan.c,v 1.11 2001/10/04 15:58:55 oster Exp $ */
/* $NetBSD: rf_parityscan.c,v 1.12 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_parityscan.c,v 1.12 2001/11/13 07:11:16 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_raid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_pq.c,v 1.10 2001/10/04 15:58:55 oster Exp $ */
/* $NetBSD: rf_pq.c,v 1.11 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -30,6 +30,9 @@
* Code for RAID level 6 (P + Q) disk array architecture.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_pq.c,v 1.11 2001/11/13 07:11:16 lukem Exp $");
#include "rf_archs.h"
#if (RF_INCLUDE_DECL_PQ > 0) || (RF_INCLUDE_RAID6 > 0) || (RF_INCLUDE_EVENODD > 0)

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_pqdeg.c,v 1.6 2001/10/04 15:58:55 oster Exp $ */
/* $NetBSD: rf_pqdeg.c,v 1.7 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -26,6 +26,9 @@
* rights to redistribute these changes.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_pqdeg.c,v 1.7 2001/11/13 07:11:16 lukem Exp $");
#include "rf_archs.h"
#if (RF_INCLUDE_DECL_PQ > 0) || (RF_INCLUDE_RAID6 > 0)

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_pqdegdags.c,v 1.7 2001/10/04 15:58:55 oster Exp $ */
/* $NetBSD: rf_pqdegdags.c,v 1.8 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_pqdegdags.c,v 1.8 2001/11/13 07:11:16 lukem Exp $");
#include "rf_archs.h"
#if (RF_INCLUDE_DECL_PQ > 0) || (RF_INCLUDE_RAID6 > 0)

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_psstatus.c,v 1.7 2001/10/04 15:58:55 oster Exp $ */
/* $NetBSD: rf_psstatus.c,v 1.8 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -36,6 +36,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_psstatus.c,v 1.8 2001/11/13 07:11:16 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_raid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_raid0.c,v 1.5 2001/10/04 15:58:55 oster Exp $ */
/* $NetBSD: rf_raid0.c,v 1.6 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
***************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_raid0.c,v 1.6 2001/11/13 07:11:16 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_raid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_raid1.c,v 1.7 2001/07/18 06:46:46 thorpej Exp $ */
/* $NetBSD: rf_raid1.c,v 1.8 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_raid1.c,v 1.8 2001/11/13 07:11:16 lukem Exp $");
#include "rf_raid.h"
#include "rf_raid1.h"
#include "rf_dag.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_raid4.c,v 1.4 2000/01/07 03:41:02 oster Exp $ */
/* $NetBSD: rf_raid4.c,v 1.5 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
***************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_raid4.c,v 1.5 2001/11/13 07:11:16 lukem Exp $");
#include "rf_raid.h"
#include "rf_dag.h"
#include "rf_dagutils.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_raid5.c,v 1.5 2001/10/04 15:58:55 oster Exp $ */
/* $NetBSD: rf_raid5.c,v 1.6 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_raid5.c,v 1.6 2001/11/13 07:11:16 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_raid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_raid5_rotatedspare.c,v 1.5 2001/01/26 05:16:58 oster Exp $ */
/* $NetBSD: rf_raid5_rotatedspare.c,v 1.6 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
**************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_raid5_rotatedspare.c,v 1.6 2001/11/13 07:11:16 lukem Exp $");
#include "rf_archs.h"
#if RF_INCLUDE_RAID5_RS > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_reconbuffer.c,v 1.5 2001/01/27 20:10:49 oster Exp $ */
/* $NetBSD: rf_reconbuffer.c,v 1.6 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
***************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_reconbuffer.c,v 1.6 2001/11/13 07:11:16 lukem Exp $");
#include "rf_raid.h"
#include "rf_reconbuffer.h"
#include "rf_acctrace.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_reconmap.c,v 1.7 2001/07/18 06:45:34 thorpej Exp $ */
/* $NetBSD: rf_reconmap.c,v 1.8 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -33,6 +33,9 @@
*
*************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_reconmap.c,v 1.8 2001/11/13 07:11:16 lukem Exp $");
#include "rf_raid.h"
#include <sys/time.h>
#include "rf_general.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_reconstruct.c,v 1.30 2001/10/04 15:58:55 oster Exp $ */
/* $NetBSD: rf_reconstruct.c,v 1.31 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,9 @@
*
************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_reconstruct.c,v 1.31 2001/11/13 07:11:16 lukem Exp $");
#include <sys/time.h>
#include <sys/buf.h>
#include <sys/errno.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_reconutil.c,v 1.4 2001/10/04 15:58:56 oster Exp $ */
/* $NetBSD: rf_reconutil.c,v 1.5 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -30,6 +30,9 @@
* rf_reconutil.c -- reconstruction utilities
********************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_reconutil.c,v 1.5 2001/11/13 07:11:16 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_raid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_revent.c,v 1.9 2000/09/21 01:45:46 oster Exp $ */
/* $NetBSD: rf_revent.c,v 1.10 2001/11/13 07:11:16 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -29,6 +29,9 @@
* revent.c -- reconstruction event handling code
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_revent.c,v 1.10 2001/11/13 07:11:16 lukem Exp $");
#include <sys/errno.h>
#include "rf_raid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_shutdown.c,v 1.8 2001/10/04 15:58:56 oster Exp $ */
/* $NetBSD: rf_shutdown.c,v 1.9 2001/11/13 07:11:16 lukem Exp $ */
/*
* rf_shutdown.c
*/
@ -33,6 +33,9 @@
* thread startup and shutdown.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_shutdown.c,v 1.9 2001/11/13 07:11:16 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_archs.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_sstf.c,v 1.7 2001/10/04 15:58:56 oster Exp $ */
/* $NetBSD: rf_sstf.c,v 1.8 2001/11/13 07:11:17 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -31,6 +31,10 @@
* sstf.c -- prioritized shortest seek time first disk queueing code
*
******************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_sstf.c,v 1.8 2001/11/13 07:11:17 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_alloclist.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_states.c,v 1.15 2000/10/20 02:24:45 oster Exp $ */
/* $NetBSD: rf_states.c,v 1.16 2001/11/13 07:11:17 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -26,6 +26,9 @@
* rights to redistribute these changes.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_states.c,v 1.16 2001/11/13 07:11:17 lukem Exp $");
#include <sys/errno.h>
#include "rf_archs.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_stripelocks.c,v 1.9 2001/10/05 15:33:12 oster Exp $ */
/* $NetBSD: rf_stripelocks.c,v 1.10 2001/11/13 07:11:17 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -56,6 +56,9 @@
* searching through stripe lock descriptors.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_stripelocks.c,v 1.10 2001/11/13 07:11:17 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_raid.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_strutils.c,v 1.3 1999/02/05 00:06:18 oster Exp $ */
/* $NetBSD: rf_strutils.c,v 1.4 2001/11/13 07:11:17 lukem Exp $ */
/*
* rf_strutils.c
*
@ -37,6 +37,9 @@
*
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_strutils.c,v 1.4 2001/11/13 07:11:17 lukem Exp $");
#include "rf_utils.h"
/* finds a non-white character in the line */

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_threadstuff.c,v 1.6 2001/10/04 15:58:56 oster Exp $ */
/* $NetBSD: rf_threadstuff.c,v 1.7 2001/11/13 07:11:17 lukem Exp $ */
/*
* rf_threadstuff.c
*/
@ -29,6 +29,9 @@
* rights to redistribute these changes.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_threadstuff.c,v 1.7 2001/11/13 07:11:17 lukem Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_threadstuff.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_utils.c,v 1.7 2001/09/26 02:52:57 oster Exp $ */
/* $NetBSD: rf_utils.c,v 1.8 2001/11/13 07:11:17 lukem Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -32,6 +32,8 @@
*
****************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_utils.c,v 1.8 2001/11/13 07:11:17 lukem Exp $");
#include "rf_threadstuff.h"