Subject: Re: console polling interrupts?
To: None <jdolecek@netbsd.org, tech-kern@netbsd.org>
From: None <eeh@netbsd.org>
List: tech-kern
Date: 06/16/2001 15:11:52
	Hi,
	I'd like to change the console polling interface requirement in that
	cnpollc(9) and hence cngetc(9) would always need to be called on splhigh().
	The idea here is that if we are polling, we don't want any interrupts
	to happen. I'm including the diff to do so. This seems like a better
	solution that I posted previously.

	Opinions?

No.  cnpollc() is supposed to turn polling on or off.  If you want to
twiddle with spl levels it should be in there.

Eduardo