Subject: Re: panics from lms driver
To: None <current-users@NetBSD.ORG>
From: Charles Hannum <mycroft@deshaw.com>
List: current-users
Date: 10/05/1995 01:02:58
In article <199509271635.MAA02448@owl.dol-esa.gov>
kstailey@owl.dol-esa.gov (Kenneth Stailey) writes:
I still get occasional panics from the lms driver. The pathway goes:
lmsintr() -> b_to_q() -> bcopy() -> panic()
Do you think it would make sense to put spltty() / splx() around the
b_to_q() in lmsintr()?
That seems unlikely to help, since b_to_q() does that itself.
What is the panic message?