[Wine-patches] [eterhack] [0019/0021] hal: Partially implement HalTranslateBusAddress.
Alexander Morozov
=?iso-8859-1?q?amorozov_=CE=C1_etersoft=2Eru?=
Ср Янв 28 21:10:16 MSK 2009
---
dlls/hal/hal.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dlls/hal/hal.c b/dlls/hal/hal.c
index a21ced4..eab8e12 100644
--- a/dlls/hal/hal.c
+++ b/dlls/hal/hal.c
@@ -132,10 +132,11 @@ BOOLEAN WINAPI HalTranslateBusAddress(INTERFACE_TYPE InterfaceType,
ULONG BusNumber, PHYSICAL_ADDRESS BusAddress, PULONG AddressSpace,
PPHYSICAL_ADDRESS TranslatedAddress)
{
- FIXME( "(%u %u %s %p %p) stub!\n", InterfaceType, BusNumber,
+ FIXME( "(%u %u %s %p %p)\n", InterfaceType, BusNumber,
wine_dbgstr_longlong(BusAddress.QuadPart), AddressSpace,
TranslatedAddress );
- return FALSE;
+ TranslatedAddress->QuadPart = BusAddress.QuadPart;
+ return TRUE;
}
KIRQL WINAPI KeGetCurrentIrql(void)
--
1.6.0.2.GIT
Подробная информация о списке рассылки Wine-patches