From 07dabc3fc3f22a5b359e44a12876a368e36e617f Mon Sep 17 00:00:00 2001 From: mlarkin Date: Tue, 20 Jul 2010 05:18:22 +0000 Subject: [PATCH] VGA repost for ATI Radeon X1250IGP (as found on Gateway netbooks and 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 7471f4ff051..1aa85643040 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.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 -- 2.20.1