<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/drm, branch release/7.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-12-31T22:57:14Z</updated>
<entry>
<title>Copy releng/7.1 to release/7.1.0 for the 7.1-RELEASE.</title>
<updated>2008-12-31T22:57:14Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-12-31T22:57:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d4eb975d2e49f56d057a19aac09bcb92b3e71f7'/>
<id>urn:sha1:8d4eb975d2e49f56d057a19aac09bcb92b3e71f7</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.1-RELEASE image.
</content>
</entry>
<entry>
<title>MFC rev 1.9 drm_pciids.h</title>
<updated>2008-03-24T10:43:41Z</updated>
<author>
<name>Remko Lodder</name>
<email>remko@FreeBSD.org</email>
</author>
<published>2008-03-24T10:43:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e92423ab78478149cba520f896b9e6e2b8f1431c'/>
<id>urn:sha1:e92423ab78478149cba520f896b9e6e2b8f1431c</id>
<content type='text'>
MFC rev 1.7 i915_dma.c

  Add the i915 GME device to DRM.

  PR:             kern/121808
  Submitted by:   Volker Werth &lt;volker at vwsoft dot com&gt;
  Approved by:    imp (mentor, implicit for trivial changes)
  MFC after:      3 days

Approved by:	imp (mentor, implicit)
</content>
</entry>
<entry>
<title>MFC rev 1.8 drm_pciids.h</title>
<updated>2008-03-07T14:58:50Z</updated>
<author>
<name>Remko Lodder</name>
<email>remko@FreeBSD.org</email>
</author>
<published>2008-03-07T14:58:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=24ac6ad32156bf9dfa528dd6143d89e6df8a013c'/>
<id>urn:sha1:24ac6ad32156bf9dfa528dd6143d89e6df8a013c</id>
<content type='text'>
   Add support for the 965GM.

   PR:             kern/120978
   Submitted by:   Dominic Fandrey &lt;kamikaze at bsdforen dot de&gt;
   Approved by:    imp (mentor, implicit), anholt (drm maintainer)
   MFC after:      3 days

Approved by:	imp (mentor, implicit)
</content>
</entry>
<entry>
<title>MFC v1.7 (by request from remko because he is injured)</title>
<updated>2008-01-29T01:19:31Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-01-29T01:19:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dad4cf65effe697f68de84f32f03e5b0795f214a'/>
<id>urn:sha1:dad4cf65effe697f68de84f32f03e5b0795f214a</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
</content>
</entry>
<entry>
<title>Properly initialize the dev_priv before calling the i915_dma_cleanup().</title>
<updated>2007-08-21T12:52:57Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2007-08-21T12:52:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=046ea980e1ffba6b63823d8a7889f4ca48198755'/>
<id>urn:sha1:046ea980e1ffba6b63823d8a7889f4ca48198755</id>
<content type='text'>
This fixes my rev. 1.5.

Reviewed by:	anholt
Approved by:	re (kensmith)
MFC after:	2 weeks
</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:31Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2007-07-12T09:02:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=73f37bf31a947d54e7ea8bde2ae3398f62b42a96'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>o break newbus api: add a new argument of type driver_filter_t to</title>
<updated>2007-02-23T12:19:07Z</updated>
<author>
<name>Paolo Pisati</name>
<email>piso@FreeBSD.org</email>
</author>
<published>2007-02-23T12:19:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ef544f631226436ef590825881e7a28369df82f6'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Update __FreeBSD_version check for pci_find_extcap() now that it is</title>
<updated>2006-12-28T21:55:47Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-12-28T21:55:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2dccd58192384d47bc26c64777e225a9a2f38e22'/>
<id>urn:sha1:2dccd58192384d47bc26c64777e225a9a2f38e22</id>
<content type='text'>
present in 6.x.
</content>
</entry>
<entry>
<title>Sweep kernel replacing suser(9) calls with priv(9) calls, assigning</title>
<updated>2006-11-06T13:42:10Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2006-11-06T13:42:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=acd3428b7d3e94cef0e1881c868cb4b131d4ff41'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Merge from DRM upstream:</title>
<updated>2006-09-07T23:04:47Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2006-09-07T23:04:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=90e545e597f3bb01d7b73e1aec2ac2070bedb8a4'/>
<id>urn:sha1: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>
</entry>
</feed>
