summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud