Make some more SandyBridge specifics into Platform Control Hub (PCH) specifics.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42868 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2011-10-16 19:36:02 +00:00
parent 3aaf71a600
commit 9e2e0d8dac
4 changed files with 21 additions and 16 deletions
@@ -119,6 +119,11 @@ struct DeviceType {
{
return (type & INTEL_TYPE_MODEL_MASK) == model;
}
bool HasPlatformControlHub() const
{
return InGroup(INTEL_TYPE_SNB);
}
};
// info about PLL on graphics card