Path: utzoo!mnetor!uunet!husc6!bloom-beacon!gatech!bbn!rochester!udel!rminnich From: rminnich@udel.EDU (Ron Minnich) Newsgroups: comp.sys.amiga Subject: Re: PutMsg and the ln_Type field Message-ID: <1776@louie.udel.EDU> Date: 28 Mar 88 19:05:22 GMT References: <8803260947.AA25241@cory.Berkeley.EDU> Reply-To: rminnich@udel.EDU (Ron Minnich) Organization: University of Delaware Lines: 18 In article <8803260947.AA25241@cory.Berkeley.EDU> dillon@CORY.BERKELEY.EDU (Matt Dillon) writes: > I seem to remember somebody commenting that PutMsg() did not > always set the ln_Type field in the message to NT_MESSAGE... > I looked at the ROM code. The very first thing PutMsg does > is: > move.b #5,8(A1) > Which places NT_MESSAGE on the ln_Type field of the message. > Therefore, PutMsg() *always* does this. This means you can Well, what can i say. That was me who wrote that. And on my system, SendIO (which i thought called PutMsg) did not set the type to NT_MESSAGE. I had to set it by hand in internet.device, else the type was always NT_REPLYMSG. What is going on here? I don't know. ALl i know is that on my machine, in the driver, i had to jam the message type else it never changed back from NT_REPLYMSG. -- ron (rminnich@udel.edu)