http://bugs.winehq.org/show_bug.cgi?id=19966
Summary: Inplement HalGetBusDataByOffset to do the same as HalGetBusData Product: Wine Version: 1.1.29 Platform: PC URL: http://rh-software.com/ OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: ray@pobox.co.uk
Currentry when HalGetBusDataByOffset() is called the the process gets aborted. Please can it be changed to work the same as HalGetBusData(). I would use HalGetBusData(), but this is not available on Windows x64 and ia64 editions, so I have to use HalGetBusDataByOffset() which I can't use on wine as I get aborted. I also need to actually use HalGetBusDataByOffset() for some operations.
wine: Call from 0x7b844673 to unimplemented function hal.dll.HalGetBusDataByOffset, aborting
It would be even better if they both actually worked which I suspect would not be that hard to implement by simply reading the appropiate entry from /sys/bus/pci/devices, maybe I will work around this and make my code do that...
This is an issue in hal.dll, but Bugzilla does not offer hal.dll as an option and kernel32.dll is the closest match.