2002-02-26 01:37:03

by Michael Cohen

[permalink] [raw]
Subject: Submissions for 2.4.19-pre [Rage128 Device ID]

This is the first of several mails containing patches to be included in 2.4.19. Some are worthy of dicussion prior to inclusion and have been marked as such. The majority of these patches were found on lkml; the remaining ones have URLs listed.

------
Michael Cohen
OhDarn.net

diff -Nru linux-2.4.19-pre1/drivers/video/aty128fb.c linux-patched/drivers/video/aty128fb.c
--- linux-2.4.19-pre1/drivers/video/aty128fb.c Mon Feb 25 14:38:07 2002
+++ linux-patched/drivers/video/aty128fb.c Mon Feb 25 20:18:20 2002
@@ -164,6 +164,7 @@
{"Rage128 Pro PF (AGP)", PCI_DEVICE_ID_ATI_RAGE128_PF, rage_128_pro},
{"Rage128 Pro PR (PCI)", PCI_DEVICE_ID_ATI_RAGE128_PR, rage_128_pro},
{"Rage128 Pro TR (AGP)", PCI_DEVICE_ID_ATI_RAGE128_U3, rage_128_pro},
+ {"Rage128 Pro TF (AGP)", PCI_DEVICE_ID_ATI_RAGE128_U1, rage_128_pro},
{"Rage Mobility M3 (PCI)", PCI_DEVICE_ID_ATI_RAGE128_LE, rage_M3},
{"Rage Mobility M3 (AGP)", PCI_DEVICE_ID_ATI_RAGE128_LF, rage_M3},
{NULL, 0, rage_128}