summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aic7xxx.seq
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-271-10/+5
* Add a spin lock that prevents the sequencer from attempting to add angibbs1997-08-131-1/+10
* Modify my copyright notice to allow the sequencer to be used with GPLedgibbs1997-06-271-37/+34
* The following scenario would result in a bogus residual being reportedgibbs1997-04-241-1/+6
* 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-141-15/+29
* aic7xxx.seq:gibbs1997-04-101-4/+7
* 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
* Re-arrange the code to upload an SCB to ensure that there is at leastgibbs1997-03-241-14/+12
* aic7xxx.seq:gibbs1997-03-181-0/+2
* Makefile gram.y scan.l sequencer.h symbol.c symbol.h aic7xxx_asm.c:gibbs1997-03-161-532/+523
* 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-251-9/+15
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Enlarge the message out buffer from 6 to 8 bytes. Now that sync and widegibbs1997-02-181-1/+0
* 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-091-29/+30
* 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-291-15/+6
* Change the way DMA is handled during the command phase. Only test ongibbs1997-01-241-5/+18
* Clear the SCSI channel after we go to busfree instead of after re/selection.gibbs1997-01-221-45/+51
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* 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-221-46/+28
* 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-161-11/+13
* Fix two problems with SCB Paging.gibbs1996-11-111-34/+23
* 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-281-46/+50
* Go back to using DMA to get SCBs down to the adapter.gibbs1996-10-251-302/+414
* Bring aic7xxx driver bug fixes from 'SCSI' into current.gibbs1996-10-061-139/+54
* Detect and report dataphase overruns. Put the adapter into 'Bit Bucket'gibbs1996-06-091-1/+26
* 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-211-2/+18
* aic7xxx.seq:gibbs1996-05-101-2/+2
* Implement SCB paging. This allows up to 255 active commands ongibbs1996-04-201-64/+114
* aic7xxx.seq:gibbs1996-03-311-11/+3
* Reset the DMA control register whenever we reset the sequencer.gibbs1996-03-101-44/+18
* Performance optimizations. Unroll all bcopies. Use PIO to transfer SCBsgibbs1996-01-291-160/+120
* Take a different approach to the SPIORDY race condition. Simply cleargibbs1996-01-111-3/+5
* Change the inb and outb routines slightly. It seems that waiting forgibbs1996-01-091-13/+5
OpenPOWER on IntegriCloud