From bdfad3793fa5c72fc4ac7543e7f8cda8760a1a0f Mon Sep 17 00:00:00 2001 From: oster Date: Thu, 21 Jun 2001 03:07:04 +0000 Subject: We don't need to check for raidautoconfig here, so nuke it and clean up a little. --- sys/dev/raidframe/rf_netbsdkintf.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c index 29bb50ce319..b5a5c00d759 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.105 2001/04/05 02:48:51 oster Exp $ */ +/* $NetBSD: rf_netbsdkintf.c,v 1.106 2001/06/21 03:07:04 oster Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -2661,8 +2661,6 @@ rf_find_raid_components() /* initialize the AutoConfig list */ ac_list = NULL; -if (raidautoconfig) { - /* we begin by trolling through *all* the devices on the system */ for (dv = alldevs.tqh_first; dv != NULL; @@ -2785,8 +2783,7 @@ if (raidautoconfig) { } } } -} -return(ac_list); + return(ac_list); } static int -- cgit