mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Document what the 'NoBuses' member in the PCI_REGISTRY_INFO and PCI_REGISTRY_INFO_INTERNAL structures means to avoid confusion.
svn path=/trunk/; revision=43928
This commit is contained in:
@@ -135,7 +135,7 @@ typedef struct _PCI_REGISTRY_INFO_INTERNAL
|
||||
{
|
||||
UCHAR MajorRevision;
|
||||
UCHAR MinorRevision;
|
||||
UCHAR NoBuses;
|
||||
UCHAR NoBuses; // Number Of Buses
|
||||
UCHAR HardwareMechanism;
|
||||
ULONG ElementCount;
|
||||
PCI_CARD_DESCRIPTOR CardList[ANYSIZE_ARRAY];
|
||||
|
||||
@@ -86,7 +86,7 @@ typedef struct _PCI_REGISTRY_INFO
|
||||
{
|
||||
UCHAR MajorRevision;
|
||||
UCHAR MinorRevision;
|
||||
UCHAR NoBuses;
|
||||
UCHAR NoBuses; // Number Of Buses
|
||||
UCHAR HardwareMechanism;
|
||||
} PCI_REGISTRY_INFO, *PPCI_REGISTRY_INFO;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user