| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Initialize the whole message unit's DMA buffer to zero, this fixes a panic | delphij | 2009-11-09 | 2 | -2/+4 |
* | We no longer need to use d_thread_t, migrate to struct thread *. | imp | 2009-05-20 | 1 | -3/+3 |
* | Tell CAM that SPI disconnect works, which in turn will let it use tags. | scottl | 2009-02-20 | 1 | -1/+2 |
* | fix arcmsr_attach, probe, detach, and shutdown prototypes to match newbus. | imp | 2009-02-10 | 1 | -9/+9 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -3/+3 |
* | Fix an incorrect FreeBSD version test. | scottl | 2007-12-09 | 1 | -1/+1 |
* | Modify locking so that a single version of the driver src can be used on 6.x | scottl | 2007-12-09 | 1 | -5/+22 |
* | Support new ARC120x family of controllers. Many thanks for Areca's continued | scottl | 2007-12-08 | 2 | -617/+1635 |
* | Make the driver fully MPSAFE. This fixes some serious locking problems | scottl | 2007-07-31 | 1 | -12/+32 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -2/+3 |
* | Freeze the simq, not the devq, if we run out of command slots. This fixes | scottl | 2007-04-02 | 1 | -5/+4 |
* | Forced commit to note that the previous CVS comment is | mjacob | 2007-03-12 | 1 | -1/+1 |
* | Add back in MODULE_DEPEND() lines that were lost in the rev 13 update. | scottl | 2007-03-12 | 1 | -0/+2 |
* | Better fix for the errors under high load. Returning CAM_SCSI_BUSY is almost | scottl | 2007-03-06 | 2 | -2/+10 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Fix spurious I/O errors when under high load. | scottl | 2007-02-15 | 2 | -2/+6 |
* | Update to version 1.20.00.13 of the arcmsr driver. This fixes many bugs | scottl | 2006-12-13 | 2 | -3070/+2923 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+2 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -12/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -2/+31 |
* | Fix typos: s/rebulid/rebuild/ | rse | 2006-08-31 | 1 | -4/+4 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Fix -Wundef. | ru | 2005-12-04 | 1 | -1/+1 |
* | Use same RID we allocated the resource with to free it | imp | 2005-06-05 | 1 | -1/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Properly mask off the status bits when checking to see if the ccb is still | scottl | 2005-05-03 | 1 | -1/+1 |
* | The driver looks like it can create valid 64-bit scatter-gather lists, so | scottl | 2005-05-03 | 1 | -4/+4 |
* | The kthread is disabled at this time, so don't try to wake it up on | scottl | 2005-05-03 | 1 | -0/+2 |
* | Don't bother pretending that CAM will send CAM_DATA_PHYS pointers. It's | scottl | 2005-04-29 | 1 | -5/+1 |
* | arcmsr_make_timespec, and arcmsr_getcmos_time appear to be unused, and | imp | 2005-04-01 | 1 | -0/+4 |
* | Add the Areca SATA RAID driver (arcmsr). This supports the ARC-11xx and 12xx | scottl | 2005-03-31 | 2 | -0/+7525 |