summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aic7xxx.c
Commit message (Expand)AuthorAgeFilesLines
* aic7xxx.reg:gibbs2003-01-201-94/+97
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.scottl2002-12-311-1/+2
* Bring in many bugfixes and changes obtained from formal testing:scottl2002-11-301-101/+317
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Add a missing pair of curly braces to a conditional debuggibbs2002-09-271-2/+3
* Correct a spelling error.gibbs2002-09-261-2/+2
* Add ahc_print_devinfo() to simplify some diagnostic output.gibbs2002-08-311-77/+289
* Major update to the aic7xxx driver:gibbs2002-04-241-92/+231
* 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
OpenPOWER on IntegriCloud