mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
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:
parent
91e9d17c3f
commit
204737b832
@ -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"},
|
||||
|
@ -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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user