From nobody Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Sat, 24 Jun 2006 10:02:17 -0400 Subject: [PATCH] [UBUNTU: drm] Allow drm detection of new VIA chipsets. Update pci ids. Signed-off-by: Chuck Short --- drivers/char/drm/drm_pciids.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) a174b8d95754cc8493c5bdb7458f0c6dfb2d0302 diff --git a/drivers/char/drm/drm_pciids.h b/drivers/char/drm/drm_pciids.h index 8428803..5a07d07 100644 --- a/drivers/char/drm/drm_pciids.h +++ b/drivers/char/drm/drm_pciids.h @@ -227,6 +227,9 @@ #define viadrv_PCI_IDS \ {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 \ -- 1.3.3