summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-06-06 08:22:45 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-06-06 08:22:45 +0100
commit741c1101f17bfa379a15178e4760211737fa18cf (patch)
tree77ea103dc48ca14e90b8e6c6d6788bfbc3f7930c
parentc76ec69660bf40de052159f60c16de8fd87341a8 (diff)
sna/gen2: Enable selection of gen2 only
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/intel_module.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/intel_module.c b/src/intel_module.c
index 3b8ab5e8..12097dfb 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -336,6 +336,13 @@ static Bool intel_pci_probe(DriverPtr driver,
#if SNA
case 0:
+#if SNA_GEN2
+ case PCI_CHIP_I830_M:
+ case PCI_CHIP_845_G:
+ case PCI_CHIP_I854:
+ case PCI_CHIP_I855_GM:
+ case PCI_CHIP_I865_G:
+#endif
#if SNA_GEN3
case PCI_CHIP_PINEVIEW_M:
case PCI_CHIP_PINEVIEW_G: