aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/ps3/ps3-hvcall.master
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* Support infrastructure for X11 on PS3.Nathan Whitehorn2011-12-181-1/+2
| | | | | | | | Submitted by: geoffrey dot levand at mail dot ru MFC after: 1 week Notes: svn path=/head/; revision=228689
* Add hypervisor call error codes.Nathan Whitehorn2011-06-231-0/+28
| | | | Notes: svn path=/head/; revision=223460
* Import support for the Sony Playstation 3 using the OtherOS featureNathan Whitehorn2011-01-061-0/+111
available on firmwares 3.15 and earlier. Caveats: Support for the internal SATA controller is currently missing, as is support for framebuffer resolutions other than 720x480. These deficiencies will be remedied soon. Special thanks to Peter Grehan for providing the hardware that made this port possible, and thanks to Geoff Levand of Sony Computer Entertainment for advice on the LV1 hypervisor. Notes: svn path=/head/; revision=217044