summaryrefslogtreecommitdiffstats
path: root/sys/i386/scsi
Commit message (Expand)AuthorAgeFilesLines
* Add support to the host driver for "downloaded constants". These are immediategibbs1997-09-271-43/+32
* Update for changes in the callout interface.gibbs1997-09-212-23/+35
* Don't depend on the gcc feature of permitting conditional expressionsbde1997-08-251-4/+4
* Change restart_sequencer to be more robust by performing an explicitgibbs1997-08-211-17/+6
* To handle scsi RESERVATION CONFLICT properly in ahc driver.itojun1997-08-171-1/+6
* Remove the bus settle delay after reset code. It could cause an infinitegibbs1997-08-152-168/+23
* Add a spin lock that prevents the sequencer from attempting to add angibbs1997-08-132-9/+35
* Removed unused #includes.bde1997-07-203-10/+3
* Modify my copyright notice to allow the sequencer to be used with GPLedgibbs1997-06-272-8/+22
* Print out some more diagnostic information when we reject a message.gibbs1997-04-261-4/+10
* No longer use AAP for queueing SCBs to the QINFIFO.gibbs1997-04-181-79/+63
* Be more careful about how SCBs are cleaned up during error recovery.gibbs1997-04-141-113/+173
* Drop the number of allowed tags back down to 8. Pluto uses a higher valuegibbs1997-04-101-17/+17
* Fix an infinite loop caused by calling ahc_run_done queue while thegibbs1997-04-071-3/+32
* Fix a bug in the selection timeout handler that was introduced when thegibbs1997-04-051-38/+52
* Now that we use AAP, we have to explicitly unpause the sequencer whengibbs1997-04-041-2/+11
* NOOP commit to correct the comment for the last commit:gibbs1997-04-041-1/+1
* When not using SCB paging, we can always directly index the SCB of interestgibbs1997-04-041-15/+6
* Fix a fencepost error in ahc_find_scb that could cause us to wrongfullygibbs1997-03-241-2/+2
* Fix a nasty bug that meant a QUEUE_FULL status would result in a lostgibbs1997-03-241-12/+12
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-232-2/+4
* Adapt to some changes in the register definitions. Clear the selectiongibbs1997-03-161-78/+234
* When we perform an "automatic request sense", we issue an untagged command.gibbs1997-03-011-5/+44
* Functionalize some code that was repeated throughout the driver.gibbs1997-02-281-50/+77
* Fix numerous problems with the abort/recovery code. Highlights include fixinggibbs1997-02-252-194/+371
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-228-8/+8
* Fix some more problems in the recovery code.gibbs1997-02-191-20/+37
* Kill the initialization of two old scratch ram variables. They were removedgibbs1997-02-181-12/+0
* Don't rely on AAP(Auto Access Pause) when queueing SCBs to the card. Thisgibbs1997-02-182-20/+20
* Changed timeout for requesting sense from 100ms to 1 second.dg1997-02-141-2/+1
* Fix a bug in the reporting of residuals. The code was relying on the SG_COUNTgibbs1997-02-112-5/+22
* ahc_search_qinfo->ahc_search_qinfifogibbs1997-02-091-31/+36
* Initialization of a variable got lost in the last commit when I movedgibbs1997-02-031-0/+1
* Fix an oversight in the handling of non-tagged abort requests. We needgibbs1997-02-031-34/+72
* White space cleanup and other cosmetic style changes.gibbs1997-02-032-25/+62
* Add 1997 to my copyright.gibbs1997-01-292-136/+377
* 93cx6.c:gibbs1997-01-242-4/+8
* Remove some unnecessary overhead in the command complete processing. Itgibbs1997-01-221-48/+29
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-148-8/+8
* Clear the busfree interrupt when one occurs, after a SELTO, or a bus reset.gibbs1996-12-031-6/+13
* Add code to the SCSIINT handler for unexpected busfrees and handling immediategibbs1996-11-221-52/+130
* Be even more careful in how we manipulate the QOUTQCNT variable. Now wegibbs1996-11-161-20/+93
* Fixed pessimized (short) i/o port type.bde1996-11-111-2/+2
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-112-302/+337
* Bzero the kernel scb array after it is allocated otherwise the control bytegibbs1996-11-071-3/+5
* Update to changes in generic SCSI layer.gibbs1996-11-051-36/+21
* Add missing parenthesis. That's what I get for having e different versionsgibbs1996-11-051-2/+2
* Move the include opt_aic7xxx in aic7xxx.h so that all of the driver files getgibbs1996-11-052-24/+16
* Add basic support for the 398X cards as multi-channel SCSI host adapters.gibbs1996-10-284-184/+292
* - KNF cleanup.gibbs1996-10-254-1457/+1100
OpenPOWER on IntegriCloud