[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: iop(4) vs. HP NetRaid 1si
What's wrong with the ami driver that you need i2o?
> -----Original Message-----
> From: owner-tech@openbsd.org [mailto:owner-tech@openbsd.org]
> On Behalf Of Louis Bertrand
> Sent: Wednesday, May 07, 2003 20:23
> To: tech@openbsd.org
> Subject: iop(4) vs. HP NetRaid 1si
>
>
> Hi,
>
> I'm trying to figure out if it's possible to get iop(4)
> to support a HP NetRAID-1si in I2O mode (it works fine
> with ami(4) in "mass storage" mode).
>
> I put in lots of debug printf in /usr/src/sys/dev/i2o/iop.c
> and watched the iop_post messages. It seems to go through
> the device probing, but hangs in the startup hook.
>
> Where I get suspicious is this message:
> vendor specific extension at iop0 not configured
>
> Are there proprietary I2O messages that are required to
> light up this controller, and that's why it's not
> supported?
>
> Thanks
> --Louis <louis at bertrandtech.on.ca>