summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-07-19 11:17:57 +0000
committernyan <nyan@FreeBSD.org>2004-07-19 11:17:57 +0000
commitcb0e37bf34ae78200c360fdb6d323c2ca24b3266 (patch)
treeff3bd05667b74ee2dddbd31e8d83617fafe89acb /sys
parent9e984856c23b7c44c439ac5abc77b3532540fbbc (diff)
downloadFreeBSD-src-cb0e37bf34ae78200c360fdb6d323c2ca24b3266.zip
FreeBSD-src-cb0e37bf34ae78200c360fdb6d323c2ca24b3266.tar.gz
MFi386: revision 1.596.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/i386/machdep.c3
-rw-r--r--sys/pc98/pc98/machdep.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index 96576ee..b4aae08 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -92,6 +92,9 @@
#include <sys/cons.h>
#ifdef DDB
+#ifndef KDB
+#error KDB must be enabled in order for DDB to work!
+#endif
#include <ddb/ddb.h>
#include <ddb/db_sym.h>
#endif
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index 96576ee..b4aae08 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -92,6 +92,9 @@
#include <sys/cons.h>
#ifdef DDB
+#ifndef KDB
+#error KDB must be enabled in order for DDB to work!
+#endif
#include <ddb/ddb.h>
#include <ddb/db_sym.h>
#endif
OpenPOWER on IntegriCloud