freebsd-dev/sys/dev/aic7xxx/aicasm
Justin T. Gibbs 41c47eee15 Simplify my copyright license terms.
aic7xxx.c:
	Add a function for sucking firmware out of the controller
	prior to reset.

	Remove some inline bloat from functions that should not have
	been inlined.

	During initialization, wait 1ms after the chip reset before
	touching any registers.  You can get machine checks on certain
	architectures (Atari I think?) without the delay.

	Return CAM_REQ_CMP for external BDR requests instead
	of CAM_BDR_SENT.

	Bump some messages to bootverbose levels above 1.

	Don't clear any negotiated sync rate if the target rejects
	a WDTR message.  The sync rate is only cleared if the target
	accepts a WDTR message.

	Fix a small bug in the mesgin handling code that could cause
	us to believe that we had recieved a message that was actually
	received by another target.  This could only confuse us in
	some very rare transmission negotiation scenarios.

	Remove some unecessary cleanup of residual information after
	a residual is reported.  The sequencer does this when the
	command is queued now.
1999-12-06 18:23:31 +00:00
..
aicasm_gram.y Simplify my copyright license terms. 1999-12-06 18:23:31 +00:00
aicasm_scan.l Simplify my copyright license terms. 1999-12-06 18:23:31 +00:00
aicasm_symbol.c Simplify my copyright license terms. 1999-12-06 18:23:31 +00:00
aicasm_symbol.h Simplify my copyright license terms. 1999-12-06 18:23:31 +00:00
aicasm.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
aicasm.h Simplify my copyright license terms. 1999-12-06 18:23:31 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00