summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2010-07-21 07:50:21 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2010-07-21 07:50:21 +0000
commitb04feba1c5d64d00103716072fd2cfb54af28953 (patch)
tree4d7138de5e92280338a1b6d393519bc22b4c6eec /sys
parent28589272fd0b97b98dbbfeb79916ba66b7314844 (diff)
Repost ATI FireGL M24 using the emulator. This card is seen on some IBM
Thinkpad T43p models (and likely others).
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/vga_pci.c7
1 files changed, 6 insertions, 1 deletions
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