From: James S. <jsi...@tr...> - 2001-06-13 22:05:06
|
> > I tried aty128fb and it didn't detect this card. I was wondering if we > > have patches to support this card. Thanks. > > That is a mach64 based card. They now make a rage 128 version of this card. We added the below line and the card now works :-) /* supported Rage128 chipsets */ static const struct aty128_chip_info aty128_pci_probe_list[] __initdata = { {"Rage128 PD (PCI)", PCI_DEVICE_ID_ATI_Rage128_PD, rage_128_pro}, |