diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2018-01-23 22:42:29 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2018-01-23 22:42:29 +0000 |
| commit | 4d586de428e08c20400538842d05d693943fc252 (patch) | |
| tree | 39a3514e22c89fb20b89001fb9abc2e232bb39ce /sys/dev/raidframe | |
| parent | d9baf21d8d8f11adb511c9e6a3700e632cd3cfc8 (diff) | |
Add "bufq_fcfs" requirement to all those driver modules that explicitly
request it in their calls to bufq_alloc().
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_netbsdkintf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c index e558368c443..c3d83478a47 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.355 2018/01/20 01:32:45 mrg Exp $ */ +/* $NetBSD: rf_netbsdkintf.c,v 1.356 2018/01/23 22:42:29 pgoyette Exp $ */ /*- * Copyright (c) 1996, 1997, 1998, 2008-2011 The NetBSD Foundation, Inc. @@ -101,7 +101,7 @@ ***********************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.355 2018/01/20 01:32:45 mrg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.356 2018/01/23 22:42:29 pgoyette Exp $"); #ifdef _KERNEL_OPT #include "opt_compat_netbsd.h" @@ -3857,7 +3857,7 @@ rf_get_component_label(RF_Raid_t *raidPtr, void *data) * Module interface */ -MODULE(MODULE_CLASS_DRIVER, raid, "dk_subr"); +MODULE(MODULE_CLASS_DRIVER, raid, "dk_subr,bufq_fcfs"); #ifdef _MODULE CFDRIVER_DECL(raid, DV_DISK, NULL); |
