Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/pmax/dev Pull up revision 1.50 (requested by m...



details:   https://anonhg.NetBSD.org/src/rev/accfc2af8434
branches:  netbsd-1-4
changeset: 469835:accfc2af8434
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 19:29:00 1999 +0000

description:
Pull up revision 1.50 (requested by mhitch):
  Use the console_debugger() macro to enter Debugger() on a serial
  console break, so sysctl can be used to disable/enable entering
  the debugger.

diffstat:

 sys/arch/pmax/dev/dc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5ade8721d418 -r accfc2af8434 sys/arch/pmax/dev/dc.c
--- a/sys/arch/pmax/dev/dc.c    Sat Dec 04 19:25:54 1999 +0000
+++ b/sys/arch/pmax/dev/dc.c    Sat Dec 04 19:29:00 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dc.c,v 1.47 1999/03/22 03:25:29 ad Exp $       */
+/*     $NetBSD: dc.c,v 1.47.2.1 1999/12/04 19:29:00 he Exp $   */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: dc.c,v 1.47 1999/03/22 03:25:29 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dc.c,v 1.47.2.1 1999/12/04 19:29:00 he Exp $");
 
 /*
  * devDC7085.c --
@@ -805,7 +805,7 @@
                }
 #ifdef DDB
                if (c & RBUF_FERR && tp->t_dev == cn_tab->cn_dev) {
-                       Debugger();
+                       console_debugger();
                        continue;
                }
 #endif



Home | Main Index | Thread Index | Old Index