add PCI_SUBCLASS_SB_SMBUS

svn path=/trunk/; revision=36242
This commit is contained in:
Christoph von Wittich 2008-09-14 16:22:42 +00:00
parent 70bfb6733b
commit cd5303c9a0
2 changed files with 5 additions and 0 deletions

View file

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

View file

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