Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   garbled
Date:           Mon Jan 28 18:24:22 UTC 2008

Modified Files:
        src/sys/arch/ofppc/pci: pegasospci.c
        src/sys/arch/powerpc/oea: oea_machdep.c ofwoea_machdep.c
        src/sys/arch/powerpc/pci: pchb.c pci_machdep_ofw.c

Log Message:
Apparently BRIDGE mode allows BAT registers, so re-enable that code.
Change the pegasos PCI_NETBSD_CONFIGURE arguments around to wire up mem
space into the correct area, and move the io regs a little to make it
work properly. Just avoid the secondary PCI entirely.
Change the list of things that we fiddle with in pci_conf_hook.  Map mem
on the fwohci, avoid display cards, avoid IO on the auvia.
Change some printf's to aprint_*
Yank a call to genppc_pci_indirect_make_tag and change it to the
bus-independant pci call instead. (in pci_conf_hook)


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/ofppc/pci/pegasospci.c
cvs rdiff -r1.38 -r1.39 src/sys/arch/powerpc/oea/oea_machdep.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/powerpc/oea/ofwoea_machdep.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/powerpc/pci/pchb.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/powerpc/pci/pci_machdep_ofw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index