summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2002-09-21 01:09:43 +0000
committeroster <oster@NetBSD.org>2002-09-21 01:09:43 +0000
commit22f5e1b6bbde3ed6788a28be561d99a8be0e96a7 (patch)
tree19d1803035098a057ffd69486807d0d0424716bd /sys/dev/raidframe
parent265379416b69d81467f97578c3dc82f6593d5873 (diff)
Garbage collect some old mountroothook stuff. Thanks Krister!
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_netbsdkintf.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c
index 4252e247aff..776074183b7 100644
--- a/sys/dev/raidframe/rf_netbsdkintf.c
+++ b/sys/dev/raidframe/rf_netbsdkintf.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsdkintf.c,v 1.131 2002/09/19 17:55:22 oster Exp $ */
+/* $NetBSD: rf_netbsdkintf.c,v 1.132 2002/09/21 01:09:43 oster Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -114,7 +114,7 @@
***********************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.131 2002/09/19 17:55:22 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.132 2002/09/21 01:09:43 oster Exp $");
#include <sys/param.h>
#include <sys/errno.h>
@@ -275,7 +275,6 @@ static int raidlock(struct raid_softc *);
static void raidunlock(struct raid_softc *);
static void rf_markalldirty(RF_Raid_t *);
-void rf_mountroot_hook(struct device *);
struct device *raidrootdev;
@@ -416,9 +415,6 @@ if (raidautoconfig) {
kthread_create(rf_buildroothack,config_sets);
-#if 0
- mountroothook_establish(rf_mountroot_hook, &raidrootdev[0]);
-#endif
}
}
@@ -2666,14 +2662,6 @@ rf_ReconstructInPlaceThread(req)
kthread_exit(0); /* does not return */
}
-void
-rf_mountroot_hook(dev)
- struct device *dev;
-{
-
-}
-
-
RF_AutoConfig_t *
rf_find_raid_components()
{