| Commit message (Expand) | Author | Age | Files | Lines |
* | aic79xx.c: | gibbs | 2005-02-16 | 2 | -5/+16 |
* | On Rev. B silicon, we disabled the enhanced busfree detection logic to | gibbs | 2005-02-16 | 1 | -3/+3 |
* | MF5S: Explicitly initialize timedout_scb lists, use SCB_TAG for all access | gibbs | 2005-02-16 | 3 | -4/+9 |
* | Make this compile from the last commit | scottl | 2005-01-06 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 34 | -34/+34 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
* | Add some useful target mode diagnostics for incoming commands | gibbs | 2004-11-18 | 1 | -7/+11 |
* | Revert to basing all timeout/timer values in ms rather than us. The switch | gibbs | 2004-11-18 | 4 | -16/+26 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | aic7xxx.h: | gibbs | 2004-10-19 | 2 | -14/+91 |
* | Skip probe attempts for ISA PnP devices. | gibbs | 2004-10-15 | 1 | -1/+5 |
* | Correct a typo in a comment: alloated->allocated | gibbs | 2004-08-30 | 1 | -1/+1 |
* | In the PCI error interrupt handler, specify the width of the PCI configuration | gibbs | 2004-08-22 | 1 | -6/+7 |
* | Set AHD_BUSFREEREV_BUG in the bug field for Rev B chips, not the | gibbs | 2004-08-22 | 1 | -3/+3 |
* | Initialize iobase from the resource allocated by bus_alloc_resource_any() | gibbs | 2004-08-18 | 1 | -2/+2 |
* | Invert the polarity of two tests in the recovery code that could cause | gibbs | 2004-08-18 | 1 | -2/+2 |
* | Remove spurious EISA definitions left over from the initial port of the | gibbs | 2004-08-18 | 1 | -13/+0 |
* | Remove ISA attachments dependence on eisaconf.h | gibbs | 2004-08-18 | 2 | -3/+3 |
* | Add ISA attachement files for the aic7xxx driver. | gibbs | 2004-08-17 | 1 | -0/+299 |
* | Add an ISA attachement to the aic7xxx driver to handle 284X controllers. | gibbs | 2004-08-17 | 11 | -150/+127 |
* | Extend critical section protection around portions of selection processing | gibbs | 2004-08-13 | 1 | -1/+5 |
* | Fix an off by one in the critical section clearing code. The | gibbs | 2004-08-13 | 1 | -2/+0 |
* | Correct a very rare case where command ordering could be compromised | gibbs | 2004-08-04 | 7 | -110/+358 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 2 | -0/+2 |
* | Remove erroneous semicolons. | stefanf | 2004-07-13 | 1 | -1/+1 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 2 | -0/+2 |
* | aic79xx.c: | gibbs | 2004-05-11 | 6 | -75/+153 |
* | o When restarting the sequencer, clear any pending | gibbs | 2004-05-11 | 1 | -26/+88 |
* | Add aic_scb_timer_start() which will be used in the aic7xxx driver to | gibbs | 2004-05-11 | 1 | -2/+17 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 3 | -20/+19 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 1 | -2/+5 |
* | This are the build infrastructure changes to allow to use the | trhodes | 2004-03-12 | 1 | -1/+8 |
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
* | aic7xxx.c: | gibbs | 2004-02-04 | 1 | -4/+2 |
* | aic79xx.c: | gibbs | 2004-02-04 | 6 | -135/+327 |
* | Move all of the recovery thread routines next | gibbs | 2003-12-19 | 1 | -26/+33 |
* | We only need to terminate our recovery thread once. | gibbs | 2003-12-19 | 1 | -4/+1 |
* | In ahd_run_qoutfifos, correct a !=/== logic bug | gibbs | 2003-12-19 | 1 | -12/+7 |
* | ahc_eisa.c: | gibbs | 2003-12-17 | 22 | -2165/+2267 |
* | When outputing a code listing, properly display | gibbs | 2003-12-17 | 1 | -7/+16 |
* | Modify assembler to ignore carriage returns in input. | gibbs | 2003-12-16 | 2 | -4/+15 |
* | Sometimes cardbus attachments don't attach, so while we track down | imp | 2003-11-28 | 2 | -2/+4 |
* | Remove explicit cardbus attachments from drivers where this is identical | dfr | 2003-11-03 | 2 | -2/+0 |
* | 0x7FFFFFFFFF is >32 bits and needs an explicit LL. | des | 2003-10-23 | 2 | -2/+2 |
* | aic79xx_pci.c: | scottl | 2003-09-25 | 2 | -4/+8 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 4 | -10/+10 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 11 | -23/+33 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 2 | -2/+12 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 5 | -6/+12 |
* | Fix a race condition in the flushing of commands that | gibbs | 2003-06-28 | 1 | -49/+379 |