[xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/drivers/i810 i830_driver.c, 1.1.4.1.2.1, 1.1.4.1.2.2

Alexander Gottwald xorg-commit at pdx.freedesktop.org
Thu Apr 1 05:09:39 PST 2004


Committed by: ago

Update of /cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/i810
In directory pdx:/home/ago/xc/programs/Xserver/hw/xfree86/drivers/i810

Modified Files:
      Tag: CYGWIN
	i830_driver.c 
Log Message:
Merge with XORG-RELEASE-1

Index: i830_driver.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c,v
retrieving revision 1.1.4.1.2.1
retrieving revision 1.1.4.1.2.2
diff -u -d -r1.1.4.1.2.1 -r1.1.4.1.2.2
--- a/i830_driver.c	17 Mar 2004 20:30:42 -0000	1.1.4.1.2.1
+++ b/i830_driver.c	1 Apr 2004 13:09:04 -0000	1.1.4.1.2.2
@@ -1092,7 +1092,8 @@
     PCITAG tag =pciTag(0,0,0);
 
     if(!pI830->PciInfo 
-       || !(pI830->PciInfo->chipType == PCI_CHIP_I855_GM
+       || !(pI830->PciInfo->chipType == PCI_CHIP_845_G
+	    || pI830->PciInfo->chipType == PCI_CHIP_I855_GM
 	    || pI830->PciInfo->chipType == PCI_CHIP_I865_G))
 	return 0;
 




More information about the xorg-commit-diffs mailing list