Subject: Re: console polling interrupts?
To: None <eeh@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: tech-kern
Date: 06/16/2001 11:38:54
> No.  cnpollc() is supposed to turn polling on or off.  If you want to
> twiddle with spl levels it should be in there.

Jaromir did that initially, and I made him back it out, because the
current cnpollc() api does not provide any way to to store the spl
cookie on the stack.

(Please don't say "global variable").

					- Bill