NetBSD/sys/arch/powerpc/pic
garbled 80a83a2b7e Add support to ofppc for the IBM 7044-270 machine. This is a POWER3-II
based machine.  Currently the kernel to run on this machine is
incompatible with the standard GENERIC kernel, so for now, we have a
separate GENERIC_B64. Eventually, I hope to combine the two.

Please note, this is a port of 32bit ofppc, not a powerpc64 port.

Thanks to Matt Thomas and Kevin Bowling for helping to make this port
possible.

Summary of changes:

Change ofwpci to use the ofmethod config for configuring the PCI bus,
rather than indirect configuration.
Move the wiring of the interrupt controllers from at the start of the
boot, into the configuration of the first PCI bus.
Rewrite the map_isa_ioregs() hack to work on a machine without BATs
Fix a ton of bugs in the genofw_find_pics routine, and in the map_space code.
Split the pic_openpic into openpic_common and pic_openpic.
Create a new pic_distopenpic driver, for the distributed openpic found on
some newer IBM machines.
Fix a bad panic in pmap_extract on 64bit bridge mode
2008-01-17 23:42:57 +00:00
..
files.ipi
files.pic Add support to ofppc for the IBM 7044-270 machine. This is a POWER3-II 2008-01-17 23:42:57 +00:00
i8259_common.c
intr.c
ipi_openpic.c
ipi.c
ipivar.h
openpic_common.c Add support to ofppc for the IBM 7044-270 machine. This is a POWER3-II 2008-01-17 23:42:57 +00:00
pic_distopenpic.c Add support to ofppc for the IBM 7044-270 machine. This is a POWER3-II 2008-01-17 23:42:57 +00:00
pic_i8259.c
pic_openpic.c Add support to ofppc for the IBM 7044-270 machine. This is a POWER3-II 2008-01-17 23:42:57 +00:00
pic_prepivr.c
pic_soft.c
picvar.h Add support to ofppc for the IBM 7044-270 machine. This is a POWER3-II 2008-01-17 23:42:57 +00:00