summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* aic79xx.c:gibbs2004-05-116-75/+153
* o When restarting the sequencer, clear any pendinggibbs2004-05-111-26/+88
* Add aic_scb_timer_start() which will be used in the aic7xxx driver togibbs2004-05-111-2/+17
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-173-20/+19
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-2/+5
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-1/+8
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* aic7xxx.c:gibbs2004-02-041-4/+2
* aic79xx.c:gibbs2004-02-046-135/+327
* Move all of the recovery thread routines nextgibbs2003-12-191-26/+33
* We only need to terminate our recovery thread once.gibbs2003-12-191-4/+1
* In ahd_run_qoutfifos, correct a !=/== logic buggibbs2003-12-191-12/+7
* ahc_eisa.c:gibbs2003-12-1722-2165/+2267
* When outputing a code listing, properly displaygibbs2003-12-171-7/+16
* Modify assembler to ignore carriage returns in input.gibbs2003-12-162-4/+15
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-282-2/+4
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-032-2/+0
* 0x7FFFFFFFFF is >32 bits and needs an explicit LL.des2003-10-232-2/+2
* aic79xx_pci.c:scottl2003-09-252-4/+8
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-024-10/+10
* Use __FBSDID().obrien2003-08-2411-23/+33
* Prefer new location of pci include files (which have only been in theimp2003-08-222-2/+12
* Mega busdma API commit.scottl2003-07-015-6/+12
* Fix a race condition in the flushing of commands thatgibbs2003-06-281-49/+379
* aic79xx.h:gibbs2003-06-282-10/+16
* Use clr instead of an explicit mov from ALLZEROSgibbs2003-06-281-2/+2
* Implement ahd_inq_scbram() and change the implementiongibbs2003-06-281-5/+12
* Correct a typo in a comment.gibbs2003-06-281-10/+23
* aic79xx.seq:gibbs2003-06-281-5/+4
* aic79xx.h:gibbs2003-06-282-16/+23
* Add parenthesis so that we get all of the bits allgibbs2003-06-231-2/+2
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-142-34/+2
* Sync perforce IDs.gibbs2003-06-105-5/+5
* When single stepping, only leave ENBUSFREE enabledgibbs2003-06-062-4/+4
* Clear stale PCI errors during our test forgibbs2003-06-062-8/+27
* Work around SCSI spec violation by the Quantum Atlas 10K.gibbs2003-06-062-36/+70
* aic7770.c:gibbs2003-06-067-155/+58
* Add probe entry for the 284X with BIOS disabled.gibbs2003-06-061-3/+8
* Constify a string used in our EISA probe tables.gibbs2003-06-061-4/+4
* aic79xx.c:scottl2003-05-301-2/+2
* Fix a reported case of severe data corruption:scottl2003-05-302-42/+45
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-272-4/+4
* This driver supports the 2920C not the 2920.gibbs2003-05-261-3/+3
* Consistently use #ifdef for testing AHC_TARGET_MODE.gibbs2003-05-261-9/+9
* aic79xx.c:gibbs2003-05-263-3/+3
* Correct/Simplify ignore wide residue message handlinggibbs2003-05-264-49/+42
* FIFOEMP can lag LAST_SEG_DONE in the Ultra2 and U160gibbs2003-05-261-2/+10
* Correct/Simplify ignore wide residue message handlinggibbs2003-05-265-65/+51
* Fix disabling of PCI parity error interrupts. We need to setgibbs2003-05-263-12/+21
OpenPOWER on IntegriCloud