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

Egbert Eich xorg-commit at pdx.freedesktop.org
Wed Mar 31 09:02:40 PST 2004


Committed by: eich

Update of /cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/i810
In directory pdx:/tmp/cvs-serv30760

Modified Files:
      Tag: XORG-RELEASE-1
	i830_driver.c 
Log Message:
- adding missing test for the 845.


Index: i830_driver.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c,v
retrieving revision 1.1.4.2.2.1
retrieving revision 1.1.4.2.2.2
diff -u -d -r1.1.4.2.2.1 -r1.1.4.2.2.2
--- a/i830_driver.c	4 Mar 2004 17:47:44 -0000	1.1.4.2.2.1
+++ b/i830_driver.c	31 Mar 2004 17:02:37 -0000	1.1.4.2.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