diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2007-02-02 11:33:46 +0800 |
---|---|---|
committer | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2007-02-02 11:33:46 +0800 |
commit | 380129a17c61c783d77a87685ad5333e8b1c253c (patch) | |
tree | 47ac1ff106290ff861cc71404a54b32cd14fa6ca /src/i810_driver.c | |
parent | f7489bbec150349bf03bea8d9d55451dbc92bfc2 (diff) |
Revert original crestline pci id patch
Diffstat (limited to 'src/i810_driver.c')
-rw-r--r-- | src/i810_driver.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c index 74100cd2..e7c85071 100644 --- a/src/i810_driver.c +++ b/src/i810_driver.c @@ -144,7 +144,6 @@ 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} }; @@ -168,7 +167,6 @@ 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 } }; @@ -603,7 +601,6 @@ 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 */ |