1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00
freebsd/sys/powerpc/ofw
Nathan Whitehorn 629aa519d6 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.

Hardware donated by:	Benjamin Perrault
2013-11-11 15:43:21 +00:00
..
ofw_cpu.c Fix error in r252115: space for the softc needs to be allocated. This 2013-09-07 20:52:31 +00:00
ofw_machdep.c Make tsec work with the device tree present on the RB800. The previous code 2013-11-11 15:43:21 +00:00
ofw_pci.c Add two new interfaces to ofw_bus: 2013-10-23 17:24:21 +00:00
ofw_pci.h Provide an interface for PCI bus drivers that need some of ofw_pci's 2013-10-21 13:57:34 +00:00
ofw_pcib_pci.c Add two new interfaces to ofw_bus: 2013-10-23 17:24:21 +00:00
ofw_pcibus.c Add two new interfaces to ofw_bus: 2013-10-23 17:24:21 +00:00
ofw_real.c Increase the size of the OFW bounce buffer to 4 pages. With this I can now run 2013-07-24 02:01:01 +00:00
ofw_syscons.c Allow Open Firmware syscons to attach to devices without an "address" 2013-09-26 22:47:02 +00:00
ofw_syscons.h Allow Open Firmware syscons to attach to devices without an "address" 2013-09-26 22:47:02 +00:00
ofwcall32.S
ofwcall64.S
ofwmagic.S
openpic_ofw.c Allow PIC drivers to translate firmware sense codes for themselves. This 2013-10-24 15:37:32 +00:00
rtas.c Use a spin lock instead of a mutex to gate RTAS. This is required if RTAS 2013-09-09 12:45:41 +00:00