<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/acpica/Osd/OsdMemory.c, branch release/5.3.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>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

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

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Style cleanups to reduce diffs to locking tree.</title>
<updated>2004-04-14T03:39:08+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2004-04-14T03:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c871a6da4c8b423261eafff8ad2d08fcff894c73'/>
<id>c871a6da4c8b423261eafff8ad2d08fcff894c73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build breakage on ia64. The second argument of AcpiOsReadable()</title>
<updated>2003-07-14T02:42:15+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-07-14T02:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6613111b558f3d060a0540513f6c187f1318dbe2'/>
<id>6613111b558f3d060a0540513f6c187f1318dbe2</id>
<content type='text'>
and AcpiOsWritable() have type ACPI_SIZE and not UINT32.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and AcpiOsWritable() have type ACPI_SIZE and not UINT32.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update code to work with 0619 dist</title>
<updated>2003-07-13T22:57:16+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2003-07-13T22:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6fca9360dbe54a16d8a53ad5c54c6f5e9b52fff6'/>
<id>6fca9360dbe54a16d8a53ad5c54c6f5e9b52fff6</id>
<content type='text'>
* Use ACPI_BUFFER as the type for AcpiGetObjectInfo
* Remove AcpiEnableEvent/AcpiClearEvent for ACPI_EVENT_FIXED (power/sleep
  buttons) as they are no longer needed
* Change calls to use the new GPE functions
* Add AcpiOs*Lock functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use ACPI_BUFFER as the type for AcpiGetObjectInfo
* Remove AcpiEnableEvent/AcpiClearEvent for ACPI_EVENT_FIXED (power/sleep
  buttons) as they are no longer needed
* Change calls to use the new GPE functions
* Add AcpiOs*Lock functions
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a gcc-3.1+ warning.</title>
<updated>2002-03-19T11:02:06+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-03-19T11:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=30171114b3cf69e9a50b1076e974f8392faf6f36'/>
<id>30171114b3cf69e9a50b1076e974f8392faf6f36</id>
<content type='text'>
warning: deprecated use of label at end of compound statement

ie: you cannot do this anymore:
switch(foo) {
....

default:
}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warning: deprecated use of label at end of compound statement

ie: you cannot do this anymore:
switch(foo) {
....

default:
}
</pre>
</div>
</content>
</entry>
<entry>
<title>Recent acpica imports have changed the lengths from UINT32 to ACPI_SIZE,</title>
<updated>2002-03-12T00:10:40+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-03-12T00:10:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=75a3a26d2ac0a26cbd77abb6aa7c73c82ba14427'/>
<id>75a3a26d2ac0a26cbd77abb6aa7c73c82ba14427</id>
<content type='text'>
which is 64 bit on ia64.  Fix it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which is 64 bit on ia64.  Fix it.
</pre>
</div>
</content>
</entry>
<entry>
<title>AcpiOsCallocate is no longer required.</title>
<updated>2002-02-23T05:32:10+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2002-02-23T05:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9232a543e6ce9742167e8a597dcf0ea597dddebd'/>
<id>9232a543e6ce9742167e8a597dcf0ea597dddebd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Synch with minor changes in the ACPI CA 20011120 snapshot.</title>
<updated>2001-11-28T04:36:29+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2001-11-28T04:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=76f2b644fdfb79b61d612c858f9aa5e02c50215e'/>
<id>76f2b644fdfb79b61d612c858f9aa5e02c50215e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the OSD module to match the ACPI CA 20010717 import.</title>
<updated>2001-07-21T04:10:01+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2001-07-21T04:10:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9d839ea8e4a9327a06de07eb9427eec4357a93e3'/>
<id>9d839ea8e4a9327a06de07eb9427eec4357a93e3</id>
<content type='text'>
Submitted by:	"Grover, Andrew" &lt;andrew.grover@intel.com&gt; (OsdHardware.c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	"Grover, Andrew" &lt;andrew.grover@intel.com&gt; (OsdHardware.c)
</pre>
</div>
</content>
</entry>
<entry>
<title>Staticise some malloc pools</title>
<updated>2000-12-08T20:48:33+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2000-12-08T20:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e0b349e634ca7ed9e47108c8f8d2e9452f2e0afa'/>
<id>e0b349e634ca7ed9e47108c8f8d2e9452f2e0afa</id>
<content type='text'>
Submitted by:	phk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	phk
</pre>
</div>
</content>
</entry>
</feed>
