Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 11/29/1994 10:00:04
mycroft
Tue Nov 29 09:50:42 PST 1994
Update of /b/source/CVS/src/sys/arch/i386/isa
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/arch/i386/isa

Modified Files:
	aic6360.c 
Log Message:
* Redo most of the message and phase state machines.  Multiple pending
message outs should now work correctly (including retransmissions).
Multiple messages ins should be more efficient.  Missing REQ after
reselection phase should now (correctly) cause a wait with ENREQINIT
set.

* Abstract out the reselection out sequence, and use it directly to
get sense info.  (This is somewhat faster than the generic done/sched
sequence.)

* If there are no ACBs available, wait interruptibly for one.

* Leave the interrupt registers alone during message in/out; just
watch for phase change.  Don't (incorrectly) reenable interrupts
during data in/out; defer that to aicintr().

* Handle command pointer per SCSI 2 spec.

* Other minor coding improvements.

mycroft
Tue Nov 29 09:56:52 PST 1994
Update of /b/source/CVS/src/sys/arch/i386/isa
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/arch/i386/isa

Modified Files:
	aic6360.c 
Log Message:
Disable debugging breakpoints by default.