Path: utzoo!attcan!uunet!yale!husc6!rice!sun-spots-request From: gropp-bill@yale.arpa (Bill Gropp) Newsgroups: comp.sys.sun Subject: undump and the fpa Message-ID: <8811142009.AA00937@CASPER.SUN2.CS.YALE.EDU> Date: 23 Nov 88 11:04:23 GMT Sender: usenet@rice.edu Reply-To: Sun-Spots@Rice.edu Organization: Rice University, Houston, Texas Lines: 11 Approved: Sun-Spots@rice.edu Original-Date: Mon, 14 Nov 88 15:09:48 EST X-Sun-Spots-Digest: Volume 7, Issue 25, message 4 of 16 I am trying to use undump on a program that uses the fpa. Undump works fine on the version of this program that uses the 68881, but seems to hang the first time the fpa is used. I'm actually not surprised at this, since the fpa is a device (rather than a tightly coupled co-processor like the 68881), and is probably accessed by doing some open-file like operation. My question is, what do I need to do in a program to re-initialize the fpa so that my undump'ed program will work? I've checked the Floating Point Programmer's Guide, as well as the fpa manual, without finding what I need. Bill Gropp