Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/raidframe/rf_netbsdkintf.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/raidframe/rf_netbsdkintf.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.355 retrieving revision 1.356 diff -u -p -r1.355 -r1.356 --- src/sys/dev/raidframe/rf_netbsdkintf.c 2018/01/20 01:32:45 1.355 +++ src/sys/dev/raidframe/rf_netbsdkintf.c 2018/01/23 22:42:29 1.356 @@ -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 -__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 *raidPt * 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);