mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Add PCI class and subclass codes for audio.
This commit is contained in:
parent
926fd92849
commit
b3af1628a2
1 changed files with 2 additions and 0 deletions
|
@ -2661,9 +2661,11 @@ class CSMBIOSBatteryInfo
|
||||||
//PCI class codes
|
//PCI class codes
|
||||||
#define PCIC_STORAGE 0x1
|
#define PCIC_STORAGE 0x1
|
||||||
#define PCIC_NETWORK 0x2
|
#define PCIC_NETWORK 0x2
|
||||||
|
#define PCIC_MULTIMEDIA 0x4
|
||||||
|
|
||||||
//PCI subclass codes
|
//PCI subclass codes
|
||||||
#define PCISC_ETHERNET 0x0
|
#define PCISC_ETHERNET 0x0
|
||||||
|
#define PCISC_AUDIO 0x3
|
||||||
#define PCISC_AHCI 0x6
|
#define PCISC_AHCI 0x6
|
||||||
|
|
||||||
//PCI I/O ports
|
//PCI I/O ports
|
||||||
|
|
Loading…
Reference in a new issue