summaryrefslogtreecommitdiffstats
path: root/hw/dec_pci.c
Commit message (Collapse)AuthorAgeFilesLines
* Compile pci_host only onceBlue Swirl2010-03-211-2/+2
| | | | | | | | | | | Convert pci_host_conf_register_mmio_noswap(x) to pci_host_conf_register_mmio(x, 0). Convert pci_host_conf_register_mmio(x) to pci_host_conf_register_mmio(x, 1) for big endian hosts, all cases happen to be BE. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* dec: use PCI accessorsBlue Swirl2010-02-141-2/+1
| | | | Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* dec: actually implement PCI bridgingBlue Swirl2010-02-071-0/+20
| | | | Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* Refactor DEC 21154 PCI bridgeBlue Swirl2010-02-051-0/+84
It's currently not used by PPC machines. Refactor so that also Sparc64 machines can use it. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
OpenPOWER on IntegriCloud