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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user