Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!ron@BRL-TGR.ARPA From: ron@BRL-TGR.ARPA Newsgroups: net.unix-wizards Subject: Re: Device driver subtleties Message-ID: <359@sri-arpa.UUCP> Date: Tue, 24-Jul-84 09:49:48 EDT Article-I.D.: sri-arpa.359 Posted: Tue Jul 24 09:49:48 1984 Date-Received: Fri, 27-Jul-84 08:08:37 EDT Lines: 13 From: Ron Natalie Sleep is independant of SPL level, as it is stating you wish to give up the processor and then level of the new context is used. However you do state something interesting, you say you are sleeping at interrupt level. You can't do that. There is no guarantee that the guy who did the sleep will still be valid when the wakeup comes around. With regard to close(). Generally, people don't care what close returns. Close is only supposed to fail if the file isn't open. I don't understand your question about the write failing. -Ron