<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Knut Kujat escribió:
<blockquote cite="mid:4B21213E.5050604@gap.upv.es" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
ron minnich escribió:
  <blockquote
 cite="mid:13426df10912100823j28534e7fn17ca048c4673b23@mail.gmail.com"
 type="cite">
    <pre wrap="">On Thu, Dec 10, 2009 at 2:33 AM, Knut Kujat <a
 moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="mailto:knuku@gap.upv.es"><knuku@gap.upv.es></a> wrote:
  </pre>
    <blockquote type="cite">
      <pre wrap="">Sorry for spamming the maillist!!!

but it stops again at: PCI: 00:02.0 cmd <- 07 I haven't changed anything!
whats wrong? :(
    </pre>
    </blockquote>
    <pre wrap=""><!---->
random halts and errors --> I think myles is right grow stack but
maybe it is memory.

ron
  </pre>
  </blockquote>
no, I don't use crossgcc I tried to install it with ./buildgcc but it
fails on downloading the second tar ball. The weird thing is that it
exactly once passed this point and it got to build the apci table. But
as I said that only occurred once and trust me I tried it a whole bunch
of times. I switched my dimms several times in different slots I tried
with only one to see if the other is broken or something but nothing.
So I guess next thing will be stack size. <br>
  <br>
Thanks,<br>
Knut Kujat<br>
</blockquote>
<br>
Hi,<br>
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>
<br>
btw, what do you mean by memory problem because as I said before I
already switched my dimms whithout any results.<br>
I attached the whole boot sequence.<br>
<br>
I really appreciate your help, thx!<br>
<br>
Knut Kujat.<br>
</body>
</html>