mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
add PCI_SUBCLASS_SB_SMBUS
svn path=/trunk/; revision=36242
This commit is contained in:
parent
70bfb6733b
commit
cd5303c9a0
2 changed files with 5 additions and 0 deletions
|
@ -606,6 +606,10 @@ PciCreateDeviceDescriptionString(PUNICODE_STRING DeviceDescription,
|
|||
Description = L"Fibre Channel controller";
|
||||
break;
|
||||
|
||||
case PCI_SUBCLASS_SB_SMBUS:
|
||||
Description = L"SMBus controller";
|
||||
break;
|
||||
|
||||
default:
|
||||
Description = L"Other serial bus controller";
|
||||
break;
|
||||
|
|
|
@ -4301,6 +4301,7 @@ typedef struct _PCI_COMMON_CONFIG {
|
|||
#define PCI_SUBCLASS_SB_SSA 0x02
|
||||
#define PCI_SUBCLASS_SB_USB 0x03
|
||||
#define PCI_SUBCLASS_SB_FIBRE_CHANNEL 0x04
|
||||
#define PCI_SUBCLASS_SB_SMBUS 0x05
|
||||
|
||||
#define PCI_MAX_DEVICES 32
|
||||
#define PCI_MAX_FUNCTION 8
|
||||
|
|
Loading…
Reference in a new issue