lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[driver:pcie] Allow more device to use the PCIe driver #2

Closed lerwys closed 8 years ago

lerwys commented 8 years ago

From @lerwys on June 26, 2014 14:7

Issue by lerwys Thursday May 22, 2014 at 13:44 GMT Originally opened as https://github.com/lerwys/bpm-software-old-bakcup/issues/2


The maximum number of devices allowed to use the pcie driver is limited to 4 in the file "kernel/drivers/pcie/src/config.h".

We must remove this limitation in order to allow at least 6 devices, which is our current use case.

Copied from original issue: lnls-dig/bpm-sw#2

lerwys commented 8 years ago

This was closed, as the fix is in the master branch now. Commit f93383f.