From 01cb4e796181b9bddc94f56f7f14ff7ae22bab43 Mon Sep 17 00:00:00 2001 From: marcel Date: Fri, 24 Apr 2009 03:51:11 +0000 Subject: Add suppport for ISA and ISA interrupts to make the ATA controller in the VIA southbridge functional in the CDS (Configurable Development System) for MPC85XX. The embedded USB controllers look operational but the interrupt steering is still wrong. --- sys/conf/files.powerpc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/conf/files.powerpc') diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc index 00ac74a..389d62e 100644 --- a/sys/conf/files.powerpc +++ b/sys/conf/files.powerpc @@ -103,6 +103,8 @@ powerpc/fpu/fpu_implode.c optional fpu_emu powerpc/fpu/fpu_mul.c optional fpu_emu powerpc/fpu/fpu_sqrt.c optional fpu_emu powerpc/fpu/fpu_subr.c optional fpu_emu +powerpc/mpc85xx/atpic.c optional mpc85xx isa +powerpc/mpc85xx/isa.c optional mpc85xx isa powerpc/mpc85xx/lbc.c optional mpc85xx powerpc/mpc85xx/mpc85xx.c optional mpc85xx powerpc/mpc85xx/nexus.c optional mpc85xx -- cgit v1.1