| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 2 | -3/+4 |
* | Up until now, the free SCB pool received only a small initial allocation, | scottl | 2007-04-19 | 5 | -18/+24 |
* | Basic MPSAFE locking for the AHC and AHD drivers. | scottl | 2007-04-17 | 13 | -336/+72 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 2 | -3/+4 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 2 | -2/+2 |
* | Correct typos containing my login name (plus one more in expr.y). | ceri | 2007-02-18 | 1 | -1/+1 |
* | - Change the PCI-X registers constants to be relative to the PCI-X PCI | jhb | 2007-01-19 | 2 | -7/+17 |
* | Fix a group of typos: | yar | 2006-12-29 | 3 | -3/+3 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 4 | -367/+0 |
* | Coverity: initialize some variables before potential use. | mjacob | 2006-09-05 | 1 | -0/+2 |
* | add a newbus method for obtaining the bus's bus_dma_tag_t... This is | jmg | 2006-09-03 | 4 | -8/+8 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 2 | -2/+0 |
* | Clean up the way we handle auxiliary commands for a given ddb command | jhb | 2006-03-07 | 1 | -1/+1 |
* | Fix -Wundef warnings from compiling GENERIC and LINT kernels of | ru | 2005-12-06 | 1 | -1/+1 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 1 | -1/+1 |
* | Fix -Wundef. | ru | 2005-12-04 | 5 | -13/+13 |
* | Fix mysterious build failures (with parallel make) early in | ru | 2005-11-21 | 1 | -1/+1 |
* | Use the AHC_DISABLE_PCI_PERR flag to silence parity error reporting on | gibbs | 2005-09-22 | 1 | -8/+15 |
* | Enhance diagnostic printfs for the chains of free lists used to | gibbs | 2005-09-22 | 1 | -1/+3 |
* | Correct bug that caused the completed "recovery" scb to have its | gibbs | 2005-09-22 | 2 | -2/+4 |
* | Set allow_memio to 1 if fetching the allow_memio hint fails. This | gibbs | 2005-09-22 | 1 | -0/+1 |
* | Back out change accidentally committed as Makefile:1.21 -- a local | rwatson | 2005-08-03 | 1 | -1/+0 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 2 | -4/+0 |
* | remove useless ptr check; cur_column can never be null | sam | 2005-03-31 | 1 | -1/+1 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 2 | -2/+2 |
* | 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 |