tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: NetBSD 6.0/amd64 panic: ciss: dead (DL ProLiant 360P)
imil%home.imil.net@localhost (iMil) writes:
>panic: ciss: dead
>Screenshot available here: http://imil.net/stuff/IMG_0127.JPG
>I presume this is worth a PR, or is there any known fix ?
Mostly says that our driver doesn't talk "correctly" to the hardware.
The panic in this place is of course pretty silly.
if (hb == sc->heartbeat)
panic("ciss: dead"); /* XX reset! */
Linux just ignores the heartbeat counter. I'd replace the panic with
a possibly ratechecked printf() and try if that works.
--
--
Michael van Elst
Internet: mlelstv%serpens.de@localhost
"A potential Snark may lurk in every tree."
Home |
Main Index |
Thread Index |
Old Index