diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-04 18:29:52 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-04 18:29:52 +0000 |
| commit | fb6e00667ccbf73abfba40e4cb4e75391edecc54 (patch) | |
| tree | c64cbee46bd943833db45017a1d7af781bda0c97 /sys/boot/common | |
| parent | e8bd23b46092f54f2ae07b224547f1c9d5217959 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common')
| -rw-r--r-- | sys/boot/common/module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c index adeb1b8ca811..682329463176 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 }; |
