summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2003-12-29 06:37:47 +0000
committeroster <oster@NetBSD.org>2003-12-29 06:37:47 +0000
commit86c2a9ed65df54487c978965c469627c3d8a5697 (patch)
tree4a40c7c9113b3fa54e6bedf7265c8d75aa4697d9 /sys/dev
parentbc5774497e46a6d47b3e18395970d07c984c0df1 (diff)
The ugly wonderment of appropriately placed ASCII characters
formerly known as rf_threadstuff.c is no more.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/raidframe/files.raidframe3
-rw-r--r--sys/dev/raidframe/rf_threadstuff.c52
2 files changed, 1 insertions, 54 deletions
diff --git a/sys/dev/raidframe/files.raidframe b/sys/dev/raidframe/files.raidframe
index f16c7454e5e..e1fc8310b96 100644
--- a/sys/dev/raidframe/files.raidframe
+++ b/sys/dev/raidframe/files.raidframe
@@ -1,4 +1,4 @@
-# $NetBSD: files.raidframe,v 1.2 2002/08/02 03:47:48 oster Exp $
+# $NetBSD: files.raidframe,v 1.3 2003/12/29 06:37:47 oster Exp $
defflag RAID_AUTOCONFIG
defflag RAID_DIAGNOSTIC
@@ -62,5 +62,4 @@ file dev/raidframe/rf_sstf.c raid
file dev/raidframe/rf_states.c raid
file dev/raidframe/rf_stripelocks.c raid
file dev/raidframe/rf_strutils.c raid
-file dev/raidframe/rf_threadstuff.c raid
file dev/raidframe/rf_utils.c raid
diff --git a/sys/dev/raidframe/rf_threadstuff.c b/sys/dev/raidframe/rf_threadstuff.c
deleted file mode 100644
index 864f1e7f18d..00000000000
--- a/sys/dev/raidframe/rf_threadstuff.c
+++ /dev/null
@@ -1,52 +0,0 @@
-/* $NetBSD: rf_threadstuff.c,v 1.20 2003/12/29 06:30:42 oster Exp $ */
-/*
- * rf_threadstuff.c
- */
-/*
- * Copyright (c) 1995 Carnegie-Mellon University.
- * All rights reserved.
- *
- * Author: Jim Zelenka
- *
- * Permission to use, copy, modify and distribute this software and
- * its documentation is hereby granted, provided that both the copyright
- * notice and this permission notice appear in all copies of the
- * software, derivative works or modified versions, and any portions
- * thereof, and that both notices appear in supporting documentation.
- *
- * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
- * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
- * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
- *
- * Carnegie Mellon requests users of this software to return to
- *
- * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
- * School of Computer Science
- * Carnegie Mellon University
- * Pittsburgh PA 15213-3890
- *
- * any improvements or extensions that they make and grant Carnegie the
- * rights to redistribute these changes.
- */
-
-#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_threadstuff.c,v 1.20 2003/12/29 06:30:42 oster Exp $");
-
-#include <dev/raidframe/raidframevar.h>
-
-#include "rf_threadstuff.h"
-#include "rf_general.h"
-#include "rf_shutdown.h"
-
-/*
- * Kernel
- */
-
-#if 0
-int
-rf_lkmgr_mutex_destroy(m)
-decl_lock_data(, *m)
-{
- return(0);
-}
-#endif