X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fvideo%2Ftridentfb.c;h=9ac2d3171187855286c7869e1ea33f5f0c7cebe2;hb=c465e05a03209651078b95686158648fd7ed84c5;hp=698ca9232e73649c7669887685edca5e89b16698;hpb=8d894c47975f7222c5537e450e71310b395488c7;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/video/tridentfb.c b/drivers/video/tridentfb.c index 698ca92..9ac2d31 100644 --- a/drivers/video/tridentfb.c +++ b/drivers/video/tridentfb.c @@ -1061,6 +1061,11 @@ static int __devinit trident_pci_probe(struct pci_dev * dev, const struct pci_de chip_id = id->device; + if(chip_id == CYBERBLADEi1) + output("*** Please do use cyblafb, Cyberblade/i1 support " + "will soon be removed from tridentfb!\n"); + + /* If PCI id is 0x9660 then further detect chip type */ if (chip_id == TGUI9660) { @@ -1288,7 +1293,6 @@ static struct fb_ops tridentfb_ops = { .fb_fillrect = tridentfb_fillrect, .fb_copyarea= tridentfb_copyarea, .fb_imageblit = cfb_imageblit, - .fb_cursor = soft_cursor, }; module_init(tridentfb_init);