<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ofw/openfirm.h, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Restore the machine independency of sys/dev/ofw/openfirm.{c,h} by</title>
<updated>2007-06-16T22:30:38+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2007-06-16T22:30:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=838f76c0a9b84f6a1b9935a3c87996248ea52c9b'/>
<id>838f76c0a9b84f6a1b9935a3c87996248ea52c9b</id>
<content type='text'>
  moving OF_set_mmfsa_traptable() (SUNW,set-trap-table with the two
  arguments used here is specific to sun4v) to MD code.
- In sys/dev/ofw/openfirm.h remove prototypes for unimplemented
  functions and unused Solaris compatibility macros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  moving OF_set_mmfsa_traptable() (SUNW,set-trap-table with the two
  arguments used here is specific to sun4v) to MD code.
- In sys/dev/ofw/openfirm.h remove prototypes for unimplemented
  functions and unused Solaris compatibility macros.
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel clean up to make the sun4v kernel build</title>
<updated>2006-10-09T04:45:19+00:00</updated>
<author>
<name>Kip Macy</name>
<email>kmacy@FreeBSD.org</email>
</author>
<published>2006-10-09T04:45:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=25e328499caf5f03bda789019623af1a2585c2bf'/>
<id>25e328499caf5f03bda789019623af1a2585c2bf</id>
<content type='text'>
Reviewed by: jmg
Approved by: rwatson (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by: jmg
Approved by: rwatson (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>Start each of the license/copyright comments with /*-, minor shuffle of lines</title>
<updated>2005-01-06T01:43:34+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-06T01:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=098ca2bda93c701c5331d4e6aace072495b4caaa'/>
<id>098ca2bda93c701c5331d4e6aace072495b4caaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Instead of "OpenFirmware", "openfirmware", etc. use the official spelling</title>
<updated>2004-08-16T15:45:27+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2004-08-16T15:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=39513fa66497aa8f8b91f43c923db7d31db657a3'/>
<id>39513fa66497aa8f8b91f43c923db7d31db657a3</id>
<content type='text'>
"Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended).

Ok'ed by:	tmm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended).

Ok'ed by:	tmm
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement OF_interpret.</title>
<updated>2003-06-07T18:34:04+00:00</updated>
<author>
<name>Jake Burkholder</name>
<email>jake@FreeBSD.org</email>
</author>
<published>2003-06-07T18:34:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2c7df6a555a9f297cf60e9e83c1e384ed11b47e0'/>
<id>2c7df6a555a9f297cf60e9e83c1e384ed11b47e0</id>
<content type='text'>
Obtained from:	netbsd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from:	netbsd
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an #ifdef _KERNEL to make it possible to include this file from</title>
<updated>2002-10-18T15:21:09+00:00</updated>
<author>
<name>Thomas Moestl</name>
<email>tmm@FreeBSD.org</email>
</author>
<published>2002-10-18T15:21:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=89492ca4710fc76f69459022e2538f9d4d01b90c'/>
<id>89492ca4710fc76f69459022e2538f9d4d01b90c</id>
<content type='text'>
userland (to get the typedefs).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
userland (to get the typedefs).
</pre>
</div>
</content>
</entry>
<entry>
<title>1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindings</title>
<updated>2001-11-18T20:38:44+00:00</updated>
<author>
<name>Thomas Moestl</name>
<email>tmm@FreeBSD.org</email>
</author>
<published>2001-11-18T20:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=398e05ab1ccf6fe9c21426b0627e0570656dde93'/>
<id>398e05ab1ccf6fe9c21426b0627e0570656dde93</id>
<content type='text'>
2. Add OF_getprop_alloc(), a helper function that will malloc() a sufficient
   amount of memory and then retrieve a property value into it.

Approved by:	benno
Obtained from:	NetBSD (1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2. Add OF_getprop_alloc(), a helper function that will malloc() a sufficient
   amount of memory and then retrieve a property value into it.

Approved by:	benno
Obtained from:	NetBSD (1)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the openfirmware functions work on 64 bit architectures by using</title>
<updated>2001-07-31T03:36:26+00:00</updated>
<author>
<name>Jake Burkholder</name>
<email>jake@FreeBSD.org</email>
</author>
<published>2001-07-31T03:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8aa920fd1d6c354c58945285f2e3abd2f628b977'/>
<id>8aa920fd1d6c354c58945285f2e3abd2f628b977</id>
<content type='text'>
a standard cell_t type for the fields of all argument structs.  Also
make ihandle_t and phandle_t unsigned to avoid sign extension problems.

Approved by:	benno
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a standard cell_t type for the fields of all argument structs.  Also
make ihandle_t and phandle_t unsigned to avoid sign extension problems.

Approved by:	benno
</pre>
</div>
</content>
</entry>
<entry>
<title>Bracket this file in the usual #ifndef/#define/#endif stuff to prevent</title>
<updated>2001-06-27T12:15:58+00:00</updated>
<author>
<name>Benno Rice</name>
<email>benno@FreeBSD.org</email>
</author>
<published>2001-06-27T12:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=62626b2c33c0eba6fd7adf5ddd4bdf2a0857560b'/>
<id>62626b2c33c0eba6fd7adf5ddd4bdf2a0857560b</id>
<content type='text'>
multiple inclusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
multiple inclusion.
</pre>
</div>
</content>
</entry>
</feed>
