diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2007-05-31 10:13:30 +0800 |
---|---|---|
committer | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2007-05-31 10:19:31 +0800 |
commit | 88ee25ebad78e54d243d728b775a69365359b5fb (patch) | |
tree | d2ee5f568ae2ddb85cd6f266d5b39ffadd16132b /src/i810_driver.c | |
parent | 92e4deb50e049cc83cbde4995ba0b901feceb15a (diff) |
Add pci ids for 965GME/GLE chip
Diffstat (limited to 'src/i810_driver.c')
-rw-r--r-- | src/i810_driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c index baca21c3..6b6dd25e 100644 --- a/src/i810_driver.c +++ b/src/i810_driver.c @@ -145,6 +145,7 @@ static SymTabRec I810Chipsets[] = { {PCI_CHIP_I965_Q, "965Q"}, {PCI_CHIP_I946_GZ, "946GZ"}, {PCI_CHIP_I965_GM, "965GM"}, + {PCI_CHIP_I965_GME, "965GME/GLE"}, {-1, NULL} }; @@ -169,6 +170,7 @@ static PciChipsets I810PciChipsets[] = { {PCI_CHIP_I965_Q, PCI_CHIP_I965_Q, RES_SHARED_VGA}, {PCI_CHIP_I946_GZ, PCI_CHIP_I946_GZ, RES_SHARED_VGA}, {PCI_CHIP_I965_GM, PCI_CHIP_I965_GM, RES_SHARED_VGA}, + {PCI_CHIP_I965_GME, PCI_CHIP_I965_GME, RES_SHARED_VGA}, {-1, -1, RES_UNDEFINED } }; @@ -614,6 +616,7 @@ I810Probe(DriverPtr drv, int flags) case PCI_CHIP_I965_Q: case PCI_CHIP_I946_GZ: case PCI_CHIP_I965_GM: + case PCI_CHIP_I965_GME: xf86SetEntitySharable(usedChips[i]); /* Allocate an entity private if necessary */ |