Re: OALPCIFindNextId bug

From: K. S. Huang (ks_huang_at_AlphaNetworks.com_remove.this)
Date: 12/30/04


Date: Thu, 30 Dec 2004 18:51:26 +0800

you may fix this issue by modify the 2nd params of OALPCIGetHeaderType from
pciLoc to *pPciLoc

    // Now try to find device
    do {

        // Read header on actual device
        header = OALPCIGetHeaderType(busId, *pPciLoc); // <-- patch here
.
.
.

"Maen Suleiman" <maen@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
:esBoFwl7EHA.4040@TK2MSFTNGP14.phx.gbl...
> Hi ,
>
> OALPCIFindNextId function scan pci devices with device number 32 and
> function number 8 in its second loop !
>
> Thanks in advance
>
>