summaryrefslogtreecommitdiff
path: root/sys/dev/pci/vga_pci.c
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2010-07-20 05:18:23 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2010-07-20 05:18:23 +0000
commit015d7e6521fdc5229a5008fd6cf93792b29423d1 (patch)
treec6182c49f05ce970fca0e8d7d562615e1d3c3d52 /sys/dev/pci/vga_pci.c
parent7ceef84b0caef3c1933f7ee8a63ffc66867862a0 (diff)
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.
Diffstat (limited to 'sys/dev/pci/vga_pci.c')
-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 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