[Bug 19966] New: Inplement HalGetBusDataByOffset to do the same as HalGetBusData

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 6 17:44:58 CDT 2009


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 at winehq.org
        ReportedBy: ray at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list