freebsd-skq/sys/arm
Peter Wemm 43d7128c14 Expand kdb_alt_break a little, most commonly used with the option
ALT_BREAK_TO_DEBUGGER.  In addition to "Enter ~ ctrl-B" (to enter the
debugger), there is now "Enter ~ ctrl-P" (force panic) and
"Enter ~ ctrl-R" (request clean reboot, ala ctrl-alt-del on syscons).

We've used variations of this at work.  The force panic sequence is
best used with KDB_UNATTENDED for when you just want it to dump and
get on with it.

The reboot request is a safer way of getting into single user than
a power cycle.  eg: you've hosed the ability to log in (pam, rtld, etc).
It gives init the reboot signal, which causes an orderly reboot.

I've taken my best guess at what the !x86 and non-sio code changes
should be.

This also makes sio release its spinlock before calling KDB/DDB.
2008-05-04 23:29:38 +00:00
..
arm - Add an integer argument to idle to indicate how likely we are to wake 2008-04-25 05:18:50 +00:00
at91 Expand kdb_alt_break a little, most commonly used with the option 2008-05-04 23:29:38 +00:00
compile
conf Make genclock standard on all platforms. 2008-04-21 10:09:55 +00:00
include On the AT91, we need to write on the EOI register after we handle an 2008-04-20 23:29:06 +00:00
sa11x0 Now that all platforms use genclock, shuffle things around slightly 2008-04-22 19:38:30 +00:00
xscale Remove some long-dead code 2008-04-08 10:24:42 +00:00