summaryrefslogtreecommitdiffstats
path: root/sys/dev/arcmsr
Commit message (Expand)AuthorAgeFilesLines
* 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-062-114/+196
* Workaround build for PAE case for now - revert the PHYSdelphij2010-11-141-0/+4
* Update to vendor release 1.20.00.19.delphij2010-11-132-377/+360
* Apply vendor version 1.20.00.17.delphij2010-07-212-407/+1339
* 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-092-2/+4
* 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-082-617/+1635
* 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-062-2/+10
* 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-152-2/+6
* Update to version 1.20.00.13 of the arcmsr driver. This fixes many bugsscottl2006-12-132-3070/+2923
* 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
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Fix -Wundef.ru2005-12-041-1/+1
* Use same RID we allocated the resource with to free itimp2005-06-051-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Properly mask off the status bits when checking to see if the ccb is stillscottl2005-05-031-1/+1
* The driver looks like it can create valid 64-bit scatter-gather lists, soscottl2005-05-031-4/+4
* The kthread is disabled at this time, so don't try to wake it up onscottl2005-05-031-0/+2
* Don't bother pretending that CAM will send CAM_DATA_PHYS pointers. It'sscottl2005-04-291-5/+1
* arcmsr_make_timespec, and arcmsr_getcmos_time appear to be unused, andimp2005-04-011-0/+4
* Add the Areca SATA RAID driver (arcmsr). This supports the ARC-11xx and 12xxscottl2005-03-312-0/+7525
OpenPOWER on IntegriCloud