| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure we check for CAM_CDB_POINTER for all drivers. Also, for the | imp | 2016-03-15 | 1 | -8/+15 |
* | Replace several bus_alloc_resource() calls with bus_alloc_resource_any() | jhibbits | 2016-02-27 | 1 | -7/+7 |
* | Replace several bus_alloc_resource() calls using default arguments with bus_a... | jhibbits | 2016-02-19 | 1 | -1/+1 |
* | Update arcmsr(4) to 1.30.00.00 in order to add support of | delphij | 2015-12-02 | 2 | -356/+422 |
* | Prevent overflow issues in timeout processing | smh | 2014-11-21 | 1 | -1/+3 |
* | Commit 2/2: vendor whitespace changes to the driver. | delphij | 2013-12-18 | 2 | -442/+442 |
* | Commit 1/2: update arcmsr(4) to 1.20.00.29 in order to add | delphij | 2013-12-18 | 2 | -38/+55 |
* | Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, | nwhitehorn | 2013-10-30 | 1 | -12/+12 |
* | Update arcmsr(4) driver to 1.20.00.28 which fixes mutex recursion in | delphij | 2013-09-19 | 1 | -15/+12 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -2/+1 |
* | Refresh vendor driver version which fixes command queue | delphij | 2013-07-06 | 2 | -45/+62 |
* | MFprojects/camlock r248982: | mav | 2013-04-14 | 1 | -1/+2 |
* | Refresh vendor driver version which adds ARC-1224 support. | delphij | 2013-02-28 | 2 | -26/+126 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -47/+9 |
* | Update arcmsr(4) to vendor version 1.20.00.26, this adds | delphij | 2012-12-18 | 2 | -894/+1553 |
* | Use CAM_DEV_NOT_THERE instead of CAM_SEL_TIMEOUT to report nonexistent | jimharris | 2012-12-18 | 1 | -2/+4 |
* | Fix typo: s/unknow/unknown | kevlo | 2012-10-09 | 1 | -3/+3 |
* | Update arcmsr(4) to vendor version 1.20.00.25. | delphij | 2012-09-04 | 2 | -122/+133 |
* | Convert a number of drivers to obtaining their parent DMA tag from their | scottl | 2012-03-12 | 1 | -1/+1 |
* | Return BUS_PROBE_DEFAULT instead of 0 because this is an in-tree driver. | delphij | 2012-02-20 | 1 | -1/+1 |
* | - Just use cam_calc_geometry(9) on newer version of FreeBSD rather than | marius | 2011-11-23 | 1 | -6/+11 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -4/+6 |
* | Update arcmsr(4) to 1.20.00.22 to solve recursive acquisition of buffer | delphij | 2011-08-16 | 1 | -5/+14 |
* | Update arcmsr(4) to vendor version 1.20.00.21. This release primarily | delphij | 2011-04-06 | 2 | -114/+196 |
* | Workaround build for PAE case for now - revert the PHYS | delphij | 2010-11-14 | 1 | -0/+4 |
* | Update to vendor release 1.20.00.19. | delphij | 2010-11-13 | 2 | -377/+360 |
* | Apply vendor version 1.20.00.17. | delphij | 2010-07-21 | 2 | -407/+1339 |
* | 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 |