Port-ofppc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Powerstack II



On Sat, 16 Jan 2010 17:46:57 +0100
Frank Wille <frank%phoenix.owl.de@localhost> wrote:

> 1. "pciide0: couldn't map native-PCI interrupt"
> This happens for both channels. By some debugging I found out that
> pci_intr_map() is called to map irq 14, but genofw_setup_pciintr_map()
> didn't provide a dictionary entry for this interrupt line. I think the OFW
> is to blame here, because, although pciide0 is configured native-PCI, it
> doesn't have a device node for it:
Sure. IDE is not supported on that machine. Although the hardware is
available, this hardware is hidden from the OS. This machine was
intended to use SCSI only. Hence no OFW support for IDE. You have to
add quirks to make IDE work.

> 2. "tlp0: sorry, unable to handle your board"
> That's a much bigger problem! Although the 21140A chip is recognized the
> drive is unable to read its SROM. For debugging I have printed the contents
> of the first 40 bytes in sc->sc_srom, but all bytes are 0xff!
> Is this the PCI memory access problem which Jochen Kunz mentioned?
IIRC I had no PCI memory problem. I think once I got an ex(4) to emit
packets because it uses PCI memory only. PCI DMA was the problem.

> 3. "probe(esiop0:0:0:0): command timeout, CDB: 0x12 00 00 00 24 00"
> I didn't really check yet. But I tried with and without hard disk. I'm not
> sure where to terminate the bus. Only at its end?
A SCSI bus needs to be terminated at booth ends of the cable. Without
cable or with a short cable a single terminator should work. Check if
there is a terminator on the mainboard that can be en-/disabled by a
jumper.
-- 


tschüß,
       Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/



Home | Main Index | Thread Index | Old Index