USB 2.5.0 -> 2.6.14.3 upgrade: Adding information about bus number to
which this HC is connected to (needed in further calls to read/write pci
config space)
Modified: trunk/reactos/drivers/usb/miniport/common/usbcommon_types.h
_____
Modified: trunk/reactos/drivers/usb/miniport/common/usbcommon_types.h
--- trunk/reactos/drivers/usb/miniport/common/usbcommon_types.h
2005-12-27 18:59:13 UTC (rev 20376)
+++ trunk/reactos/drivers/usb/miniport/common/usbcommon_types.h
2005-12-27 21:00:19 UTC (rev 20377)
@@ -26,7 +26,7 @@
ULONG BaseAddrLength;
ULONG Flags;
//ULONG AdapterInterfaceType;
- //ULONG SystemIoBusNumber;
+ ULONG SystemIoBusNumber;
ULONG SystemIoSlotNumber;
//LIST_ENTRY AddressMappingListHead;
Show replies by date