From fb6e00667ccbf73abfba40e4cb4e75391edecc54 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 4 Oct 2007 18:29:52 +0000 Subject: [PATCH] Also boot *.debug if everything else fails. Approved by: re(gnn) --- sys/boot/common/module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c index adeb1b8ca81..68232946317 100644 --- a/sys/boot/common/module.c +++ b/sys/boot/common/module.c @@ -75,6 +75,7 @@ struct preloaded_file *preloaded_files = NULL; static char *kld_ext_list[] = { ".ko", "", + ".debug", NULL };