http://bugs.winehq.org/show_bug.cgi?id=19966
--- Comment #4 from red-ray ray@pobox.co.uk 2009-09-07 03:58:55 --- (In reply to comment #1)
Invalid. Don not report bugs for "implement this or that". Show the problem in an application.
I did what the problem in my application. I included the appropiate section of the Wine log. Here is the code tofix this as well.
ULONG WINAPI HalGetBusDataByOffset(BUS_DATA_TYPE BusDataType, ULONG BusNumber, ULONG SlotNumber, PVOID Buffer, ULONG Offset, ULONG Length) { FIXME("(%u %u %u %p %u %u) stub!\n", BusDataType, BusNumber, SlotNumber, Buffer, Offset, Length); /* Claim that there is no such bus */ return 0; }