<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/acpica/Osd/OsdDebug.c, 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>Catch up with ACPI-CA 20070320 import.</title>
<updated>2007-03-22T18:16:43+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2007-03-22T18:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2be4e4713aac95323b389243f0f7fa00f6a6112a'/>
<id>2be4e4713aac95323b389243f0f7fa00f6a6112a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only enter the debugger on a Fatal op if this is a debug build of the</title>
<updated>2007-03-14T19:56:10+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2007-03-14T19:56:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=929a5cf650ffe3c3abb07076cc34e9e4470b2c7f'/>
<id>929a5cf650ffe3c3abb07076cc34e9e4470b2c7f</id>
<content type='text'>
acpi module.  Also clean up print of args a little.

This was accidentally committed as 1.9.2.3 in the stable branch.  Since it
is harmless, I will let the "insta-MFC" stand unless there is a problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
acpi module.  Also clean up print of args a little.

This was accidentally committed as 1.9.2.3 in the stable branch.  Since it
is harmless, I will let the "insta-MFC" stand unless there is a problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Canonize the include of acpi.h.</title>
<updated>2005-09-11T18:39:03+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-09-11T18:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2a191126deb870f9bd48b3172bd16079cd5a926b'/>
<id>2a191126deb870f9bd48b3172bd16079cd5a926b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize __FBSDID identifiers.</title>
<updated>2005-07-22T23:10:02+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-07-22T23:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a3ab9d1e3e08fd7d2548b83f8d968ad785c12b82'/>
<id>a3ab9d1e3e08fd7d2548b83f8d968ad785c12b82</id>
<content type='text'>
MFC after:	2 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	2 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't enter the debugger when executing an AML breakpoint instruction</title>
<updated>2004-09-02T04:28:05+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2004-09-02T04:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2df0b34b24329fc033de4a7411fbc386bbceba83'/>
<id>2df0b34b24329fc033de4a7411fbc386bbceba83</id>
<content type='text'>
unless ACPI_DEBUG is defined.  Users don't typically care about errant
breakpoint instructions.  The HP Pavilion 7915 has this in its PCI0
_INI method for rev 0x6040000 of the RSDT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unless ACPI_DEBUG is defined.  Users don't typically care about errant
breakpoint instructions.  The HP Pavilion 7915 has this in its PCI0
_INI method for rev 0x6040000 of the RSDT.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update for the KDB framework:</title>
<updated>2004-07-10T20:56:43+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-07-10T20:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=124ea6b5ac08700eebc516fed66aba95a0b1cd5f'/>
<id>124ea6b5ac08700eebc516fed66aba95a0b1cd5f</id>
<content type='text'>
o  Call kdb_enter() instead of Debugger().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o  Call kdb_enter() instead of Debugger().
</pre>
</div>
</content>
</entry>
<entry>
<title>Unbreak the DDB build by replacing #includes that were deleted.</title>
<updated>2004-04-14T16:24:28+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2004-04-14T16:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0f4f8be30d704bb76026ad175881e74f1abaab98'/>
<id>0f4f8be30d704bb76026ad175881e74f1abaab98</id>
<content type='text'>
Pointed out by:	Tai-hwa Liang, Xin LI
Pointed hat to:	njl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pointed out by:	Tai-hwa Liang, Xin LI
Pointed hat to:	njl
</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>Support functions for the new ACPI import.</title>
<updated>2003-04-29T18:50:34+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2003-04-29T18:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=51773ddf472aea555c92b7371ed539f06f939788'/>
<id>51773ddf472aea555c92b7371ed539f06f939788</id>
<content type='text'>
  * AcpiOsDerivePciId(): finds a bus number, given the slot/func and the
    acpi parse tree.
  * AcpiOsPredefinedOverride(): use the sysctl hw.acpi.os_name to
    override the value for _OS.

Ideas from:	takawata, jhb
Reviewed by:	takawata, marcel
Tested on:	i386, ia64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * AcpiOsDerivePciId(): finds a bus number, given the slot/func and the
    acpi parse tree.
  * AcpiOsPredefinedOverride(): use the sysctl hw.acpi.os_name to
    override the value for _OS.

Ideas from:	takawata, jhb
Reviewed by:	takawata, marcel
Tested on:	i386, ia64
</pre>
</div>
</content>
</entry>
</feed>
