| Commit message (Expand) | Author | Age | Files | Lines |
* | Document the usfs driver and the NO_SYSCTL_DESCR option, and update the comme... | brucec | 2010-02-08 | 1 | -0/+4 |
* | Spell "Hz" correctly wherever it is user-visible. | gavin | 2010-01-12 | 1 | -4/+4 |
* | Disable K&R style function definitions for WARNS=6. | ed | 2009-12-31 | 1 | -1/+1 |
* | Add missing `void' keywords. | ed | 2009-12-30 | 4 | -10/+10 |
* | Add sysctls in ahd(4) in order to keep track of different classes of | attilio | 2009-11-13 | 5 | -2/+197 |
* | Add support for Adaptec 39320LPE adapters. | brueffer | 2009-10-30 | 1 | -0/+7 |
* | Add a missing free() call. | brueffer | 2009-10-21 | 1 | -0/+2 |
* | Separate the parallel scsi knowledge out of the core of the XPT, and | scottl | 2009-07-10 | 2 | -5/+8 |
* | Re-enable WARNS=6 after my universe test. | delphij | 2009-06-02 | 1 | -0/+1 |
* | Initialize the match structure. This is unnecessary but gcc insists to | delphij | 2009-06-01 | 1 | -2/+1 |
* | Revert the WARNS change for now, need some time to fix the real problem. | delphij | 2009-06-01 | 1 | -1/+0 |
* | Mark as WARNS=6. | delphij | 2009-06-01 | 1 | -0/+1 |
* | Code cleanups to make this WARNS=6 clean. | delphij | 2009-06-01 | 7 | -45/+56 |
* | remove now-redunant cardbus attachment. | imp | 2009-03-09 | 2 | -2/+0 |
* | Make ddb command registration dynamic so modules can extend | sam | 2008-09-15 | 1 | -1/+1 |
* | Only print sense data diagnostics if debugging is enabled with the | gibbs | 2008-02-17 | 1 | -6/+12 |
* | Remove superfluous setting of the transport_version field of our | gibbs | 2008-02-17 | 1 | -1/+0 |
* | Advertise to CAM the ability of 790X controllers to negotiate information | gibbs | 2008-02-17 | 1 | -2/+3 |
* | fix up some code for older systems changed by accident in the last commit | julian | 2007-10-21 | 1 | -1/+6 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 2 | -3/+3 |
* | Fix locking mistakes in the error recovery paths of the AHC and AHD drivers. | scottl | 2007-07-31 | 2 | -4/+0 |
* | 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 |