mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-29 07:47:59 +00:00
Added more PCI descriptors
This commit is contained in:
parent
77050b83e5
commit
f7e316bdcb
@ -444,6 +444,8 @@ namespace PCI
|
|||||||
{
|
{
|
||||||
switch (DeviceID)
|
switch (DeviceID)
|
||||||
{
|
{
|
||||||
|
case 0x1371:
|
||||||
|
return "ES1371/ES1373 / Creative Labs CT2518";
|
||||||
case 0x5000:
|
case 0x5000:
|
||||||
return "ES1370 [AudioPCI]";
|
return "ES1370 [AudioPCI]";
|
||||||
default:
|
default:
|
||||||
@ -480,6 +482,8 @@ namespace PCI
|
|||||||
return "USB2 EHCI Controller";
|
return "USB2 EHCI Controller";
|
||||||
case 0x0779:
|
case 0x0779:
|
||||||
return "USB3 xHCI 1.0 Controller";
|
return "USB3 xHCI 1.0 Controller";
|
||||||
|
case 0x07E0:
|
||||||
|
return "SATA AHCI controller";
|
||||||
case 0x07F0:
|
case 0x07F0:
|
||||||
return "NVM Express";
|
return "NVM Express";
|
||||||
default:
|
default:
|
||||||
|
@ -73,4 +73,4 @@ namespace Power
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user