diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-08-22 19:38:13 +0800 |
---|---|---|
committer | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-08-22 19:38:13 +0800 |
commit | b7e57deebbda527e878326cf3e6358c0a48d7817 (patch) | |
tree | 39805599e20ee463883187185854c8a39d0e8735 /src/i810_driver.c | |
parent | 43daaec63929c1f0e54a5125375d8147629da4b9 (diff) |
pci id update for Crestline
The "Crestline" banner should be replaced with official
name later.
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 3481d0b7..48e1463b 100644 --- a/src/i810_driver.c +++ b/src/i810_driver.c @@ -144,6 +144,7 @@ static SymTabRec I810Chipsets[] = { {PCI_CHIP_I965_G_1, "965G"}, {PCI_CHIP_I965_Q, "965Q"}, {PCI_CHIP_I946_GZ, "946GZ"}, + {PCI_CHIP_CRESTLINE, "Crestline"}, {-1, NULL} }; @@ -167,6 +168,7 @@ static PciChipsets I810PciChipsets[] = { {PCI_CHIP_I965_G_1, PCI_CHIP_I965_G_1, RES_SHARED_VGA}, {PCI_CHIP_I965_Q, PCI_CHIP_I965_Q, RES_SHARED_VGA}, {PCI_CHIP_I946_GZ, PCI_CHIP_I946_GZ, RES_SHARED_VGA}, + {PCI_CHIP_CRESTLINE, PCI_CHIP_CRESTLINE, RES_SHARED_VGA}, {-1, -1, RES_UNDEFINED } }; @@ -589,6 +591,7 @@ I810Probe(DriverPtr drv, int flags) case PCI_CHIP_I965_G_1: case PCI_CHIP_I965_Q: case PCI_CHIP_I946_GZ: + case PCI_CHIP_CRESTLINE: xf86SetEntitySharable(usedChips[i]); /* Allocate an entity private if necessary */ |