diff options
author | Fabian Henze <hoacha@quantentunnel.de> | 2009-09-08 00:59:59 +0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-09-08 23:33:26 -0700 |
commit | 7839c5d5519b6d9e2ccf3cdbf1c39e3817ad0835 (patch) | |
tree | 6cdb6bf350ee669c752c3deabbfdedff5de069c0 /include/drm | |
parent | 38d8a95621b20ed7868e232a35a26ee61bdcae6f (diff) | |
download | linux-7839c5d5519b6d9e2ccf3cdbf1c39e3817ad0835.tar.gz linux-7839c5d5519b6d9e2ccf3cdbf1c39e3817ad0835.tar.bz2 linux-7839c5d5519b6d9e2ccf3cdbf1c39e3817ad0835.zip |
drm/i915: add B43 chipset support
Signed-off-by: Fabian Henze <hoacha@quantentunnel.de>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_pciids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h index 853508499d20..3f6e545609be 100644 --- a/include/drm/drm_pciids.h +++ b/include/drm/drm_pciids.h @@ -552,6 +552,7 @@ {0x8086, 0x2e12, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ {0x8086, 0x2e22, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ {0x8086, 0x2e32, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ + {0x8086, 0x2e42, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ {0x8086, 0xa001, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ {0x8086, 0xa011, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ {0x8086, 0x35e8, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ |