aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-05-02 03:26:10 +0000
committerWarner Losh <imp@FreeBSD.org>2001-05-02 03:26:10 +0000
commitadfdb4ae2031eda3ac71234955f6656235a4f3cd (patch)
tree0f011d38a1bed2bf6a3af1a55c7c610ef4e20213 /share
parentad0447715bce9f4715bc0c8eb9cba1df74767564 (diff)
downloadsrc-adfdb4ae2031eda3ac71234955f6656235a4f3cd.tar.gz
src-adfdb4ae2031eda3ac71234955f6656235a4f3cd.zip
Add hint about how to build an ISA NMI card and why you'd want to do so.
Reviewed by: bde, dima dorfman
Notes
Notes: svn path=/head/; revision=76200
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ddb.412
1 files changed, 12 insertions, 0 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 783d41a06f6d..97be295c7cb4 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -522,6 +522,18 @@ indirection. It may be followed by a
.Sq Li :
and modifiers as described above.
.El
+.Sh HINTS
+On machines with an ISA expansion bus, a simple NMI generation card can be
+constructed by connecting a push button between the A01 and B01 (CHCHK# and
+GND) card fingers.
+Momentarily shorting these two fingers together may cause the bridge chipset to
+generate an NMI, which causes the kernel to pass control to
+.Nm .
+Some bridge chipsets do not generate a NMI on CHCHK#, so your mileage may vary.
+The NMI allows one to break into the debugger on a wedged machine to
+diagnose problems.
+Other bus' bridge chipsets may be able to generate NMI using bus specific
+methods.
.Sh SEE ALSO
.Xr gdb 1
.Sh HISTORY