Patch by Dustin Howett: Add i945GME to the supported devices list (caveat: no overlay).

Thanks!



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27365 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2008-09-08 02:45:14 +00:00
parent 91e9d17c3f
commit 204737b832
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ const struct supported_device {
{0x2590, 0x2592, INTEL_TYPE_91x, "i915GM"},
{0x2770, 0x2772, INTEL_TYPE_945, "i945G"},
{0x27a0, 0x27a2, INTEL_TYPE_945, "i945GM"},
{0x27ac, 0x27ae, INTEL_TYPE_945, "i945GME"},
{0x2970, 0x2972, INTEL_TYPE_965, "i946GZ"},
{0x2980, 0x2982, INTEL_TYPE_965, "i965G"},

View File

@ -48,6 +48,7 @@ const struct supported_device {
{0x2592, INTEL_TYPE_91x, "i915GM"},
{0x2772, INTEL_TYPE_945, "i945G"},
{0x27a2, INTEL_TYPE_945, "i945GM"},
{0x27ae, INTEL_TYPE_945, "i945GME"},
{0x29a2, INTEL_TYPE_965, "i965G"},
{0x2a02, INTEL_TYPE_965, "i965GM"},
{0x29b2, INTEL_TYPE_G33, "G33G"},