opnsense-src/sys/powerpc/ps3
Michal Meloun cdf4ec6873 EHCI: Make core reset and port speed reading more generic.
Use driver settable callbacks for handling of:
- core post reset
- reading actual port speed

Typically, OTG enabled EHCI cores wants setting of USBMODE register,
but this register is not defined in EHCI specification and different
cores can have it on different offset.

Also, for cores with TT extension, actual port speed must be determinable.
But again, EHCI specification not covers this so this patch provides
function for two most common variant of speed bits layout.

Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D5088
2016-01-28 14:11:59 +00:00
..
ehci_ps3.c EHCI: Make core reset and port speed reading more generic. 2016-01-28 14:11:59 +00:00
if_glc.c Mechanically convert to if_inc_counter(). 2014-09-19 09:20:34 +00:00
if_glcreg.h
mmu_ps3.c New pmap implementation for 64-bit PowerPC processors. The main focus of 2015-02-24 21:37:20 +00:00
ohci_ps3.c Add 64-bit DMA support in the XHCI controller driver. 2015-01-05 20:22:18 +00:00
platform_ps3.c Use FDT properties to identify a PS3 if present. 2015-01-05 01:05:35 +00:00
ps3-hv-asm.awk Add version header to output file. 2011-12-18 16:53:03 +00:00
ps3-hv-header.awk
ps3-hvcall.h Support infrastructure for X11 on PS3. 2011-12-18 16:53:21 +00:00
ps3-hvcall.master Support infrastructure for X11 on PS3. 2011-12-18 16:53:21 +00:00
ps3-hvcall.S Support infrastructure for X11 on PS3. 2011-12-18 16:53:21 +00:00
ps3_syscons.c Add support for USB display link adapters to the FB and VT drivers. 2015-03-07 20:45:15 +00:00
ps3bus.c Fix interrupt allocation after changes to nexus. This makes PS3 boot 2014-05-11 16:49:31 +00:00
ps3bus.h Driver for PS3's internal hard disk. Hopefully this can be CAM-ified in 2011-06-20 00:17:44 +00:00
ps3cdrom.c Changes to CAM or busdma have caused SIMs to be sent 0-length CCBs on 2013-09-29 20:10:22 +00:00
ps3disk.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
ps3pic.c Repair some races in IPI handling: 2014-05-12 02:56:27 +00:00