summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2003-06-29 02:05:19 +0000
committergrehan <grehan@FreeBSD.org>2003-06-29 02:05:19 +0000
commitebb4fc782dbaeff91ed4302033b54580f50f3474 (patch)
tree63de5bd9a80e57f89c4a2384fa4a795d1eeb8219 /sys/powerpc/powermac
parent86478848415c822dedbc00f5682f3dc469fe4df0 (diff)
downloadFreeBSD-src-ebb4fc782dbaeff91ed4302033b54580f50f3474.zip
FreeBSD-src-ebb4fc782dbaeff91ed4302033b54580f50f3474.tar.gz
Allow the interrupt controller to be probed - this picks up the
Heathrow PIC, while not affecting the OpenPIC.
Diffstat (limited to 'sys/powerpc/powermac')
-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 6d79c38..8f76f9d 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 },
{ "timer", MACIO_QUIRK_IGNORE },
{ "escc", MACIO_QUIRK_CHILD_HAS_INTR },
OpenPOWER on IntegriCloud