summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci/ofw_pcib.c
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2008-12-15 15:31:10 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2008-12-15 15:31:10 +0000
commitf0e837432d62958c713c7e6ebbb2adc52c8fd696 (patch)
treeca68e24ea5167314369eefd8755cc6038f9ec07e /sys/sparc64/pci/ofw_pcib.c
parent907438a3fe46be01afa5020f515481b240da1a08 (diff)
downloadFreeBSD-src-f0e837432d62958c713c7e6ebbb2adc52c8fd696.zip
FreeBSD-src-f0e837432d62958c713c7e6ebbb2adc52c8fd696.tar.gz
Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,
the code for parsing interrupt maps) to PowerPC and reflect their new MI status by moving them to the shared dev/ofw directory. This commit also modifies the OFW PCI enumeration procedure on PowerPC to allow the bus to find non-firmware-enumerated devices that Apple likes to add, and adds some useful Open Firmware properties (compat and name) to the pnpinfo string of children on OFW SBus, EBus, PCI, and MacIO links. Because of the change to PCI enumeration on PowerPC, X has started working again on PPC machines with Grackle hostbridges. Reviewed by: marius Obtained from: sparc64
Diffstat (limited to 'sys/sparc64/pci/ofw_pcib.c')
-rw-r--r--sys/sparc64/pci/ofw_pcib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/pci/ofw_pcib.c b/sys/sparc64/pci/ofw_pcib.c
index 966d77f..8a5b991 100644
--- a/sys/sparc64/pci/ofw_pcib.c
+++ b/sys/sparc64/pci/ofw_pcib.c
@@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/openfirm.h>
#include <machine/bus.h>
-#include <machine/ofw_bus.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
OpenPOWER on IntegriCloud