intel_gart: Add Atom DMI bridge ID's to match accelerant

This commit is contained in:
Alexander von Gluck IV 2016-04-28 20:49:37 -05:00
parent dee0f365e1
commit 1b9ee9d382
1 changed files with 4 additions and 2 deletions

View File

@ -90,8 +90,10 @@ const struct supported_device {
{0x2e40, 0x2e42, INTEL_MODEL_G45, "B43"},
{0x2e90, 0x2e92, INTEL_MODEL_G45, "B43"},
{0xa000, 0xa001, INTEL_MODEL_PINE, "Atom_Dx10"},
{0xa010, 0xa011, INTEL_MODEL_PINEM, "Atom_N4x0"},
{0xa000, 0xa001, INTEL_MODEL_PINE, "Atom D4xx"},
{0xa000, 0xa002, INTEL_MODEL_PINE, "Atom D5xx"},
{0xa010, 0xa011, INTEL_MODEL_PINEM, "Atom N4xx"},
{0xa010, 0xa012, INTEL_MODEL_PINEM, "Atom N5xx"},
{0x0040, 0x0042, INTEL_MODEL_ILKG, "IronLake Desktop"},
{0x0044, 0x0046, INTEL_MODEL_ILKGM, "IronLake Mobile"},