From: mlarkin Date: Wed, 21 Jul 2010 07:50:20 +0000 (+0000) Subject: Repost ATI FireGL M24 using the emulator. This card is seen on some IBM X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f42b5935225f9d0030299a873a29a4f4049f981a;p=openbsd Repost ATI FireGL M24 using the emulator. This card is seen on some IBM Thinkpad T43p models (and likely others). --- diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 1aa85643040..fca05f4d7de 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vga_pci.c,v 1.55 2010/07/20 05:18:22 mlarkin Exp $ */ +/* $OpenBSD: vga_pci.c,v 1.56 2010/07/21 07:50:20 mlarkin Exp $ */ /* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */ /* @@ -183,6 +183,11 @@ static const struct vga_device_description vga_devs[] = { { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X1250IGP, 0x1025, 0x028c }, { 0xffff, 0xffff, 0xffff, 0xffff}, 1, 0 + }, + { /* Thinkpad T43p with ATI FireGL (M24) */ + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_FIREGL_M24GL, + 0x1014, 0x0570 }, + { 0xffff, 0xffff, 0xffff, 0xffff}, 1, 0 } }; #endif