summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2011-01-06 04:12:29 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2011-01-06 04:12:29 +0000
commitc2aa4fc0ebb33e3eeb047f84ad49d946887a72f2 (patch)
tree2f204ce78bf39efa5dd8a23b1af67430d676f4d8 /sys/powerpc/conf
parent0bfe906525518ea5724b945073ac8d422b5081d8 (diff)
downloadFreeBSD-src-c2aa4fc0ebb33e3eeb047f84ad49d946887a72f2.zip
FreeBSD-src-c2aa4fc0ebb33e3eeb047f84ad49d946887a72f2.tar.gz
Import support for the Sony Playstation 3 using the OtherOS feature
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.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC644
-rw-r--r--sys/powerpc/conf/NOTES2
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index b18dee9..b423702 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -27,6 +27,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
# Platform support
options POWERMAC #NewWorld Apple PowerMacs
+options PS3 #Sony Playstation 3
options MAMBO #IBM Mambo Full System Simulator
options SCHED_ULE #ULE scheduler
@@ -120,6 +121,9 @@ makeoptions SC_DFLT_FONT=cp437
device scc
device uart
+# Ethernet hardware
+device glc # Sony Playstation 3 Ethernet
+
# PCI Ethernet NICs that use the common MII bus controller code.
device miibus # MII bus support
device bge # Broadcom BCM570xx Gigabit Ethernet
diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES
index a9a620a..9cd156a 100644
--- a/sys/powerpc/conf/NOTES
+++ b/sys/powerpc/conf/NOTES
@@ -20,6 +20,7 @@ options FPU_EMU
#options MPC85XX
options POWERMAC #NewWorld Apple PowerMacs
+options PS3 #Sony Playstation 3
options PSIM #GDB PSIM ppc simulator
options MAMBO #IBM Mambo Full System Simulator
@@ -33,6 +34,7 @@ device pci
device agp
device bm # Apple BMAC (Big Mac Ethernet)
+device glc # Sony Playstation 3 Ethernet
device kiic # Apple Keywest I2C Controller
device ofwd # Open Firmware disks
device adb # Apple Desktop Bus
OpenPOWER on IntegriCloud