Repost ATI FireGL M24 using the emulator. This card is seen on some IBM
authormlarkin <mlarkin@openbsd.org>
Wed, 21 Jul 2010 07:50:20 +0000 (07:50 +0000)
committermlarkin <mlarkin@openbsd.org>
Wed, 21 Jul 2010 07:50:20 +0000 (07:50 +0000)
Thinkpad T43p models (and likely others).

sys/dev/pci/vga_pci.c

index 1aa8564..fca05f4 100644 (file)
@@ -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