no Debugger() w/ no DDB defined
authormickey <mickey@openbsd.org>
Sun, 13 Apr 1997 20:22:38 +0000 (20:22 +0000)
committermickey <mickey@openbsd.org>
Sun, 13 Apr 1997 20:22:38 +0000 (20:22 +0000)
sys/dev/eisa/uha_eisa.c
sys/dev/isa/uha_isa.c

index 53d03f4..d8df90a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: uha_eisa.c,v 1.1 1996/11/28 23:27:42 niklas Exp $     */
+/*     $OpenBSD: uha_eisa.c,v 1.2 1997/04/13 20:22:38 mickey Exp $     */
 /*     $NetBSD: uha_eisa.c,v 1.5 1996/10/21 22:31:07 thorpej Exp $     */
 
 /*
 #define        UHA_EISA_SLOT_OFFSET    0xc80
 #define        UHA_EISA_IOSIZE         0x020
 
+#ifndef DDB
+#define        Debugger() panic("should call debugger here (uha_eisa.c)")
+#endif
+
 int    uha_eisa_match __P((struct device *, void *, void *));
 void   uha_eisa_attach __P((struct device *, struct device *, void *));
 
index c1c7239..f8577c6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: uha_isa.c,v 1.1 1996/11/29 23:51:14 niklas Exp $      */
+/*     $OpenBSD: uha_isa.c,v 1.2 1997/04/13 20:22:42 mickey Exp $      */
 /*     $NetBSD: uha_isa.c,v 1.5 1996/10/21 22:41:21 thorpej Exp $      */
 
 /*
 
 #define        UHA_ISA_IOSIZE  16
 
+#ifndef DDB
+#define        Debugger() panic("should call debugger here (uha_isa.c)")
+#endif
+
 int    uha_isa_probe __P((struct device *, void *, void *));
 void   uha_isa_attach __P((struct device *, struct device *, void *));