Path: utzoo!utgpu!water!watmath!clyde!att-cb!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!mit-eddie!uw-beaver!tektronix!reed!omen!caf From: caf@omen.UUCP (Chuck Forsberg WA7KGX) Newsgroups: comp.unix.microport Subject: Re: telebit on uBug 286 - update Message-ID: <656@omen.UUCP> Date: 3 Apr 88 11:10:08 GMT References: <878@nuchat.UUCP> Reply-To: caf@omen.UUCP (Chuck Forsberg WA7KGX) Organization: Omen Technology Inc, Portland Oregon Lines: 10 In article <878@nuchat.UUCP> steve@nuchat.UUCP (Steve Nuchia) writes: :I will take this opportunity to renew my call for interrupt-driven :driver sources for microbug. Anything at all would be handy. With a few arcane exceptions, all Unix sio drivers are interrupt driven. The problem with hish speed serial input is that other parts of the operating system have sections of "critical code". The usual practice in "critical code" is to disable interrupts while the kernel is "dropping its pants". It takes quite a bit of kernel hacking to keep these ciritical code segments short.