kirei / flashboot

OpenBSD Flashboot
http://www.mindrot.org/projects/flashboot/
Other
73 stars 26 forks source link

re3 Watchdog timeout Openbsd 5.0+ Commell LE-565 #22

Open garutilorenzo opened 11 years ago

garutilorenzo commented 11 years ago

i'm experiencing problem with openbsd 5.0+ and flashboot on a commell LE-565 board (http://www.commell.com.tw/Product/SBC/LE-565.HTM) . The board has 4 RTL8110S Network card, the problem is that when i attach the fourth network card the kernel says:

re3 Watchdog timeout

the interface is unusable (no response to ping, ssh and dhclient request ecc)

Until openbsd/flashboot 4.9 no problem experienced. Openbsd 5.3 (no flashboot) runs normally on that motherboard.

this output is from dmesg:

re0 at pci0 dev 11 function 0 "Realtek 8169" rev 0x10: RTL8110S (0x0400), irq 10, address 00:03:1d:04:50:78 rgephy0 at re0 phy 7: RTL8169S/8110S PHY, rev. 0 re1 at pci0 dev 12 function 0 "Realtek 8169" rev 0x10: RTL8110S (0x0400), irq 10, address 00:03:1d:04:50:79 rgephy1 at re1 phy 7: RTL8169S/8110S PHY, rev. 0 re2 at pci0 dev 13 function 0 "Realtek 8169" rev 0x10: RTL8110S (0x0400), irq 10, address 00:03:1d:04:50:7a rgephy2 at re2 phy 7: RTL8169S/8110S PHY, rev. 0 re3 at pci0 dev 14 function 0 "Realtek 8169" rev 0x10: RTL8110S (0x0400), irq 10, address 00:03:1d:04:50:7b rgephy3 at re3 phy 7: RTL8169S/8110S PHY, rev. 0

jryberg commented 11 years ago

Hi.

I suppose that the latest version still have this problem?

garutilorenzo commented 11 years ago

Hi Johan,

I have not yet tested the code from the last commit. In the next few hours i get the new code and i start a new build.

Lorenzo

garutilorenzo commented 11 years ago

Hi Johan,

I've tested the new version, the problem still persist. I use a GENERIC Kernel. The only thing I've changed is the wd* at pciide from:

wd* at pciide? flags 0x0000

to:

wd* at pciide? flags 0x0ff0

for a problem with the DMA timeout when i use compact flash (KINGSTON).

Lorenzo