summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Make this compile from the last commitscottl2005-01-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0634-34/+34
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* Add some useful target mode diagnostics for incoming commandsgibbs2004-11-181-7/+11
* Revert to basing all timeout/timer values in ms rather than us. The switchgibbs2004-11-184-16/+26
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* aic7xxx.h:gibbs2004-10-192-14/+91
* Skip probe attempts for ISA PnP devices.gibbs2004-10-151-1/+5
* Correct a typo in a comment: alloated->allocatedgibbs2004-08-301-1/+1
* In the PCI error interrupt handler, specify the width of the PCI configurationgibbs2004-08-221-6/+7
* Set AHD_BUSFREEREV_BUG in the bug field for Rev B chips, not thegibbs2004-08-221-3/+3
* Initialize iobase from the resource allocated by bus_alloc_resource_any()gibbs2004-08-181-2/+2
* Invert the polarity of two tests in the recovery code that could causegibbs2004-08-181-2/+2
* Remove spurious EISA definitions left over from the initial port of thegibbs2004-08-181-13/+0
* Remove ISA attachments dependence on eisaconf.hgibbs2004-08-182-3/+3
* Add ISA attachement files for the aic7xxx driver.gibbs2004-08-171-0/+299
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.gibbs2004-08-1711-150/+127
* Extend critical section protection around portions of selection processinggibbs2004-08-131-1/+5
* Fix an off by one in the critical section clearing code. Thegibbs2004-08-131-2/+0
* Correct a very rare case where command ordering could be compromisedgibbs2004-08-047-110/+358
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-152-0/+2
* Remove erroneous semicolons.stefanf2004-07-131-1/+1
* 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
OpenPOWER on IntegriCloud