- Add a note about AltiVec not being supported yet.
- Add an entry for 1.5 GHz Aluminium Powerbook being supported. - Add three technical notes links related to OpenFirmware debugging. Submitted by: Andreas Tobler <toa@pop.agri.ch> Reviewed by: grehan Approved by: simon
This commit is contained in:
parent
998fc7dad2
commit
c7b86bb34a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24969
1 changed files with 20 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/ppc.sgml,v 1.10 2005/06/24 22:14:18 flz Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/ppc.sgml,v 1.11 2005/06/24 22:16:00 flz Exp $">
|
||||
<!ENTITY title "FreeBSD/ppc Project">
|
||||
<!ENTITY email 'freebsd-ppc'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
|
@ -118,6 +118,12 @@
|
|||
<td><a href="mailto:grehan@FreeBSD.org">Peter Grehan</a></td>
|
||||
<td>Nvidia GeForce G5200</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Apple</td>
|
||||
<td>Aluminium Powerbook G4 1.5 GHz</td>
|
||||
<td><a href="mailto:toa@pop.agri.ch">Andreas Tobler</a></td>
|
||||
<td>None</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<hr noshade>
|
||||
|
@ -135,6 +141,7 @@
|
|||
<h3><a name="issues">Known Issues</a></h3>
|
||||
|
||||
<ul>
|
||||
<li>No AltiVec support yet.</li>
|
||||
<li>On-board BMAC+ ethernet does not work. There is a work-in-progress
|
||||
bm(4) driver available on Peter Grehan's personal page
|
||||
<a href="http://people.freebsd.org/~grehan/">here</a> (see if_bm.c and
|
||||
|
@ -208,9 +215,20 @@ OK load /boot/kernel/kernel.save</pre>
|
|||
<li><a href="http://developer.apple.com/techpubs/hardware/hardware2.html">
|
||||
Apple hardware developer docs</a></li>
|
||||
|
||||
<li><a href="http://developer.apple.com/technotes/tn/tn2004.html">
|
||||
"TN2004: Debugging Open Firmware Using Telnet"</a></li>
|
||||
|
||||
<li><a href="http://developer.apple.com/technotes/tn/tn2023.html">
|
||||
"TN2023: Open Firmware Ethernet Debugging II - Telnet Downloading"
|
||||
</a></li>
|
||||
|
||||
<li><a href="http://developer.apple.com/technotes/tn/tn2001.html">
|
||||
"TN2001: Running Files from a Hard Drive in Open Firmware"</a></li>
|
||||
|
||||
<li><a href="http://sourceware.cygnus.com/psim/">psim</a> - A PowerPC
|
||||
simulator, available as a FreeBSD port at
|
||||
<a href="http://www.freshports.org/?package=psim-freebsd">emulators/psim-freebsd</a></li>
|
||||
<a href="http://www.freshports.org/?package=psim-freebsd">
|
||||
emulators/psim-freebsd</a></li>
|
||||
</ul>
|
||||
|
||||
<h3><a name="links">Other Links of Interest</a></h3>
|
||||
|
|
Loading…
Reference in a new issue