summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* aic7xxx.seq:gibbs1996-03-315-31/+21
* Reset the DMA control register whenever we reset the sequencer.gibbs1996-03-102-48/+22
* Performance optimizations. Unroll all bcopies. Use PIO to transfer SCBsgibbs1996-01-292-194/+138
* Take a different approach to the SPIORDY race condition. Simply cleargibbs1996-01-112-4/+20
* Change the inb and outb routines slightly. It seems that waiting forgibbs1996-01-091-13/+5
* aic7xxx.seq:gibbs1996-01-072-10/+21
* Bring back the more heavy-weight version of the mesgin inb routines. Davidg'sgibbs1996-01-051-4/+12
* Null terminate execl's argument list.gibbs1996-01-053-6/+6
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-035-1006/+1252
* Fix the long dreaded Wide bug and enable WIDEODD for reads.gibbs1995-11-071-3/+4
* Move aic7xxx register definitions from i386/scsi/aic7xxx.c to this file.gibbs1995-11-051-0/+514
* Only or in CLRCHN in SXFRCTL0. All other bits in this register aregibbs1995-10-291-5/+3
* Set SCSIGO generically before we determine the phase instead of doing itgibbs1995-10-261-12/+11
* Clean up the mesgin code to make it easier to read with proceedure lablesgibbs1995-08-061-55/+49
* Total rewrite of the dataphase sections of the sequencer. This was donegibbs1995-08-051-237/+171
* Fix two race conditions.gibbs1995-08-051-9/+8
* Pause the sequencer when message only requests complete. This allows thegibbs1995-07-311-2/+8
* Change SCB_LIST_NULL to 0xff from 0x10 to allow for 255 commands. Thisgibbs1995-07-041-7/+8
* Remove trailing whitespace.rgrimes1995-05-303-24/+24
* Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:dg1995-05-171-11/+41
* Restructure the arbitration loop to allow for reselections that win out overgibbs1995-04-271-95/+104
* John Aycock's BSD copyrighted sequencer assembler and sequencer code. Thisgibbs1995-04-155-402/+542
* More code optimizations. Use a slightly different approach to decidegibbs1995-04-091-76/+28
* Off by one error in -MSG-START+0 was just Justin being tired -- revert togibbs1995-04-011-6/+5
* Major overhaul of the aic7xxx driver:gibbs1995-03-314-90/+126
* Make the aic7xxx assembler take quoted strings as a single token.gibbs1995-03-174-17/+70
* Be careful to maintain the bits in SBLKCTL that are reserved.gibbs1995-03-071-6/+5
* Add tagged queueing support to the aic7xxx sequencer code.gibbs1995-02-221-66/+96
* Have version number track CSV version number. No other change.gibbs1995-02-031-2/+2
* aic7xxx.c:gibbs1995-01-224-99/+64
* At $Ids to all files. Have the sequencer use DMA to tranfer its SCBgibbs1995-01-164-109/+132
* Full support for 294x and Wide devices. Fixed month old bug in the SCSIgibbs1995-01-131-81/+173
* Update the sequencer code to handle both channels of Twin channel devices.gibbs1994-12-311-54/+144
* Merge in latest Linux sequencer code release with my changes. This shouldgibbs1994-11-291-18/+21
* Previous changes to the sequencer compiler backed out. We go back togibbs1994-11-183-6/+0
OpenPOWER on IntegriCloud