summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2013-12-11 22:36:20 +0000
committerandreast <andreast@FreeBSD.org>2013-12-11 22:36:20 +0000
commit66bcaa96d680466f9c02406d1c9c6f6fa8147efe (patch)
tree451f1ba31330be9c8b1f330dff4460957da82a74 /sys/conf
parent50221324bd40404e88dea60c7f368087bdd21a77 (diff)
downloadFreeBSD-src-66bcaa96d680466f9c02406d1c9c6f6fa8147efe.zip
FreeBSD-src-66bcaa96d680466f9c02406d1c9c6f6fa8147efe.tar.gz
MFC r257991, r257992, 257993, 258504
r257991: Consolidate Apple firmware hacks and improve them by switching on the presence of mac-io devices in the tree, which uniquely identifies Apple hardware. r257992: Allow OF_decode_addr() to also be able to map resources on big-endian devices. To this end, make PCI device detection rely on the device_type field rather than name, as per the standard. r257993: Make tsec work with the device tree present on the RB800. The previous code assumed that the MDIO bus was a direct child of the Ethernet interface. It may not be and indeed on many device trees is not. While here, add proper locking for MII transactions, which may be on a bus shared by several MACs. r258504: Save and restore the trap vectors when doing OF calls on pSeries machines. It turned out that on pSeries machines the call into OF modified the trap vectors and this made further behaviour unpredictable. With this commit I'm now able to boot multi user on a network booted environment on my IntelliStation 285. This is a POWER5+ machine.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.powerpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index aa55d0a..e0f8ee8 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -140,7 +140,7 @@ powerpc/mpc85xx/mpc85xx.c optional mpc85xx
powerpc/mpc85xx/nexus.c optional mpc85xx
powerpc/mpc85xx/pci_fdt.c optional pci mpc85xx
powerpc/ofw/ofw_cpu.c optional aim
-powerpc/ofw/ofw_machdep.c optional aim
+powerpc/ofw/ofw_machdep.c standard
powerpc/ofw/ofw_pci.c optional pci aim
powerpc/ofw/ofw_pcibus.c optional pci aim
powerpc/ofw/ofw_pcib_pci.c optional pci aim
OpenPOWER on IntegriCloud