mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
os: add ISABRIDGE class to x86 platform driver
This commit is contained in:
parent
be789ffcf1
commit
e17198570e
@ -140,14 +140,15 @@ namespace Platform {
|
||||
const char * alias;
|
||||
uint8_t pci_class, pci_subclass, pci_progif;
|
||||
} const aliases [] = {
|
||||
{ "AHCI" , 0x1, 0x06, 0x0},
|
||||
{ "ALL" , 0x0, 0x00, 0x0},
|
||||
{ "AUDIO" , 0x4, 0x01, 0x0},
|
||||
{ "ETHERNET", 0x2, 0x00, 0x0},
|
||||
{ "HDAUDIO" , 0x4, 0x03, 0x0},
|
||||
{ "USB" , 0xc, 0x03, 0x0},
|
||||
{ "VGA" , 0x3, 0x00, 0x0},
|
||||
{ "WIFI" , 0x2, 0x80, 0x0}
|
||||
{ "AHCI" , 0x1, 0x06, 0x0},
|
||||
{ "ALL" , 0x0, 0x00, 0x0},
|
||||
{ "AUDIO" , 0x4, 0x01, 0x0},
|
||||
{ "ETHERNET" , 0x2, 0x00, 0x0},
|
||||
{ "HDAUDIO" , 0x4, 0x03, 0x0},
|
||||
{ "USB" , 0xc, 0x03, 0x0},
|
||||
{ "VGA" , 0x3, 0x00, 0x0},
|
||||
{ "WIFI" , 0x2, 0x80, 0x0},
|
||||
{ "ISABRIDGE", 0x6, 0x01, 0x0}
|
||||
};
|
||||
|
||||
for (unsigned i = 0; i < sizeof(aliases) / sizeof(aliases[0]); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user