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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/