Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/24/1998 15:40:02
mycroft
Sat Jan 24 07:32:42 PST 1998
Update of /cvsroot/src/gnu/dist/gdb
In directory netbsd1:/var/slash-tmp/cvs-serv17560

Modified Files:
	i386nbsd-nat.c 
Log Message:
Make `info float' work.  Mostly from Noriyuki Soda.

mycroft
Sat Jan 24 07:32:42 PST 1998
Update of /cvsroot/src/gnu/dist/gdb/config/i386
In directory netbsd1:/var/slash-tmp/cvs-serv17560/config/i386

Modified Files:
	nm-nbsd.h 
Log Message:
Make `info float' work.  Mostly from Noriyuki Soda.

pk
Sat Jan 24 07:33:37 PST 1998
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv16027

Modified Files:
	ncr53c9x.c 
Log Message:
* Do not remove ATN from the scsi bus if we have no messages queued but
  the target still is in MSG OUT phase. We still send a message (a NO_OP)
  in this case and the chip will remove ATN at the appropriate time.
  Using the RSTATN command here induces a "illegal command" in some
  chip revisions.

  This situation only occurs if the target rejects a previous (multi-byte)
  message early (by switching to MESSAGE IN and sending a MESSAGE REJECT)
  before the chip has completed the entire MSG OUT transfer. ATN will
  remain asserted, and the target returns to MESSAGE OUT phase.

* Account for the events above when reporting "DMA not completed"
  diagnostic messages.

* Stream-line the selection code a bit, and make the DMA setup code
  more like the MSG OUT & DATA XFER setup.