diff --git a/src/add-ons/kernel/drivers/graphics/intel_extreme/driver.cpp b/src/add-ons/kernel/drivers/graphics/intel_extreme/driver.cpp index 10f9f9cc52..a13c4be30b 100644 --- a/src/add-ons/kernel/drivers/graphics/intel_extreme/driver.cpp +++ b/src/add-ons/kernel/drivers/graphics/intel_extreme/driver.cpp @@ -82,6 +82,8 @@ const struct supported_device { {0x0046, INTEL_MODEL_ILKGM, "IronLake Mobile"}, {0x0046, INTEL_MODEL_ILKGM, "IronLake Mobile"}, +// Experimental +#if 0 {0x0102, INTEL_MODEL_SNBG, "SandyBridge Desktop GT1"}, {0x0112, INTEL_MODEL_SNBG, "SandyBridge Desktop GT2"}, {0x0122, INTEL_MODEL_SNBG, "SandyBridge Desktop GT2+"}, @@ -108,6 +110,7 @@ const struct supported_device { {0x0f32, INTEL_MODEL_VLVM, "ValleyView Mobile"}, {0x0f33, INTEL_MODEL_VLVM, "ValleyView Mobile"}, {0x0157, INTEL_MODEL_VLVM, "ValleyView Mobile"}, +#endif }; int32 api_version = B_CUR_DRIVER_API_VERSION;