summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aic7xxx.c
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on i++ in multiple arguments to a function. C does notgibbs2001-12-161-16/+3
* Restore initialization of ahc->unpause lost in rev 1.76. ahc->unpausegibbs2001-08-171-2/+4
* aic7xxx.c:gibbs2001-08-051-1/+19
* Remove a bootverbose diagnostic that makes bootverbose just too verbose.gibbs2001-07-281-3/+0
* ahc_pci.c:gibbs2001-07-181-65/+199
* ahc_eisa.c:gibbs2001-05-151-155/+165
* Change ahc_update_pending_scbs() so that it safe to be calledgibbs2001-04-011-0/+11
* aic7770.c:gibbs2001-03-291-182/+224
* This is an MFC candidate.gibbs2001-03-191-2/+3
* This is an MFC candidate.gibbs2001-03-111-64/+118
* aic7xxx.c:gibbs2001-02-211-21/+30
* aic7xxx.c:gibbs2001-02-101-40/+94
* Fix typo: depricated -> deprecated.asmodai2001-02-061-1/+1
* Update Copyright notices for new year. (should have been in last commit).gibbs2001-01-271-1/+3
* When flipping the first entry in the qinfifo with the "next queued SCB",gibbs2001-01-231-1/+4
* ahc_eisa.c:gibbs2001-01-221-56/+64
* Index our "DMA safe" sense buffers by SCB rather than hscb.gibbs2001-01-091-2/+1
* aic7xxx.c:gibbs2001-01-051-55/+78
* ahc_eisa.c:gibbs2000-12-201-102/+364
* Don't attempt to reference a NULL scb_data area during teardown eventsgibbs2000-11-131-0/+2
* aic7xxx.c:gibbs2000-11-121-0/+3
* Sync Perforce IDs, add tranceiver state change support, and correctgibbs2000-11-101-32/+69
* aic7xxx.c:gibbs2000-11-061-34/+45
* aic7xxx.c:gibbs2000-10-311-131/+376
* Store a pointer to our softc in the kernel's SCB structure. In thegibbs2000-10-111-32/+24
* Clean up error recovery code:gibbs2000-10-091-47/+56
* Correct corruption of the qinfifo in ahc_search_qinififo() for allgibbs2000-10-081-37/+40
* Bring in a slew of fixes that were supposed to be in the last commit.gibbs2000-10-061-2/+2
* Convert the driver to use a single DMA for fetching new commands insteadgibbs2000-10-051-113/+300
* Correct a logic mistake introduced in a recent cleanup ofgibbs2000-09-251-1/+1
* Add Perforce RCSIDs for easy revision correlation to my local tree.gibbs2000-09-221-27/+52
* Move aicasm to its own subdirectory.gibbs2000-09-161-4713/+3070
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-1/+1
* Properly handle the case where the residual is 0, but, as the targetgibbs2000-07-251-5/+12
* aic7xxx.c:gibbs2000-07-241-34/+84
* o Convert to <inttypes.h> style fixed sized types to facilitate porting togibbs2000-07-181-722/+1238
* Fix typo (accessable --> accessible).alex2000-06-141-1/+1
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* o Correct the offsets into the syncrate table for paritculargibbs2000-03-181-91/+153
* Kill the "unpause_always" argument to unpause_sequencer(). The reasonsgibbs2000-02-091-165/+295
* Update copyrights to Y2K.gibbs2000-01-071-151/+196
* Correct an "argument reversal" bug that could cause commands requed fromgibbs1999-12-201-2/+2
* Simplify my copyright license terms.gibbs1999-12-061-42/+87
* Clear the SELINGO bit after a selection timeout occurs. SELINGO isgibbs1999-09-201-7/+12
* aic7xxx.c:gibbs1999-08-301-5/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Disable some apparently stray debug printfs:peter1999-08-231-1/+3
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+5
* Add support for issuing immediate notify event ccbs for bus resets, bdrgibbs1999-08-161-133/+427
* Don't reference our SCB until we have validated that the firmware hasgibbs1999-05-231-2/+3
OpenPOWER on IntegriCloud