summaryrefslogtreecommitdiff
path: root/sys/dev/pci/vga_pci.c
diff options
context:
space:
mode:
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