summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Fix a few problems with handling rejected transfer negotiation messages.gibbs1998-12-173-91/+72
* Pull in new ccb_hdr list types.gibbs1998-12-152-2/+4
* Perform a save data pointers operation if a data transfer was performedgibbs1998-12-154-62/+277
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-3/+3
* Revamp the way that exceptional message handling is performed so that itgibbs1998-12-106-664/+1118
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+2
* Change the delivery mechanism for incoming target commands. We nowgibbs1998-11-234-83/+99
* -Wunused cleanup.gibbs1998-10-151-18/+26
* Bring back support for honoring the primary channel setting for twin channelgibbs1998-10-152-48/+89
* Pass termination information via softc flags to the core driver. Thegibbs1998-10-091-13/+19
* When 'using defaults' ensure that termination is enabled.gibbs1998-10-091-5/+4
* ahc_pci.c:gibbs1998-10-071-5/+13
* Add a missing newline.gibbs1998-10-071-1/+2
* Correct twin channel operation.gibbs1998-09-211-1/+5
* Remove unused variables and functions.gibbs1998-09-201-74/+46
* Correct a bug in the timeout handler. When queuing a BDR response togibbs1998-09-201-134/+147
* Don't interpret SCB index 254 as a target mode completion when not ingibbs1998-09-181-2/+3
* Fix compile warnings.mjacob1998-09-161-4/+4
* Move to new name, convert to CAM, add support for new chips, andgibbs1998-09-151-0/+1202
* Move to new name and convert to CAM.gibbs1998-09-151-0/+459
* Massive overhaul of the aic7xxx driver:gibbs1998-09-1521-1113/+8428
* 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
OpenPOWER on IntegriCloud