Author: sginsberg
Date: Mon Nov 2 22:46:41 2009
New Revision: 43928
URL:
http://svn.reactos.org/svn/reactos?rev=43928&view=rev
Log:
- Document what the 'NoBuses' member in the PCI_REGISTRY_INFO and
PCI_REGISTRY_INFO_INTERNAL structures means to avoid confusion.
Modified:
trunk/reactos/hal/halx86/include/bus.h
trunk/reactos/ntoskrnl/include/internal/pci.h
Modified: trunk/reactos/hal/halx86/include/bus.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/include/bus.h?r…
==============================================================================
--- trunk/reactos/hal/halx86/include/bus.h [iso-8859-1] (original)
+++ trunk/reactos/hal/halx86/include/bus.h [iso-8859-1] Mon Nov 2 22:46:41 2009
@@ -135,7 +135,7 @@
{
UCHAR MajorRevision;
UCHAR MinorRevision;
- UCHAR NoBuses;
+ UCHAR NoBuses; // Number Of Buses
UCHAR HardwareMechanism;
ULONG ElementCount;
PCI_CARD_DESCRIPTOR CardList[ANYSIZE_ARRAY];
Modified: trunk/reactos/ntoskrnl/include/internal/pci.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/…
==============================================================================
--- trunk/reactos/ntoskrnl/include/internal/pci.h [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/include/internal/pci.h [iso-8859-1] Mon Nov 2 22:46:41 2009
@@ -86,7 +86,7 @@
{
UCHAR MajorRevision;
UCHAR MinorRevision;
- UCHAR NoBuses;
+ UCHAR NoBuses; // Number Of Buses
UCHAR HardwareMechanism;
} PCI_REGISTRY_INFO, *PPCI_REGISTRY_INFO;