mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
add PCI_SUBCLASS_SB_SMBUS
svn path=/trunk/; revision=36242
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user