summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_netbsd.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-08-27 05:07:12 +0000
committerchristos <christos@NetBSD.org>2006-08-27 05:07:12 +0000
commitecdff16f80ddbb2eb25ddcb32fcf635f4df0f633 (patch)
treec28be7824bd68576c2eeeb0e061bdb3de81ef0c6 /sys/dev/raidframe/rf_netbsd.h
parentda01e9eb57bb5f18c42052d3e99341d687be93ef (diff)
- use dk_lookup instead of our home-spun version.
- allow raid to be configured in a wedge - allow wedges to be configured in a raid - add autoconfiguration of wedges in a raid
Diffstat (limited to 'sys/dev/raidframe/rf_netbsd.h')
-rw-r--r--sys/dev/raidframe/rf_netbsd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_netbsd.h b/sys/dev/raidframe/rf_netbsd.h
index 0b3cbf7f9ca..f40fda5a56e 100644
--- a/sys/dev/raidframe/rf_netbsd.h
+++ b/sys/dev/raidframe/rf_netbsd.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsd.h,v 1.26 2006/01/07 16:08:44 oster Exp $ */
+/* $NetBSD: rf_netbsd.h,v 1.27 2006/08/27 05:07:13 christos Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -44,7 +44,9 @@
#include <sys/namei.h>
#include <sys/vnode.h>
#include <sys/pool.h>
+#include <sys/disk.h>
+#include <dev/dkvar.h>
#include <dev/raidframe/raidframevar.h>
struct raidcinfo {