History log of /freebsd-10-stable/sys/powerpc/powermac/pswitch.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 174898 25-Dec-2007 rwatson

Add a new 'why' argument to kdb_enter(), and a set of constants to use
for that argument. This will allow DDB to detect the broad category of
reason why the debugger has been entered, which it can use for the
purposes of deciding which DDB script to run.

Assign approximate why values to all current consumers of the
kdb_enter() interface.


# 167170 02-Mar-2007 piso

Make pswitch_intr() returns interrupt handling status.


# 166978 25-Feb-2007 piso

Catch up with bus_setup_intr() modification and garbage collect a
reference to INTR_FAST.


# 139825 07-Jan-2005 imp

/* -> /*- for license, minor formatting changes


# 132519 21-Jul-2004 gallatin

Make this compile: add sys/module.h and KDBify.


# 110441 06-Feb-2003 benno

Oops. Include opt_ddb.h.


# 110439 06-Feb-2003 benno

Add a driver that attaches to the gpio node of macio and allows you to enter
DDB when the interrupt button (aka the "programmer's switch") is pressed.

This isn't unfortunately an NMI, but it's a handy way to get into DDB
quickly if needed.