summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Close a race condition that doesn't really exist in -current. Whengibbs2000-10-092-2/+2
* Clean up error recovery code:gibbs2000-10-096-68/+117
* Correct corruption of the qinfifo in ahc_search_qinififo() for allgibbs2000-10-084-97/+106
* Fix single character typo in legacy transfer settings functiongibbs2000-10-062-2/+2
* Bring in a slew of fixes that were supposed to be in the last commit.gibbs2000-10-063-70/+90
* Correct pedantic errors in arrays generated by the assembler (trailinggibbs2000-10-051-5/+12
* Convert the driver to use a single DMA for fetching new commands insteadgibbs2000-10-0510-213/+474
* ahc_set_transaction_status() takes an SCB. This makes it difficult togibbs2000-10-012-2/+2
* 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-227-8/+91
* Add Perforce RCSIDs for easy revision correlation to my local tree.gibbs2000-09-2212-75/+110
* Use quoted includes instead of full path references inside the aic7xxxgibbs2000-09-221-4/+3
* Remove the last two uses of ahc->unit in the FreeBSD version of the driver.gibbs2000-09-202-4/+6
* Today is just not my day. Really get the right file.gibbs2000-09-161-0/+6
* Pull the correct file over to freefall.gibbs2000-09-161-30/+48
* Move aicasm to its own subdirectory.gibbs2000-09-168-105/+110
* Move aicasm to its own subdirectory.gibbs2000-09-1625-11044/+11354
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-1/+1
* *smack* #if 0, not #ifdef 0.wpaul2000-08-041-1/+1
* The check_extport() function appears to have some new code in it that checkswpaul2000-08-041-0/+7
* ahc_pci.c:gibbs2000-07-274-15/+70
* Properly handle the case where the residual is 0, but, as the targetgibbs2000-07-251-5/+12
* aic7xxx.c:gibbs2000-07-243-49/+92
* o Convert to <inttypes.h> style fixed sized types to facilitate porting togibbs2000-07-1824-1843/+2973
* Fix typo (accessable --> accessible).alex2000-06-141-1/+1
* Unused include: #include "ahc.h"peter2000-06-101-1/+0
* Use the correct register names, not the FreeBSD 2.2 compatability ones.peter2000-05-281-1/+1
* Use /sys/sys/*.h over /usr/include/sys.obrien2000-05-272-2/+2
* Back out the previous change to the queue(3) interface.jake2000-05-2610-34/+34
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-2310-34/+34
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* o Correct the offsets into the syncrate table for paritculargibbs2000-03-183-96/+162
* KNR -> ANSI function definition in two places. This matches the rest ofgibbs2000-03-181-5/+2
* Remove a diagnostic printf.gibbs2000-02-161-3/+0
* Kill the "unpause_always" argument to unpause_sequencer(). The reasonsgibbs2000-02-094-178/+338
* Fix parity error detection logic for aic7880 and aic7895 chips duringgibbs2000-02-091-8/+22
* Update copyright license terms to match the reset of the aic7xxx dirver.gibbs2000-02-032-14/+6
* remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed bypeter2000-01-291-7/+1
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* Avoid setting DPARCKEN until I can figure out why it causesgibbs2000-01-101-1/+1
* Turn on parity error reporting before configuring external sram. Thisgibbs2000-01-081-14/+21
* Really enable external SCB ram on Ultra2 capable controllers.gibbs2000-01-081-3/+9
* Update copyrights to Y2K.gibbs2000-01-076-189/+311
* Add detection logic for the U160 family of adaptec controllers. Thesegibbs2000-01-071-148/+314
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-4/+4
* Correct an "argument reversal" bug that could cause commands requed fromgibbs1999-12-201-2/+2
* When booting verbose, indicate if we are using manual terminationgibbs1999-12-121-2/+8
* Simplify my license.gibbs1999-12-061-39/+52
* Simplify my copyright license terms.gibbs1999-12-0615-80/+114
* Clear the SELINGO bit after a selection timeout occurs. SELINGO isgibbs1999-09-201-7/+12
OpenPOWER on IntegriCloud