The patch titled radeonfb: add chip definition for RV370 5b63 has been removed from the -mm tree. Its filename was radeonfb-add-chip-definition-for-rv370-5b63.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: radeonfb: add chip definition for RV370 5b63 From: Andreas Herrmann <aherrman@xxxxxxxx> Enable radeonfb for another Radeon card which I've found on a Sapphire X550 (Silent). It was acked by Benjamin, see http://marc.info/?l=linux-fbdev-devel&m=119516950701198&w=2 Acked-by: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andreas Herrmann <aherrman@xxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/aty/radeon_base.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/video/aty/radeon_base.c~radeonfb-add-chip-definition-for-rv370-5b63 drivers/video/aty/radeon_base.c --- a/drivers/video/aty/radeon_base.c~radeonfb-add-chip-definition-for-rv370-5b63 +++ a/drivers/video/aty/radeon_base.c @@ -202,6 +202,7 @@ static struct pci_device_id radeonfb_pci CHIP_DEF(PCI_CHIP_RV380_3154, RV380, CHIP_HAS_CRTC2 | CHIP_IS_MOBILITY), CHIP_DEF(PCI_CHIP_RV370_5B60, RV380, CHIP_HAS_CRTC2), CHIP_DEF(PCI_CHIP_RV370_5B62, RV380, CHIP_HAS_CRTC2), + CHIP_DEF(PCI_CHIP_RV370_5B63, RV380, CHIP_HAS_CRTC2), CHIP_DEF(PCI_CHIP_RV370_5B64, RV380, CHIP_HAS_CRTC2), CHIP_DEF(PCI_CHIP_RV370_5B65, RV380, CHIP_HAS_CRTC2), CHIP_DEF(PCI_CHIP_RV370_5460, RV380, CHIP_HAS_CRTC2 | CHIP_IS_MOBILITY), _ Patches currently in -mm which might be from aherrman@xxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html