summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Some revisions of the aic7880 have a problem where, if thegibbs1998-06-281-2/+10
* Add support to aicasm for "downloaded constants". These are immediategibbs1997-09-2713-62/+211
* Make the aic7xxx sequencer assembler compile in the kernel's objectgibbs1997-09-0316-2763/+50
* Add a spin lock that prevents the sequencer from attempting to add angibbs1997-08-132-2/+26
* Modify my copyright notice to allow the sequencer to be used with GPLedgibbs1997-06-2721-140/+235
* The following scenario would result in a bogus residual being reportedgibbs1997-04-242-3/+8
* Revert some changes to the selection and reselection code that were thoughtgibbs1997-04-181-41/+19
* Re-arange the selection and reselection code to hopefully kill thegibbs1997-04-142-16/+31
* aic7xxx.seq:gibbs1997-04-104-13/+16
* Instead of testing for both SELDI and SELDO in SSTAT0 in the poll for workgibbs1997-04-051-5/+5
* Add missing Id that was lost when the sequencer file format changed.gibbs1997-04-041-0/+2
* When not using SCB paging, we can always directly index the SCB of interestgibbs1997-04-041-13/+18
* CFLAGS += -I. so that building in an obj directory works.gibbs1997-04-032-2/+6
* Re-arrange the code to upload an SCB to ensure that there is at leastgibbs1997-03-241-14/+12
* aic7xxx.seq:gibbs1997-03-184-36/+263
* Don't depend on <sys/types.h> being (bogusly) included by <stdio.h>.bde1997-03-163-3/+9
* Missed one.gibbs1997-03-163-0/+204
* Makefile gram.y scan.l sequencer.h symbol.c symbol.h aic7xxx_asm.c:gibbs1997-03-1622-3239/+9185
* No longer clear all interrupt status when the sequencer is reset. The onlygibbs1997-02-281-40/+29
* Leave reselections on all the time.gibbs1997-02-252-10/+21
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-225-5/+5
* Enlarge the message out buffer from 6 to 8 bytes. Now that sync and widegibbs1997-02-182-18/+11
* Clear the DFCNTRL register after every busfree.gibbs1997-02-111-23/+26
* Clear the channel after (re)selection instead of once we see the bus gogibbs1997-02-092-30/+31
* In dma_finish, don't disturb the direction bit in DFCNTRL when turning offgibbs1997-02-031-6/+3
* Add 1997 to my copyright.gibbs1997-01-292-16/+7
* Change the way DMA is handled during the command phase. Only test ongibbs1997-01-242-7/+30
* Clear the SCSI channel after we go to busfree instead of after re/selection.gibbs1997-01-222-46/+53
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
* Re-enable reselections as the first thing after we see a bus free. We seemgibbs1996-12-031-10/+8
* Conditionally enable the busfree interrupt to catch unexpected busfrees.gibbs1996-11-222-56/+29
* Change the way Automatic PIO is performed in the mesgin and mesgout phases.gibbs1996-11-211-27/+18
* Assert that we have seen an identify or have not disconneccted since thegibbs1996-11-162-12/+17
* Fix two problems with SCB Paging.gibbs1996-11-112-36/+29
* index_untagged_scb should rely solely on the argument passed in SINDEX andgibbs1996-11-051-3/+3
* In data_phase_reinit when I converted the code to use bcopy, I should havegibbs1996-10-281-3/+3
* Fix problems dealing with non-tagged devices when SCB paging is enabled.gibbs1996-10-282-48/+53
* Go back to using DMA to get SCBs down to the adapter.gibbs1996-10-252-356/+485
* Bring aic7xxx driver bug fixes from 'SCSI' into current.gibbs1996-10-062-164/+71
* Detect and report dataphase overruns. Put the adapter into 'Bit Bucket'gibbs1996-06-092-2/+32
* Hopefully fix the parity problem and the hang on message reject for good.gibbs1996-06-081-5/+12
* Don't use the auto ATN on parity error feature. It may be the sourcegibbs1996-05-311-4/+4
* Fix regression. It seems that you need at least one instruction betweengibbs1996-05-301-3/+3
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-301-2/+6
* Fix a race condition in p_mesgout* and inb* code that could allow agibbs1996-05-271-3/+3
* Correct a botched commit from yesturday. It helps to bring over thegibbs1996-05-231-3/+4
* Enable/Disable Ultra mode on a per target basis. This allows the drivergibbs1996-05-212-3/+21
* One more linux -> __linux__gibbs1996-05-101-2/+2
* aic7xxx.seq:gibbs1996-05-102-4/+7
* Implement SCB paging. This allows up to 255 active commands ongibbs1996-04-202-100/+181
OpenPOWER on IntegriCloud