Port-sparc64 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: I2O on sparc64 (Was: Re: mlx on sparc?)
On Tue, Sep 16, 2008 at 09:21:02PM +0200, Jan-Hinrich Fessel wrote:
> iop0: type want have cbase
> iop0: mem 0000 0000 00000000
> iop0: i/o 0000 0000 00000000
> iop0: interrupting at ivec 1c
> iop0: queue depths: inbound 256/256, outbound 256/256
>
> mem and i/o - is that correct?
Yes.
> inbound frame sz 8388608
This is wrong. In iopctl.c, this should be le16toh:
309 show("inbound frame sz", "%d",
le32toh(status.inboundmframesize));
Andrew
Home |
Main Index |
Thread Index |
Old Index