* [PATCH] new aty128fb supported card?
@ 2001-12-28 8:39 Q ED
0 siblings, 0 replies; only message in thread
From: Q ED @ 2001-12-28 8:39 UTC (permalink / raw)
To: linux-kernel
I have a recent ATI 128 card (XPERT 2000 or something?). In any case, lspci
gives:
01:05.0 VGA compatible controller: ATI Technologies Inc Rage 128 Pro TF
or numerically:
01:05.0 Class 0300: 1002:5446
Now the aty128fb driver just ignores it gracefully. Being no kernel hacker,
it took me some time to discover the remedy, namely:
--- linux.old/drivers/video/aty128fb.c Fri Dec 28 10:21:52 2001
+++ linux/drivers/video/aty128fb.c Fri Dec 28 10:22:36 2001
@@ -154,6 +154,7 @@
{"Rage128 RL (AGP)", PCI_DEVICE_ID_ATI_RAGE128_RL, rage_128},
{"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 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}
Any chance of getting it into the kernel?
Please CC answers, as I am not subscribed.
Thanks :)
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-12-28 8:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-28 8:39 [PATCH] new aty128fb supported card? Q ED
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox