Browse Source

drm/sis: add pciid for SiS 662/671 chipset

Signed-off-by: Dave Airlie <airlied@redhat.com>
Chaoyu Chen 17 years ago
parent
commit
feac7af508
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/char/drm/drm_pciids.h

+ 1 - 0
drivers/char/drm/drm_pciids.h

@@ -315,6 +315,7 @@
 	{0x1039, 0x5300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
 	{0x1039, 0x6300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
 	{0x1039, 0x6330, PCI_ANY_ID, PCI_ANY_ID, 0, 0, SIS_CHIP_315}, \
+	{0x1039, 0x6351, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
 	{0x1039, 0x7300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
 	{0x18CA, 0x0040, PCI_ANY_ID, PCI_ANY_ID, 0, 0, SIS_CHIP_315}, \
 	{0x18CA, 0x0042, PCI_ANY_ID, PCI_ANY_ID, 0, 0, SIS_CHIP_315}, \