<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 28 October 2013 12:17, Daniel Hellstrom <span dir="ltr"><<a href="mailto:daniel@gaisler.com" target="_blank">daniel@gaisler.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Ok, thanks for letting me know.<br>
<br>
You can have a look at the changelog, I think the 1.1.99.17 introduced changes in the drvmgr API names, the changelog describe a way to update some of the changes:<br>
    sed -e 's/rtems_drvmgr_dev_info/<u></u>drvmgr_dev/g' \<br>
        -e 's/rtems_drvmgr_bus_info/<u></u>drvmgr_bus/g' \<br>
        -e 's/rtems_drvmgr_drv_info/<u></u>drvmgr_drv/g' \<br>
        -e 's/rtems_drvmgr_/drvmgr_/g' -i FILE<br>
The configuration (for example drvmgr_leon3_config.c) has changed too to avoid unnecessary malloc() calls during initialization.<br>
<br></blockquote><br></div>Thanks Daniel,<br><br></div><div class="gmail_extra">I'm working through these changes at the moment, and making good progress.  I've run into a strange problem in using functions like "pci_read_config_dword()" however, and I'm getting them as undefined.<br>
<br></div><div class="gmail_extra">I've looked for them in various header files, but can't get any combination of headers to compile successfully.  I did see that there are now functions in the style of "grpci_cfg_r32()", and wonder if I should be using these instead?<br>
<br></div><div class="gmail_extra">Regards,<br><br>David<br></div></div>