summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 135f81e..5368c65 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -179,6 +179,7 @@ __FBSDID("$FreeBSD$");
#ifdef _KERNEL
#include <sys/systm.h>
#include <sys/malloc.h>
+#include <sys/kdb.h>
#include <sys/kernel.h>
#include <sys/module.h>
#include <sys/sysctl.h>
@@ -256,7 +257,7 @@ __FBSDID("$FreeBSD$");
(void)printf("assertion \"%s\" failed: " \
"file \"%s\", line %d\n", \
#expression, __FILE__, __LINE__); \
- Debugger(""); \
+ kdb_enter(""); \
} \
}
#else
OpenPOWER on IntegriCloud