summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac/macio.c
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2003-02-06 10:59:06 +0000
committerbenno <benno@FreeBSD.org>2003-02-06 10:59:06 +0000
commit205fd17b03320167a327ac54db62751ff0ecec46 (patch)
tree06c7c2024d82fe2f1f037f6248c854ea372a9945 /sys/powerpc/powermac/macio.c
parent7587cbe3ba3548368b2210f37116d4985ef5fdcc (diff)
downloadFreeBSD-src-205fd17b03320167a327ac54db62751ff0ecec46.zip
FreeBSD-src-205fd17b03320167a327ac54db62751ff0ecec46.tar.gz
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.
Diffstat (limited to 'sys/powerpc/powermac/macio.c')
-rw-r--r--sys/powerpc/powermac/macio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/powermac/macio.c b/sys/powerpc/powermac/macio.c
index 1ad6b9c..0497ff4 100644
--- a/sys/powerpc/powermac/macio.c
+++ b/sys/powerpc/powermac/macio.c
@@ -137,7 +137,6 @@ struct macio_quirk_entry {
static struct macio_quirk_entry macio_quirks[] = {
{ "interrupt-controller", MACIO_QUIRK_IGNORE },
{ "escc-legacy", MACIO_QUIRK_IGNORE },
- { "gpio", MACIO_QUIRK_IGNORE },
{ "timer", MACIO_QUIRK_IGNORE },
{ "escc", MACIO_QUIRK_CHILD_HAS_INTR },
{ NULL, 0 }
OpenPOWER on IntegriCloud