<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div bgcolor="#ffffff" text="#000000">
I tried pushing the stuck to 2000 4000 and even 20000 but nothing it
still stucks at the same place: setting up some printk I found out that
it hangs :<br>
<br>
void pci_write_config16(device_t dev, unsigned where, uint16_t val)<br>
{<br>
    struct bus *pbus = get_pbus(dev);<br>
    ops_pci_bus(pbus)->write16(pbus, dev->bus->secondary,
dev->path.pci.devfn, where, val);  <<<<<< HERE!!<br>
}<br></div></blockquote><div>I think your problem is earlier.  This just happens to be where it catches up with you.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">
<br>
btw, what do you mean by memory problem because as I said before I
already switched my dimms whithout any results.<br></div></blockquote><div>I meant that it's possible that RAM is not initialized correctly.  Sometimes cache will get you a long ways.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">
I attached the whole boot sequence.<br></div></blockquote><div>Thanks.  The device enumeration looks wrong.  There are a lot of devices that are found, and  there are a lot of sequences like this:<br><br>Capability: type 0x10 @ 0x58<br>
Capability: type 0x01 @ 0x50<br>Capability: type 0x10 @ 0x58<br>Capability: type 0x01 @ 0x50<br>Capability: type 0x10 @ 0x58<br>Capability: type 0x01 @ 0x50<br><br>Could you send an lspci -tvnn of your board?<br><br></div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div bgcolor="#ffffff" text="#000000">
I really appreciate your help, thx!<br></div></blockquote><div>No problem.<br>Myles <br></div></div><br>