summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/eisa/aha1742.c8
-rw-r--r--sys/i386/isa/aha1742.c8
-rw-r--r--sys/i386/isa/aic6360.c6
3 files changed, 16 insertions, 6 deletions
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c
index 8ae9b1de..aaf11c7 100644
--- a/sys/i386/eisa/aha1742.c
+++ b/sys/i386/eisa/aha1742.c
@@ -14,7 +14,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
- * $Id: aha1742.c,v 1.24 1994/10/23 21:27:05 wollman Exp $
+ * $Id: aha1742.c,v 1.25 1994/11/15 14:53:09 bde Exp $
*/
#include <sys/types.h>
@@ -39,8 +39,12 @@
/* */
-#if defined(KERNEL) && !defined(DDB)
+#ifdef KERNEL
+# ifdef DDB
+#define fatal_if_no_DDB()
+# else
#define fatal_if_no_DDB() panic("panic for historical reasons")
+# endif
#endif
typedef unsigned long int physaddr;
diff --git a/sys/i386/isa/aha1742.c b/sys/i386/isa/aha1742.c
index 8ae9b1de..aaf11c7 100644
--- a/sys/i386/isa/aha1742.c
+++ b/sys/i386/isa/aha1742.c
@@ -14,7 +14,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
- * $Id: aha1742.c,v 1.24 1994/10/23 21:27:05 wollman Exp $
+ * $Id: aha1742.c,v 1.25 1994/11/15 14:53:09 bde Exp $
*/
#include <sys/types.h>
@@ -39,8 +39,12 @@
/* */
-#if defined(KERNEL) && !defined(DDB)
+#ifdef KERNEL
+# ifdef DDB
+#define fatal_if_no_DDB()
+# else
#define fatal_if_no_DDB() panic("panic for historical reasons")
+# endif
#endif
typedef unsigned long int physaddr;
diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c
index a8b5f58..47004a4 100644
--- a/sys/i386/isa/aic6360.c
+++ b/sys/i386/isa/aic6360.c
@@ -31,7 +31,7 @@
*/
/*
- * $Id: aic6360.c,v 1.3 1994/10/23 21:27:07 wollman Exp $
+ * $Id: aic6360.c,v 1.4 1994/11/15 14:54:13 bde Exp $
*
* Acknowledgements: Many of the algorithms used in this driver are
* inspired by the work of Julian Elischer (julian@tfs.com) and
@@ -494,7 +494,9 @@
-#if defined(KERNEL) && !defined(DDB)
+#ifdef DDB
+#define fatal_if_no_DDB()
+#else
#define fatal_if_no_DDB() panic("panic for historical reasons")
#endif
OpenPOWER on IntegriCloud