From c20ced5cd2addb28ba6e7b3edfc3b473021124fa Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 10 Jul 2004 21:47:53 +0000 Subject: Update for the KDB framework: o Call kdb_enter() instead of Debugger(). --- sys/pci/ncr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/pci') 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 #include +#include #include #include #include @@ -256,7 +257,7 @@ __FBSDID("$FreeBSD$"); (void)printf("assertion \"%s\" failed: " \ "file \"%s\", line %d\n", \ #expression, __FILE__, __LINE__); \ - Debugger(""); \ + kdb_enter(""); \ } \ } #else -- cgit v1.1