[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
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/doc BUILD,
1.1.4.5.2.1.4.1, 1.1.4.5.2.1.4.2 Install, 1.1.4.4.2.1.4.1,
1.1.4.4.2.1.4.2 LICENSE, 1.1.4.4.8.1, 1.1.4.4.8.2 OS2.Notes,
1.1.4.2.6.1.4.1, 1.1.4.2.6.1.4.2 README, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.DECtga, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.Darwin, 1.1.4.4.2.1.4.1,
1.1.4.4.2.1.4.2 README.I128, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.LynxOS, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.NetBSD, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.OpenBSD, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.SCO, 1.1.4.3.4.1.4.1,
1.1.4.3.4.1.4.2 README.SiS, 1.1.4.3.2.1.4.1,
1.1.4.3.2.1.4.2 README.Solaris, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.XKB-Config, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.XKB-Enhancing, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.apm, 1.1.4.2.6.1.4.1,
1.1.4.2.6.1.4.2 README.chips, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.cyrix, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.dps, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.fonts, 1.1.4.3.2.1.4.1,
1.1.4.3.2.1.4.2 README.i740, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.mouse, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.newport, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.r128, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.rendition, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.s3virge, 1.1.4.4.2.1.4.1,
1.1.4.4.2.1.4.2 RELNOTES, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 Versions, 1.1.4.2.2.1.4.1, 1.1.4.2.2.1.4.2
- Next message: [xorg-commit-diffs] xc CHANGELOG-RELEASE-1-TM, 1.1.4.2,
1.1.4.3 RELNOTES, 1.1.1.8.2.1, 1.1.1.8.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/doc BUILD,
1.1.4.5.2.1.4.1, 1.1.4.5.2.1.4.2 Install, 1.1.4.4.2.1.4.1,
1.1.4.4.2.1.4.2 LICENSE, 1.1.4.4.8.1, 1.1.4.4.8.2 OS2.Notes,
1.1.4.2.6.1.4.1, 1.1.4.2.6.1.4.2 README, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.DECtga, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.Darwin, 1.1.4.4.2.1.4.1,
1.1.4.4.2.1.4.2 README.I128, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.LynxOS, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.NetBSD, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.OpenBSD, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.SCO, 1.1.4.3.4.1.4.1,
1.1.4.3.4.1.4.2 README.SiS, 1.1.4.3.2.1.4.1,
1.1.4.3.2.1.4.2 README.Solaris, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.XKB-Config, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.XKB-Enhancing, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.apm, 1.1.4.2.6.1.4.1,
1.1.4.2.6.1.4.2 README.chips, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.cyrix, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.dps, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.fonts, 1.1.4.3.2.1.4.1,
1.1.4.3.2.1.4.2 README.i740, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.mouse, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 README.newport, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.r128, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.rendition, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 README.s3virge, 1.1.4.4.2.1.4.1,
1.1.4.4.2.1.4.2 RELNOTES, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 Versions, 1.1.4.2.2.1.4.1, 1.1.4.2.2.1.4.2
- Next message: [xorg-commit-diffs] xc CHANGELOG-RELEASE-1-TM, 1.1.4.2,
1.1.4.3 RELNOTES, 1.1.1.8.2.1, 1.1.1.8.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list