<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/drm, 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>MFC v1.7 (by request from remko because he is injured)</title>
<updated>2008-01-29T01:39:16+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-01-29T01:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c45b29288040c726a67b319e9f0ac1a33f4d4454'/>
<id>c45b29288040c726a67b319e9f0ac1a33f4d4454</id>
<content type='text'>
&gt; revision 1.7
&gt; date: 2008/01/16 13:54:40;  author: remko;  state: Exp;  lines: +9 -6
&gt; Dont accidentally remove a filesocket which is still in use. This gives
&gt; problems when the DRM driver is loaded and the AIXGL extension is loaded
&gt; , the AIXGL driver requests a drm_close and this will cause the radeon
&gt; driver to fail while starting X windows.
&gt;
&gt; PR:             kern/114688
&gt; Submitted by:   vehemens &lt;vehemens at verizon dot net&gt;
&gt; Prodded by:     Robert Noland
&gt; Approved by:    imp (mentor, a while ago already), anholt

Approved by:			re (kensmith)
Me doing MFC requested by:	remko
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&gt; revision 1.7
&gt; date: 2008/01/16 13:54:40;  author: remko;  state: Exp;  lines: +9 -6
&gt; Dont accidentally remove a filesocket which is still in use. This gives
&gt; problems when the DRM driver is loaded and the AIXGL extension is loaded
&gt; , the AIXGL driver requests a drm_close and this will cause the radeon
&gt; driver to fail while starting X windows.
&gt;
&gt; PR:             kern/114688
&gt; Submitted by:   vehemens &lt;vehemens at verizon dot net&gt;
&gt; Prodded by:     Robert Noland
&gt; Approved by:    imp (mentor, a while ago already), anholt

Approved by:			re (kensmith)
Me doing MFC requested by:	remko
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly initialize the dev_priv before calling the i915_dma_cleanup().</title>
<updated>2007-08-21T12:52:57+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2007-08-21T12:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=046ea980e1ffba6b63823d8a7889f4ca48198755'/>
<id>046ea980e1ffba6b63823d8a7889f4ca48198755</id>
<content type='text'>
This fixes my rev. 1.5.

Reviewed by:	anholt
Approved by:	re (kensmith)
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes my rev. 1.5.

Reviewed by:	anholt
Approved by:	re (kensmith)
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with a</title>
<updated>2007-07-12T09:02:31+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2007-07-12T09:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=73f37bf31a947d54e7ea8bde2ae3398f62b42a96'/>
<id>73f37bf31a947d54e7ea8bde2ae3398f62b42a96</id>
<content type='text'>
non-sleepable lock held. drm_pci_alloc() calls them, thus drm mutex shall
not be held during the call.

Move the drm_pci_alloc() to the start of the i915_initialize() and drop the
the drm mutex around it.

Reported by:	Ganbold &lt;ganbold micom mng net&gt;
Reviewed by:	anholt
Approved by:	re (hrs)
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
non-sleepable lock held. drm_pci_alloc() calls them, thus drm mutex shall
not be held during the call.

Move the drm_pci_alloc() to the start of the i915_initialize() and drop the
the drm mutex around it.

Reported by:	Ganbold &lt;ganbold micom mng net&gt;
Reviewed by:	anholt
Approved by:	re (hrs)
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>o break newbus api: add a new argument of type driver_filter_t to</title>
<updated>2007-02-23T12:19:07+00:00</updated>
<author>
<name>Paolo Pisati</name>
<email>piso@FreeBSD.org</email>
</author>
<published>2007-02-23T12:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ef544f631226436ef590825881e7a28369df82f6'/>
<id>ef544f631226436ef590825881e7a28369df82f6</id>
<content type='text'>
  bus_setup_intr()

o add an int return code to all fast handlers

o retire INTR_FAST/IH_FAST

For more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=465712+0+current/freebsd-current

Reviewed by: many
Approved by: re@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  bus_setup_intr()

o add an int return code to all fast handlers

o retire INTR_FAST/IH_FAST

For more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=465712+0+current/freebsd-current

Reviewed by: many
Approved by: re@
</pre>
</div>
</content>
</entry>
<entry>
<title>Update __FreeBSD_version check for pci_find_extcap() now that it is</title>
<updated>2006-12-28T21:55:47+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-12-28T21:55:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2dccd58192384d47bc26c64777e225a9a2f38e22'/>
<id>2dccd58192384d47bc26c64777e225a9a2f38e22</id>
<content type='text'>
present in 6.x.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
present in 6.x.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sweep kernel replacing suser(9) calls with priv(9) calls, assigning</title>
<updated>2006-11-06T13:42:10+00:00</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2006-11-06T13:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=acd3428b7d3e94cef0e1881c868cb4b131d4ff41'/>
<id>acd3428b7d3e94cef0e1881c868cb4b131d4ff41</id>
<content type='text'>
specific privilege names to a broad range of privileges.  These may
require some future tweaking.

Sponsored by:           nCircle Network Security, Inc.
Obtained from:          TrustedBSD Project
Discussed on:           arch@
Reviewed (at least in part) by: mlaier, jmg, pjd, bde, ceri,
                        Alex Lyashkov &lt;umka at sevcity dot net&gt;,
                        Skip Ford &lt;skip dot ford at verizon dot net&gt;,
                        Antoine Brodin &lt;antoine dot brodin at laposte dot net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
specific privilege names to a broad range of privileges.  These may
require some future tweaking.

Sponsored by:           nCircle Network Security, Inc.
Obtained from:          TrustedBSD Project
Discussed on:           arch@
Reviewed (at least in part) by: mlaier, jmg, pjd, bde, ceri,
                        Alex Lyashkov &lt;umka at sevcity dot net&gt;,
                        Skip Ford &lt;skip dot ford at verizon dot net&gt;,
                        Antoine Brodin &lt;antoine dot brodin at laposte dot net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from DRM upstream:</title>
<updated>2006-09-07T23:04:47+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2006-09-07T23:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=90e545e597f3bb01d7b73e1aec2ac2070bedb8a4'/>
<id>90e545e597f3bb01d7b73e1aec2ac2070bedb8a4</id>
<content type='text'>
- Add support for Intel 965 Express chipsets.
- Add support for R200 vertex programs, along with minor bugfixes.
- Add support for vblank synchronization to pipe B of Intel hardware
  (laptop screens).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add support for Intel 965 Express chipsets.
- Add support for R200 vertex programs, along with minor bugfixes.
- Add support for vblank synchronization to pipe B of Intel hardware
  (laptop screens).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to current DRM CVS, bringing in a fix for a NULL pointer chase when</title>
<updated>2006-05-17T06:36:28+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2006-05-17T06:36:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=30a00481cc274394d93defba2a3c62659ec20e5a'/>
<id>30a00481cc274394d93defba2a3c62659ec20e5a</id>
<content type='text'>
running 3d apps on i915.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
running 3d apps on i915.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from DRM CVS:</title>
<updated>2006-05-17T06:29:36+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2006-05-17T06:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ad33688fcad7a7861b38e5c174a3280b6f75ae42'/>
<id>ad33688fcad7a7861b38e5c174a3280b6f75ae42</id>
<content type='text'>
Set entry-&gt;virtual for sg maps, fixing ATI PCI/PCIE GART support.

PR:		kern/97056
Submitted by:	Stanislav Sedov &lt;ssedov@mbsd.msk.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set entry-&gt;virtual for sg maps, fixing ATI PCI/PCIE GART support.

PR:		kern/97056
Submitted by:	Stanislav Sedov &lt;ssedov@mbsd.msk.ru&gt;
</pre>
</div>
</content>
</entry>
</feed>
