summaryrefslogtreecommitdiff
path: root/src/i810_driver.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2005-05-31 17:58:26 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2005-05-31 17:58:26 +0000
commit27feb0f3474c1e21557225e10b13558e002c0ebf (patch)
tree0870aeaa1ebb94256db68c70e9ce015fbdcca4a1 /src/i810_driver.c
parent2d10e8dc8184b0514e8ac9f835a06b85d609bb1b (diff)
Add Intel(R) 945G support
Diffstat (limited to 'src/i810_driver.c')
-rw-r--r--src/i810_driver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c
index 98c26581..28f607d3 100644
--- a/src/i810_driver.c
+++ b/src/i810_driver.c
@@ -131,6 +131,7 @@ static SymTabRec I810Chipsets[] = {
{PCI_CHIP_I915_G, "915G"},
{PCI_CHIP_E7221_G, "E7221 (i915)"},
{PCI_CHIP_I915_GM, "915GM"},
+ {PCI_CHIP_I945_G, "945G"},
{-1, NULL}
};
@@ -148,6 +149,7 @@ static PciChipsets I810PciChipsets[] = {
{PCI_CHIP_I915_G, PCI_CHIP_I915_G, RES_SHARED_VGA},
{PCI_CHIP_E7221_G, PCI_CHIP_E7221_G, RES_SHARED_VGA},
{PCI_CHIP_I915_GM, PCI_CHIP_I915_GM, RES_SHARED_VGA},
+ {PCI_CHIP_I945_G, PCI_CHIP_I945_G, RES_SHARED_VGA},
{-1, -1, RES_UNDEFINED }
};
@@ -566,6 +568,7 @@ I810Probe(DriverPtr drv, int flags)
case PCI_CHIP_I915_G:
case PCI_CHIP_E7221_G:
case PCI_CHIP_I915_GM:
+ case PCI_CHIP_I945_G:
xf86SetEntitySharable(usedChips[i]);
/* Allocate an entity private if necessary */