80a83a2b7e
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
26 lines
844 B
Plaintext
26 lines
844 B
Plaintext
#
|
|
# $NetBSD: files.pic,v 1.3 2008/01/17 23:42:59 garbled Exp $
|
|
#
|
|
# generic PIC abstraction
|
|
|
|
file arch/powerpc/pic/intr.c
|
|
defflag opt_pic.h PIC_DEBUG
|
|
|
|
define pic_openpic
|
|
define pic_distopenpic
|
|
define pic_prepivr
|
|
define pic_i8259
|
|
|
|
defflag opt_interrupt.h PIC_OPENPIC: pic_openpic
|
|
defflag opt_interrupt.h PIC_DISTOPENPIC: pic_distopenpic
|
|
defflag opt_interrupt.h PIC_PREPIVR: pic_prepivr
|
|
defflag opt_interrupt.h PIC_I8259: pic_i8259
|
|
defflag opt_interrupt.h OPENPIC_DISTRIBUTE
|
|
|
|
file arch/powerpc/pic/pic_openpic.c pic_openpic needs-flag
|
|
file arch/powerpc/pic/pic_distopenpic.c pic_distopenpic needs-flag
|
|
file arch/powerpc/pic/pic_prepivr.c pic_prepivr needs-flag
|
|
file arch/powerpc/pic/pic_i8259.c pic_i8259 needs-flag
|
|
file arch/powerpc/pic/i8259_common.c pic_prepivr | pic_i8259
|
|
file arch/powerpc/pic/openpic_common.c pic_openpic | pic_distopenpic
|