The patch titled drm: allow detection of new VIA chipsets has been added to the -mm tree. Its filename is allow-drm-detection-of-new-via-chipsets.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: drm: allow detection of new VIA chipsets From: Chuck Short <chuck@maggie> Update pci ids. patch location: http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=5195a64a27550a279b2ecaf400066a3823f2d053 Signed-off-by: Chuck Short <zulcss@xxxxxxxxx> Signed-off-by: Ben Collins <bcollins@xxxxxxxxxx> Cc: Dave Airlie <airlied@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/drm/drm_pciids.h | 3 +++ 1 file changed, 3 insertions(+) diff -puN drivers/char/drm/drm_pciids.h~allow-drm-detection-of-new-via-chipsets drivers/char/drm/drm_pciids.h --- a/drivers/char/drm/drm_pciids.h~allow-drm-detection-of-new-via-chipsets +++ a/drivers/char/drm/drm_pciids.h @@ -227,6 +227,9 @@ {0x1106, 0x3122, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x1106, 0x7205, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x1106, 0x3108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ + {0x1106, 0x3157, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ + {0x1106, 0x3344, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ + {0x1106, 0x7204, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0, 0, 0} #define i810_PCI_IDS \ _ Patches currently in -mm which might be from chuck@maggie are allow-drm-detection-of-new-via-chipsets.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