提交 2908826d 编写于 作者: O Ondrej Zary 提交者: Dave Airlie

agpgart: detected ALi M???? chipset with M1621

Add M1621 chipset name to ali-agp, preventing "Detected ALi M???? chipset"
message.
Signed-off-by: NOndrej Zary <linux@rainbow-software.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 068a117c
...@@ -346,7 +346,7 @@ static int __devinit agp_ali_probe(struct pci_dev *pdev, ...@@ -346,7 +346,7 @@ static int __devinit agp_ali_probe(struct pci_dev *pdev,
devs[j].chipset_name = "M1641"; devs[j].chipset_name = "M1641";
break; break;
case 0x43: case 0x43:
devs[j].chipset_name = "M????"; devs[j].chipset_name = "M1621";
break; break;
case 0x47: case 0x47:
devs[j].chipset_name = "M1647"; devs[j].chipset_name = "M1647";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册