Yes, I have them :
****************************************************************************************************
lsmod :
pciehp 20282 0
cgosdrv 17632 0
****************************************************************************************************
/etc/modprobe.d/pciehp.conf
alias pci:v00001234d00000002sv00001234sd00000001bc11sc80i00 pciehp
options pciehp pciehp_force=1 pciehp_debug=1
****************************************************************************************************
After I plug my board in, I executed echo 1 > /sys/bus/pci/rescan
dmesg:
[ 73.203895] pci 0000:02:00.0: [1234:0002] type 0 class 0x001180
[ 73.203895] pci 0000:02:00.0: reg 10: [mem 0x00000000-0x00000fff
64bit pref]
[ 73.204083] pci 0000:02:00.0: reg 18: [mem 0x00000000-0x0003ffff
64bit pref]
[ 73.204114] pci 0000:02:00.0: reg 20: [mem 0x00000000-0x00000fff
64bit pref]
[ 73.206190] pci 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has
bogus alignment
[ 73.206215] pci 0000:02:00.0: BAR 2: assigned [mem
0x40200000-0x4023ffff 64bit pref]
[ 73.206236] pci 0000:02:00.0: BAR 2: set to [mem
0x40200000-0x4023ffff 64bit pref] (PCI address [0x40200000-0x4023ffff])
[ 73.206247] pci 0000:02:00.0: BAR 0: assigned [mem
0x40240000-0x40240fff 64bit pref]
[ 73.206266] pci 0000:02:00.0: BAR 0: set to [mem
0x40240000-0x40240fff 64bit pref] (PCI address [0x40240000-0x40240fff])
[ 73.206277] pci 0000:02:00.0: BAR 4: assigned [mem
0x40241000-0x40241fff 64bit pref]
[ 73.206295] pci 0000:02:00.0: BAR 4: set to [mem
0x40241000-0x40241fff 64bit pref] (PCI address [0x40241000-0x40241fff])
****************************************************************************************************
>
>> * Then I execute "echo 1 > /sys/bus/pci/rescan"
>>
>> * Now "lspci -v" lists our device.
>>
>
> That means config space accesses to your device seem to work fine.
>
>
>> * But our software returns : 0xFFFFFFFF
>>
>
> Your device is on bus 02. Did you confirm that there are host bridge
> and P2P bridge apertures containing the BARs, e.g,. the [mem
> 0x40241000-0x40241fff] region? The dmesg log should show all this
> information.
>
Yes, it is on the bus 02.
Here is the log of dmesg :
[ 69.806322] pci 0000:02:00.0: [1234:0002] type 0 class 0x001180
[ 69.806426] pci 0000:02:00.0: reg 10: [mem 0x00000000-0x00000fff
64bit pref]
[ 69.806506] pci 0000:02:00.0: reg 18: [mem 0x00000000-0x0003ffff
64bit pref]
[ 69.806585] pci 0000:02:00.0: reg 20: [mem 0x00000000-0x00000fff
64bit pref]
[ 69.808194] pci 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has
bogus alignment
[ 69.808271] pci 0000:02:00.0: BAR 2: assigned [mem
0x40200000-0x4023ffff 64bit pref]
[ 69.808343] pci 0000:02:00.0: BAR 2: set to [mem
0x40200000-0x4023ffff 64bit pref] (PCI address [0x40200000-0x4023ffff])
[ 69.808412] pci 0000:02:00.0: BAR 0: assigned [mem
0x40240000-0x40240fff 64bit pref]
[ 69.808650] pci 0000:02:00.0: BAR 0: set to [mem
0x40240000-0x40240fff 64bit pref] (PCI address [0x40240000-0x40240fff])
[ 69.808888] pci 0000:02:00.0: BAR 4: assigned [mem
0x40241000-0x40241fff 64bit pref]
[ 69.810805] pci 0000:02:00.0: BAR 4: set to [mem
0x40241000-0x40241fff 64bit pref] (PCI address [0x40241000-0x40241fff])
[ 84.309870] pci 0000:02:00.0: enabling device (0000 -> 0002)
[ 84.310082] pci 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 7
(level, low) -> IRQ 7
[ 85.581946] pci 0000:02:00.0: [1234:0002] type 0 class 0x001180
[ 85.582300] pci 0000:02:00.0: reg 10: [mem 0x40240000-0x40240fff
64bit pref]
[ 85.582467] pci 0000:02:00.0: reg 18: [mem 0x40200000-0x4023ffff
64bit pref]
[ 85.582631] pci 0000:02:00.0: reg 20: [mem 0x40241000-0x40241fff
64bit pref]
[ 85.584195] pci 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has
bogus alignment
[ 85.584442] pci 0000:02:00.0: BAR 2: assigned [mem
0x40200000-0x4023ffff 64bit pref]
[ 85.584682] pci 0000:02:00.0: BAR 2: set to [mem
0x40200000-0x4023ffff 64bit pref] (PCI address [0x40200000-0x4023ffff])
[ 85.584921] pci 0000:02:00.0: BAR 0: assigned [mem
0x40240000-0x40240fff 64bit pref]
[ 85.585346] pci 0000:02:00.0: BAR 0: set to [mem
0x40240000-0x40240fff 64bit pref] (PCI address [0x40240000-0x40240fff])
[ 85.585587] pci 0000:02:00.0: BAR 4: assigned [mem
0x40241000-0x40241fff 64bit pref]
[ 85.585826] pci 0000:02:00.0: BAR 4: set to [mem
0x40241000-0x40241fff 64bit pref] (PCI address [0x40241000-0x40241fff])
[ 86.915177] pci 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 7
(level, low) -> IRQ 7
****************************************************************************************************
Many thanks in advance.
Cheers,
It seems like a pciehp bug that you have to rescan explicitly. But
I'm not a pciehp expert and I haven't looked at the code.
>>> * But our software returns : 0xFFFFFFFF
This is reading from your device's memory region. It looks like the
device is configured correctly (BAR values are reasonable and memory
decoding is enabled) and I assume the bridges leading to it are
configured correctly (if you posted the complete dmesg log we could
tell for sure). After that point, Linux is out of the way and it's
just a question of whether your device responds correctly to the
memory access.
Are you sure the device is supposed to return something other than
0xFFFFFFFF? If it's memory, can you write to it and read the new
value back? Can you use a PCIe analyzer and see if the device is
responding correctly on the bus?
Other than the possible pciehp rescan problem, this just looks like a
problem with your FPGA.
Bjorn
Can you try echo 1 > /sys/bus/pci/slots/XXX/power?
(XXX: slot number)
> It seems like a pciehp bug that you have to rescan explicitly. But
> I'm not a pciehp expert and I haven't looked at the code.
The pciehp automatically scans the bus on presence changed event
(e.g. board is pluged in) if the hot-plug controller supports
surprise removal. Otherwise, you need to power on slot explicitly
by "echo 1 > /sys/bus/pci/slots/XXX/power". So one possibility is
that your controller doesn't support surprise removal. We can
check it by looking at the pciehp's debug output. Can you send
whole dmesg output?
Regards,
Kenji Kaneshige
>
>>>> * But our software returns : 0xFFFFFFFF
>
> This is reading from your device's memory region. It looks like the
> device is configured correctly (BAR values are reasonable and memory
> decoding is enabled) and I assume the bridges leading to it are
> configured correctly (if you posted the complete dmesg log we could
> tell for sure). After that point, Linux is out of the way and it's
> just a question of whether your device responds correctly to the
> memory access.
>
> Are you sure the device is supposed to return something other than
> 0xFFFFFFFF? If it's memory, can you write to it and read the new
> value back? Can you use a PCIe analyzer and see if the device is
> responding correctly on the bus?
>
> Other than the possible pciehp rescan problem, this just looks like a
> problem with your FPGA.
>
> Bjorn
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
yes, it was on a different system. I will give you more details:
Our old systems are based on the Congatec COM Express conga-B945 (
based on the Intel Mobile 945GME chipset ), and we are using a GPO line
to control the power switch on the FPGA board that is connected using
PCIe line 0. On the B945 this line is high by default during the boot (
The FPGA board gets powered while the system boots "this is the desired
behaviour" ).
But now we are working to use the new Congatec COM Express conga-BAF
( based on the AMD Embedded G-Series Processors ), The GPO line is zero
by default during the boot. So, after the system boots, we power the
FPGA board on, but unfortunately the system can not access the FPGA
registers.
We are trying to solve this issue and get the FPGA board works
without changing the hardware.
> The BIOS left the bridge to bus 02 with all windows disabled, but
> Linux allocated and enabled the windows as above, and we assigned BARs
> of device 02:00.0 inside those windows. As far as I can tell,
> everything leading to the FPGA is set up correctly. Can you try
> another, known-working (not your FPGA), card in that slot? It still
> looks to me like a problem with your FPGA. Bjorn
Yes, I did the following test cases with a standard WiFi card ( Network
controller: Ralink corp. RT2860 --- Belkin Device 817c --- Kernel
modules: rt2800pci ):
A - I booted the system without the express card.
1 - Introduce the express card after the system has booted up.
2 - lspci -vt doesn't show the express card, express card
divers did not loaded (lsmod).
3 - Rescan the PCIe bus "echo 1 > /sys/bus/pci/rescan"
4 - The card gets detected (lspci), drivers get loaded
(lsmod), But ifconfig doesn't show the interface (wlan0).
dmesg :
[ 159.849763] pci 0000:01:00.0:
[1814:0781] type 0 class 0x000280
[ 159.849932] pci 0000:01:00.0: reg 10:
[mem 0x00000000-0x0000ffff]
[ 159.850220] pci 0000:01:00.0: PME#
supported from D0 D3hot
[ 159.850350] pci 0000:01:00.0: PME# disabled
[ 159.850601] radeon 0000:00:01.0: BAR 6:
[??? 0x00000000 flags 0x2] has bogus alignment
[ 159.850787] pci 0000:01:00.0: BAR 0:
assigned [mem 0x40400000-0x4040ffff]
[ 159.850941] pci 0000:01:00.0: BAR 0:
set to [mem 0x40400000-0x4040ffff] (PCI address [0x40400000-0x4040ffff])
[ 159.879110] cfg80211: Calling CRDA to
update world regulatory domain
[ 159.920212] rt2800pci 0000:01:00.0:
enabling device (0000 -> 0002)
[ 159.920379] rt2800pci 0000:01:00.0: PCI
INT A -> GSI 16 (level, low) -> IRQ 16
[ 159.920551] rt2800pci 0000:01:00.0:
setting latency timer to 64
[ 159.930927] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 159.941346] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 159.951737] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 159.962130] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 159.972521] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 159.982907] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 159.993299] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 160.003676] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 160.014056] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 160.024447] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 160.034825] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 160.045230] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 160.055622] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 160.066014] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 160.079940] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 160.093825] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 160.107635] phy0 ->
rt2x00pci_regbusy_read: Error - Indirect register access failed:
offset=0x00000580, value=0xffffffff
[ 160.111266] phy0 -> rt2800_init_eeprom:
Error - Invalid RT chipset detected.
[ 160.114860] phy0 ->
rt2x00lib_probe_dev: Error - Failed to allocate device.
[ 160.118496] rt2800pci 0000:01:00.0: PCI
INT A disabled
B - I booted the system with express card.
1 - Insert the express card when the system is off.
2 - Boot the system.
3 - The card gets detected (lspci), drivers get loaded
(lsmod), But ifconfig shows the interface(wlan0).
C - I booted the system with express card then removed it then
inserted it.
1 - Insert the express card when the system is off.
2 - Boot the system
3 - The card gets detected (lspci), drivers get loaded
(lsmod), But ifconfig shows the interface(wlan0).
4 - Remove from pci bus "echo 1 >
/sys/bus/pci/devices/0000\:0?\:00.0/remove" - NOTE = ? depends on the slot.
dmesg :
[ 69.510267] rt2800pci 0000:01:00.0: PCI
INT A disabled
5 - Remove the card.
6 - Plug the card back in.
7 - Rescan the bus "echo 1 > /sys/bus/pci/rescan".
8 - The card gets detected (lspci), drivers get loaded
(lsmod), But ifconfig shows the interface(wlan1).
dmesg :
[ 208.328481] pci 0000:01:00.0:
[1814:0781] type 0 class 0x000280
[ 208.328658] pci 0000:01:00.0: reg 10:
[mem 0x00000000-0x0000ffff]
[ 208.328910] pci 0000:01:00.0: PME#
supported from D0 D3hot
[ 208.329068] pci 0000:01:00.0: PME# disabled
[ 208.329328] radeon 0000:00:01.0: BAR 6:
[??? 0x00000000 flags 0x2] has bogus alignment
[ 208.329516] pci 0000:01:00.0: BAR 0:
assigned [mem 0xfea00000-0xfea0ffff]
[ 208.329671] pci 0000:01:00.0: BAR 0:
set to [mem 0xfea00000-0xfea0ffff] (PCI address [0xfea00000-0xfea0ffff])
[ 208.330511] rt2800pci 0000:01:00.0:
enabling device (0000 -> 0002)
[ 208.330665] rt2800pci 0000:01:00.0: PCI
INT A -> GSI 16 (level, low) -> IRQ 16
[ 208.330834] rt2800pci 0000:01:00.0:
setting latency timer to 64
[ 208.341348] ieee80211 phy1: Selected
rate control algorithm 'minstrel_ht'
[ 208.342396] Registered led device:
rt2800pci-phy1::radio
[ 208.342575] Registered led device:
rt2800pci-phy1::assoc
[ 208.342752] Registered led device:
rt2800pci-phy1::quality
[ 208.428306] udev[1339]: renamed network
interface wlan0 to wlan1
As you can see that my system doesn't detect the express card in test
case "A" and the values of registers are 0xffffffff, the same as in my
FPGA board.
Cheers,
Ghani
- There are two hot-plug capable PCIe slots on your machine.
- But, it seems you are using fakephp driver, not pciehp (is that
correct?). The fakephp cannot handle hot-plug event such as presence
change event on the slot. This is why the bus is not scanned automatically.
- Unfortunately, the bus would not be scanned automatically even if you
use pciehp. As I told you in the previous email, current pciehp don't
scan the bus automatically only if the slot is hot-plug surprise
capable. According to the lspci output, your hotplug controller is not
hot-plug surprise capable.
- I don't think pciehp solve invalid register read problem. According to
the lspci output, power controller capability isn't present on your
hotplug controller. On such environment, pciehp driver does almost the
same thing as fakephp does (just scan the bus/remove the pci device data
structure) except hot-plug event handling.
But it's worth whole trying pciehp.
By the way, have you tried acpiphp? It might help you.
Regards,
Kenji Kaneshige
(2011/10/12 17:35), Abdelghani Ouchabane wrote:
> On 12/10/11 08:36, Kenji Kaneshige wrote:
>> Hello,
>>
>> According to your dmesg output, pciehp driver doesn't detect any PCIe
>> hotplug slot. Can you send the following information?
>>
>> - ls -lR /sys/bus/pci/slots
>> - lspci -vvvv (as root user)
>
> Hallo,
>
> - I tested my system with:
> * A standard WiFi card (Network controller: Ralink corp. RT2860 ---
> Belkin Device 817c --- Kernel modules: rt2800pci).
> * My FPGA board.
>
> - I did the following:
>
> * I booted the system without the express card& without my FPGA board.
> 1 - Introduce the express card& my FPGA board after the system has
> booted up.
> 2 - lspci -vt doesn't show the express card& FPGA board, express card
> divers did not loaded (lsmod).
> 3 - lspci -vt doesn't show my FPGA board.
> 4 - Rescan the PCIe bus "echo 1> /sys/bus/pci/rescan"
> 5 - The express card gets detected (lspci), drivers get loaded (lsmod),
> But ifconfig doesn't show the interface (wlan0).
> 6 - My FPGA board gets detected (lspci), but I could not access its
> registers 0xffffffff.
> dmesg :
> [ 152.045433] pci 0000:01:00.0: [1814:0781] type 0 class 0x000280
> [ 152.045602] pci 0000:01:00.0: reg 10: [mem 0x00000000-0x0000ffff]
> [ 152.045854] pci 0000:01:00.0: PME# supported from D0 D3hot
> [ 152.045980] pci 0000:01:00.0: PME# disabled
> [ 152.046263] radeon 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has
> bogus alignment
> [ 152.046452] pci 0000:01:00.0: BAR 0: assigned [mem 0x40400000-0x4040ffff]
> [ 152.046606] pci 0000:01:00.0: BAR 0: set to [mem
> 0x40400000-0x4040ffff] (PCI address [0x40400000-0x4040ffff])
> [ 152.075665] cfg80211: Calling CRDA to update world regulatory domain
> [ 152.116429] rt2800pci 0000:01:00.0: enabling device (0000 -> 0002)
> [ 152.116598] rt2800pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low)
> -> IRQ 16
> [ 152.116770] rt2800pci 0000:01:00.0: setting latency timer to 64
> [ 152.127146] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.137537] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.147926] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.158332] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.168723] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.179115] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.189489] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.199864] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.210256] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.220634] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.231088] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.241463] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.251865] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.262270] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.276185] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.290055] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.303865] phy0 -> rt2x00pci_regbusy_read: Error - Indirect register
> access failed: offset=0x00000580, value=0xffffffff
> [ 152.307477] phy0 -> rt2800_init_eeprom: Error - Invalid RT chipset
> detected.
> [ 152.311073] phy0 -> rt2x00lib_probe_dev: Error - Failed to allocate
> device.
> [ 152.314700] rt2800pci 0000:01:00.0: PCI INT A disabled
> [ 172.830318] pci 0000:02:00.0: [1234:0002] type 0 class 0x001180
> [ 172.833754] pci 0000:02:00.0: reg 10: [mem 0x00000000-0x00000fff 64bit
> pref]
> [ 172.837127] pci 0000:02:00.0: reg 18: [mem 0x00000000-0x0003ffff 64bit
> pref]
> [ 172.840456] pci 0000:02:00.0: reg 20: [mem 0x00000000-0x00000fff 64bit
> pref]
> [ 172.843964] radeon 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has
> bogus alignment
> [ 172.847331] pci 0000:02:00.0: BAR 2: assigned [mem
> 0x40200000-0x4023ffff 64bit pref]
> [ 172.850728] pci 0000:02:00.0: BAR 2: set to [mem 0x40200000-0x4023ffff
> 64bit pref] (PCI address [0x40200000-0x4023ffff])
> [ 172.854231] pci 0000:02:00.0: BAR 0: assigned [mem
> 0x40240000-0x40240fff 64bit pref]
> [ 172.857771] pci 0000:02:00.0: BAR 0: set to [mem 0x40240000-0x40240fff
> 64bit pref] (PCI address [0x40240000-0x40240fff])
> [ 172.861339] pci 0000:02:00.0: BAR 4: assigned [mem
> 0x40241000-0x40241fff 64bit pref]
> [ 172.864997] pci 0000:02:00.0: BAR 4: set to [mem 0x40241000-0x40241fff
> 64bit pref] (PCI address [0x40241000-0x40241fff])
>
>
> 7 - Reset the express card "echo 1>
> /sys/bus/pci/devices/0000\:01\:00.0/reset". But ifconfig still doesn't
> show the interface (wlan0)
> dmesg :
> [ 731.717117] pci 0000:01:00.0: restoring config space at offset 0x1
> (was 0x100400, writing 0x100002)
>
> 8 - Reset my FPGA board "echo 1>
> /sys/bus/pci/devices/0000\:02\:00.0/reset". Still I could not access
> into my FPGA registers.
> logs :
> [root@localhost ~]# echo 1> /sys/bus/pci/devices/0000\:02\:00.0/reset
> -bash: echo: write error: Invalid argument
> dmesg :
> [ 910.928564] pci 0000:02:00.0: restoring config space at offset 0x1
> (was 0x100400, writing 0x100000)
>
>
> * I have attached to you the requested information.
>
> Many thanks,
Hallo Bjorn & Kenji,
the hot-plug was enabled, but today I have received a new BIOS from
Congatec which solves the problem.
Among the fix is:
_BBRAR009 to BBRAR110:_
2. Enabled PCIExpress / ExpressCard basic hotplug support. Enabled event
handling support.
Now after the manual rescan my FPGA board gets detect correctly and I
can access its registers in the correct way.
Many thanks for all your supports.
My best regards,
Ghani
Hallo Kenji,
many thanks for your great supports. The new BIOS from Congatec solves
the problem.
I using both fakephp & pciehp drivers, Can I use both drivers at the
same time?
I am using fakephp because I need "/sys/bus/pci/slots/0000\:02\:00.0/power".
Other thing: my Kernel has "CONFIG_ACPI_PROC_EVENT is not set", does
this explain why the scan is not performed automatically?
[root@localhost ~]# modprobe acpiphp
FATAL: Error inserting acpiphp
(/lib/modules/2.6.40.3-0.119.delos.i686/kernel/drivers/pci/hotplug/acpiphp.ko):
No such device
What is the advantage to use acpiphp ?
Cheers,