os: add ISABRIDGE class to x86 platform driver

This commit is contained in:
Norman Feske 2015-09-07 18:41:45 +02:00 committed by Christian Helmuth
parent be789ffcf1
commit e17198570e
1 changed files with 9 additions and 8 deletions

View File

@ -147,7 +147,8 @@ namespace Platform {
{ "HDAUDIO" , 0x4, 0x03, 0x0},
{ "USB" , 0xc, 0x03, 0x0},
{ "VGA" , 0x3, 0x00, 0x0},
{ "WIFI" , 0x2, 0x80, 0x0}
{ "WIFI" , 0x2, 0x80, 0x0},
{ "ISABRIDGE", 0x6, 0x01, 0x0}
};
for (unsigned i = 0; i < sizeof(aliases) / sizeof(aliases[0]); i++) {