CVS commit: src/sys/arch/macppc/pci

2018-04-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Apr 13 22:13:09 UTC 2018 Modified Files: src/sys/arch/macppc/pci: u3.c Log Message: track bus-range for every bus and restrict config space accesses to that range. Now pcictl pci* list no longer crashes the kernel. To

CVS commit: src/sys/arch/macppc/pci

2018-03-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Mar 22 21:30:34 UTC 2018 Modified Files: src/sys/arch/macppc/pci: uninorth.c Log Message: more oea_mapiodev() To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/macppc/pci/uninorth.c Please note

CVS commit: src/sys/arch/macppc/pci

2016-07-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jul 8 22:21:52 UTC 2016 Modified Files: src/sys/arch/macppc/pci: bandit.c Log Message: first step to make genfb work with /chaos/control - don't do config space writes on /chaos. tested by jak To generate a diff of this

CVS commit: src/sys/arch/macppc/pci

2013-05-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed May 1 14:24:49 UTC 2013 Modified Files: src/sys/arch/macppc/pci: uninorth.c Log Message: add G5 support from Phileas Fogg To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/macppc/pci/uninorth.c

CVS commit: src/sys/arch/macppc/pci

2013-04-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Apr 30 10:16:26 UTC 2013 Modified Files: src/sys/arch/macppc/pci: u3.c Log Message: zero sc_iot and sc_memt before using them from Phileas Fogg while there, set sc_dev properly To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/macppc/pci

2011-10-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 26 04:56:23 UTC 2011 Modified Files: src/sys/arch/macppc/pci: bandit.c grackle.c uninorth.c Log Message: actually split device and softc To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30