summaryrefslogtreecommitdiffstats
path: root/sys/dev/arcmsr/arcmsr.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theimp2016-03-151-8/+15
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()jhibbits2016-02-271-7/+7
* Replace several bus_alloc_resource() calls using default arguments with bus_a...jhibbits2016-02-191-1/+1
* Update arcmsr(4) to 1.30.00.00 in order to add support ofdelphij2015-12-021-356/+401
* Prevent overflow issues in timeout processingsmh2014-11-211-1/+3
* Commit 2/2: vendor whitespace changes to the driver.delphij2013-12-181-15/+15
* Commit 1/2: update arcmsr(4) to 1.20.00.29 in order to adddelphij2013-12-181-35/+50
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,nwhitehorn2013-10-301-12/+12
* Update arcmsr(4) driver to 1.20.00.28 which fixes mutex recursion indelphij2013-09-191-15/+12
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-2/+1
* Refresh vendor driver version which fixes command queuedelphij2013-07-061-45/+61
* MFprojects/camlock r248982:mav2013-04-141-1/+2
* Refresh vendor driver version which adds ARC-1224 support.delphij2013-02-281-16/+119
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-47/+9
* Update arcmsr(4) to vendor version 1.20.00.26, this addsdelphij2012-12-181-678/+1156
* Use CAM_DEV_NOT_THERE instead of CAM_SEL_TIMEOUT to report nonexistentjimharris2012-12-181-2/+4
* Fix typo: s/unknow/unknownkevlo2012-10-091-3/+3
* Update arcmsr(4) to vendor version 1.20.00.25.delphij2012-09-041-122/+116
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* Return BUS_PROBE_DEFAULT instead of 0 because this is an in-tree driver.delphij2012-02-201-1/+1
* - Just use cam_calc_geometry(9) on newer version of FreeBSD rather thanmarius2011-11-231-6/+11
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+6
* Update arcmsr(4) to 1.20.00.22 to solve recursive acquisition of bufferdelphij2011-08-161-5/+14
* Update arcmsr(4) to vendor version 1.20.00.21. This release primarilydelphij2011-04-061-92/+179
* Workaround build for PAE case for now - revert the PHYSdelphij2010-11-141-0/+4
* Update to vendor release 1.20.00.19.delphij2010-11-131-190/+168
* Apply vendor version 1.20.00.17.delphij2010-07-211-267/+865
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Initialize the whole message unit's DMA buffer to zero, this fixes a panicdelphij2009-11-091-1/+3
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-3/+3
* Tell CAM that SPI disconnect works, which in turn will let it use tags.scottl2009-02-201-1/+2
* fix arcmsr_attach, probe, detach, and shutdown prototypes to match newbus.imp2009-02-101-9/+9
* Replace all calls to minor() with dev2unit().ed2008-09-271-3/+3
* Fix an incorrect FreeBSD version test.scottl2007-12-091-1/+1
* Modify locking so that a single version of the driver src can be used on 6.xscottl2007-12-091-5/+22
* Support new ARC120x family of controllers. Many thanks for Areca's continuedscottl2007-12-081-551/+1462
* Make the driver fully MPSAFE. This fixes some serious locking problemsscottl2007-07-311-12/+32
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-2/+3
* Freeze the simq, not the devq, if we run out of command slots. This fixesscottl2007-04-021-5/+4
* Forced commit to note that the previous CVS comment ismjacob2007-03-121-1/+1
* Add back in MODULE_DEPEND() lines that were lost in the rev 13 update.scottl2007-03-121-0/+2
* Better fix for the errors under high load. Returning CAM_SCSI_BUSY is almostscottl2007-03-061-2/+8
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix spurious I/O errors when under high load.scottl2007-02-151-1/+5
* Update to version 1.20.00.13 of the arcmsr driver. This fixes many bugsscottl2006-12-131-1916/+1574
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-12/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-2/+31
* Fix typos: s/rebulid/rebuild/rse2006-08-311-4/+4
OpenPOWER on IntegriCloud