VGA repost for ATI Radeon X1250IGP (as found on Gateway netbooks and
authormlarkin <mlarkin@openbsd.org>
Tue, 20 Jul 2010 05:18:22 +0000 (05:18 +0000)
committermlarkin <mlarkin@openbsd.org>
Tue, 20 Jul 2010 05:18:22 +0000 (05:18 +0000)
others). Repost via emulator or real mode code, either one works. Used the
emulator to keep it consistent with other Radeon devices already listed.

sys/dev/pci/vga_pci.c

index 7471f4f..1aa8564 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: vga_pci.c,v 1.54 2010/07/14 11:21:53 matthieu Exp $ */
+/* $OpenBSD: vga_pci.c,v 1.55 2010/07/20 05:18:22 mlarkin Exp $ */
 /* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */
 
 /*
@@ -178,6 +178,11 @@ static const struct vga_device_description vga_devs[] = {
            {   PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3200_2,
                0x17aa, 0x21b2 },
            {   0xffff, 0xffff, 0xffff, 0xffff}, 1, 0
+       },
+       {       /* Gateway LT3103u (ATI Radeon X1250/RS690) */
+           {   PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X1250IGP,
+               0x1025, 0x028c },
+           {   0xffff, 0xffff, 0xffff, 0xffff}, 1, 0
        }
 };
 #endif