Add PCI class and subclass codes for audio.

This commit is contained in:
TomAwezome 2022-12-30 14:21:07 -05:00
parent 926fd92849
commit b3af1628a2

View file

@ -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