diff options
author | benno <benno@FreeBSD.org> | 2003-02-06 10:59:06 +0000 |
---|---|---|
committer | benno <benno@FreeBSD.org> | 2003-02-06 10:59:06 +0000 |
commit | 205fd17b03320167a327ac54db62751ff0ecec46 (patch) | |
tree | 06c7c2024d82fe2f1f037f6248c854ea372a9945 /sys/conf/files.powerpc | |
parent | 7587cbe3ba3548368b2210f37116d4985ef5fdcc (diff) | |
download | FreeBSD-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/conf/files.powerpc')
-rw-r--r-- | sys/conf/files.powerpc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc index 96f2e1c..59294d3 100644 --- a/sys/conf/files.powerpc +++ b/sys/conf/files.powerpc @@ -73,6 +73,7 @@ powerpc/ofw/ofw_pcib_pci.c optional pci powerpc/powermac/uninorth.c optional powermac pci powerpc/powermac/macio.c optional powermac pci powerpc/powermac/ata_macio.c optional powermac ata +powerpc/powermac/pswitch.c optional pswitch powermac powerpc/psim/iobus.c optional psim powerpc/psim/ata_iobus.c optional ata psim |