<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/char, branch v2.6.12</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/char?h=v2.6.12</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/char?h=v2.6.12'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-06-11T03:23:21Z</updated>
<entry>
<title>Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6</title>
<updated>2005-06-11T03:23:21Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-11T03:23:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a7df849c67f0a5248693e432d03f738e84d6826c'/>
<id>urn:sha1:a7df849c67f0a5248693e432d03f738e84d6826c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] remove bogus hack from radeon IRQ handler</title>
<updated>2005-06-10T09:27:51Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@starflyer.(none)</email>
</author>
<published>2005-06-10T09:27:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=74e8ebc55d85ca1acb3e73610965bea63cc39054'/>
<id>urn:sha1:74e8ebc55d85ca1acb3e73610965bea63cc39054</id>
<content type='text'>
This removes a bogus hack from the radeon IRQ handler.
There is a better fix from myself and benh in DRM CVS but I'll wait
until 2.6.13-rc so it gets more testing.

Signed-off-by: Dave Airlie &lt;airlied@linux.ie&gt;
</content>
</entry>
<entry>
<title>[PATCH] drm add i945G pci id</title>
<updated>2005-06-10T08:47:38Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@starflyer.(none)</email>
</author>
<published>2005-06-10T08:47:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e98ded32f37a538b906d98059b3db71be36405a7'/>
<id>urn:sha1:e98ded32f37a538b906d98059b3db71be36405a7</id>
<content type='text'>
Add pci identifier for i945G chipset

Signed-off-by: Dave Airlie &lt;airlied@linux.ie&gt;
</content>
</entry>
<entry>
<title>[PATCH] Replace check_bridge_mode() with (bridge-&gt;mode &amp; AGSTAT_MODE_3_0).</title>
<updated>2005-06-07T19:35:44Z</updated>
<author>
<name>David Mosberger</name>
<email>davidm@napali.hpl.hp.com</email>
</author>
<published>2005-04-04T20:29:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=66bb8bf8b235ba4d37fda14375827864977c6a3e'/>
<id>urn:sha1:66bb8bf8b235ba4d37fda14375827864977c6a3e</id>
<content type='text'>
[AGPGART] Replace check_bridge_mode() with (bridge-&gt;mode &amp; AGSTAT_MODE_3_0).

As mentioned earlier, the current check_bridge_mode() code assumes
that AGP bridges are PCI devices.  This isn't always true.  Definitely
not for HP zx1 chipset and the same seems to be the case for SGI's AGP
bridge.

The patch below fixes the problem by picking up the AGP_MODE_3_0 bit
from bridge-&gt;mode.  I feel like I may be missing something, since I
can't see any reason why check_bridge_mode() wasn't doing that in the
first place.  According to the AGP 3.0 specs, the AGP_MODE_3_0 bit is
determined during the hardware reset and cannot be changed, so it
seems to me it should be safe to pick it up from bridge-&gt;mode.

With the patch applied, I can definitely use AGP acceleration both
with AGP 2.0 and AGP 3.0 (one with an Nvidia card, the other with an
ATI FireGL card).

Unless someone spots a problem, please apply this patch so 3d
acceleration can work on zx1 boxes again.

This makes AGP work again on machines with an AGP bridge that isn't a
PCI device.

Signed-off-by: David Mosberger-Tang &lt;davidm@hpl.hp.com&gt;
Signed-off-by: Dave Jones &lt;davej@redhat.com&gt;

</content>
</entry>
<entry>
<title>[PATCH] AGP fix for Xen VMM</title>
<updated>2005-06-07T19:35:43Z</updated>
<author>
<name>Keir Fraser</name>
<email>Keir.Fraser@cl.cam.ac.uk</email>
</author>
<published>2005-03-30T21:17:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=07eee78ea8ba2d0b7b20551c35a3e7dd158d50bb'/>
<id>urn:sha1:07eee78ea8ba2d0b7b20551c35a3e7dd158d50bb</id>
<content type='text'>
When Linux is running on the Xen virtual machine monitor, physical
addresses are virtualised and cannot be directly referenced by the AGP
GART.  This patch fixes the GART driver for Xen by adding a layer of
abstraction between physical addresses and 'GART addresses'.

Architecture-specific functions are also defined for allocating and freeing
the GATT.  Xen requires this to ensure that table really is contiguous from
the point of view of the GART.

These extra interface functions are defined as 'no-ops' for all existing
architectures that use the GART driver.

Signed-off-by: Keir Fraser &lt;keir@xensource.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Dave Jones &lt;davej@redhat.com&gt;

</content>
</entry>
<entry>
<title>[PATCH] sgi-agp: fixes a problem with accessing GART memory in sgi_tioca_insert_memory and sgi_tioca_remove_memory</title>
<updated>2005-06-07T19:35:43Z</updated>
<author>
<name>Michael Werner</name>
<email>werner@mrcoffee.engr.sgi.com</email>
</author>
<published>2005-03-28T06:08:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e29b545cb153f230fbd8ff4c19bc98ab950f9f5c'/>
<id>urn:sha1:e29b545cb153f230fbd8ff4c19bc98ab950f9f5c</id>
<content type='text'>
This patch fixes a problem with accessing GART memory in
sgi_tioca_insert_memory and sgi_tioca_remove_memory.

 sgi-agp.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

Signed-off-by: Mike Werner &lt;werner@sgi.com&gt;
Signed-off-by: Dave Jones &lt;davej@redhat.com&gt;

</content>
</entry>
<entry>
<title>[PATCH] i945G patch for agpgart</title>
<updated>2005-06-07T19:35:42Z</updated>
<author>
<name>Alan Hourihane</name>
<email>alanh@fairlite.demon.co.uk</email>
</author>
<published>2005-05-31T18:50:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d0de98fa16169562bd74913c6c9b3857f9065c79'/>
<id>urn:sha1:d0de98fa16169562bd74913c6c9b3857f9065c79</id>
<content type='text'>
Attached is a small patch for i945G support against 2.6.11.11.

From: Alan Hourihane &lt;alanh@fairlite.demon.co.uk&gt;
Signed-off-by: Dave Jones &lt;davej@redhat.com&gt;

</content>
</entry>
<entry>
<title>[PATCH] moxa: do not ignore input</title>
<updated>2005-06-06T21:42:23Z</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda@ilport.com.ua</email>
</author>
<published>2005-06-06T20:35:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3399ba5b70eccc918ea4ab2630cac68f5c8ff845'/>
<id>urn:sha1:3399ba5b70eccc918ea4ab2630cac68f5c8ff845</id>
<content type='text'>
Stop using tty internal structure in mxser_receive_chars(), use
tty_insert_flip_char(tty, ch flag); instead.

Without this change driver ignores any rx'ed chars.

Run tested.

Cc: Alan Cox &lt;alan@redhat.com&gt;
Cc: Russell King &lt;rmk@arm.linux.org.uk&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] ipmi build fix</title>
<updated>2005-05-25T22:31:27Z</updated>
<author>
<name>Neil Horman</name>
<email>nhorman@redhat.com</email>
</author>
<published>2005-05-25T19:31:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=dca79a046b93a81496bb30ca01177fb17f37ab72'/>
<id>urn:sha1:dca79a046b93a81496bb30ca01177fb17f37ab72</id>
<content type='text'>
It looks like the recent IPMI patches had some -mm-onlyisms.

Signed-off-by: Neil Horman &lt;nhorman@redhat.com&gt;
Cc: Corey Minyard &lt;minyard@acm.org&gt;
Cc: Greg KH &lt;greg@kroah.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Add sysfs support for the IPMI device interface</title>
<updated>2005-05-20T14:58:04Z</updated>
<author>
<name>Corey Minyard</name>
<email>minyard@acm.org</email>
</author>
<published>2005-05-20T06:56:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=37e0915b701281182cea9fc90e894d10addf134a'/>
<id>urn:sha1:37e0915b701281182cea9fc90e894d10addf134a</id>
<content type='text'>
Add support for sysfs to the IPMI device interface.

Clean-ups based on Dimitry Torokovs comment by Philipp Hahn.

Signed-off-by: Corey Minyard &lt;minyard@acm.org&gt;
Signed-off-by: Philipp Hahn &lt;pmhahn@titan.lahn.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
