Subject: lpt.c <-> spltty()
To: None <tech-kern@NetBSD.ORG>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: tech-kern
Date: 04/12/1998 23:23:39
Hi,

is there any reason why lpt.c uses spltty()?

For some frontends I maintain, this defeats the spltty/splserial split
of com.c... at least if implemented correctly (which it currently isn't, on
the lpt side).

I propose to use either splserial() or (to help serial performance on
machines where the lpt interupt is different from com interupts, like
ISA machines) a newly-created spllpt().

Regards,
	Ignatios