freebsd-nq/sys/dev/aic7xxx
Justin T. Gibbs ba09901130 Update copyrights to Y2K.
93cx6.c:
	Make the SRAM dump output a little prettier.

aic7xxx.c:
	Store all SG entries into our SG array in kernel space.
	This makes data-overrun and other error reporting more
	useful as we can dump all SG entries.  In the past,
	we only stored the SG entries that the sequencer might
	need to access, which meant we skipped the first element
	that is embedded into the SCB.

	Add a table of chip strings and replace ugly switch
	statements with table lookups.

	Add a table with bus phase strings and message reponses
	to parity errors in those phases.  Use the table to
	pretty print bus phase messages as well as collapse
	another switch statement.

	Fix a bug in target mode that could cause us to unpause
	the sequencer early in bus reset processing.

	Add the 80MHz/DT mode into our syncrate table.  This
	rate is not yet used or enabled.

	Correct some comments, clean up some code...

aic7xxx.h:
	Add U160 controller feature information.

	Add some more bit fields for various SEEPROM formats.

aic7xxx.reg:
	Add U160 register and register bit definitions.

aic7xxx.seq:
	Make phasemis state tracking more straight forward.  This
	avoids the consumption of SINDEX which is a very useful register.

	For the U160 chips, you must use the 'mov' instruction to
	update DFCNTRL.  Using 'or' to set the PRELOADED bit is
	completely ineffective.

	At the end of the command phase, wair for our ACK signal
	to de-assert before disabling the SCSI dma engine.  For
	slow devices, this avoids clearing the ACK before the
	other end has had a chance to see it and lower REQ.
2000-01-07 23:08:20 +00:00
..
aicasm Simplify my copyright license terms. 1999-12-06 18:23:31 +00:00
93cx6.c Update copyrights to Y2K. 2000-01-07 23:08:20 +00:00
93cx6.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00
ahc_eisa.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ahc_pci.c Add detection logic for the U160 family of adaptec controllers. These 2000-01-07 22:53:37 +00:00
aic7xxx_93cx6.c Update copyrights to Y2K. 2000-01-07 23:08:20 +00:00
aic7xxx_93cx6.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00
aic7xxx.c Update copyrights to Y2K. 2000-01-07 23:08:20 +00:00
aic7xxx.h Update copyrights to Y2K. 2000-01-07 23:08:20 +00:00
aic7xxx.reg Update copyrights to Y2K. 2000-01-07 23:08:20 +00:00
aic7xxx.seq Update copyrights to Y2K. 2000-01-07 23:08:20 +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
sequencer.h Simplify my copyright license terms. 1999-12-06 18:23:31 +00:00