aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Remove spurious `)`Christian Brueffer2009-10-281-1/+1
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+1
* Add necessary include.Poul-Henning Kamp2009-09-081-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-21/+2
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-2/+21
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-202-6/+6
* Move the CAM passthrough code into a true module so that it doesn't have to beScott Long2008-11-033-33/+58
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* While spin-waiting for the mailbox semaphore to update, do flushing reads ofScott Long2008-07-201-1/+4
* Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that wasScott Long2008-02-061-1/+0
* Many improvements that have been collected over time:Scott Long2008-01-243-43/+146
* Rewrite the DMA code paths from being an impenitrable maze of special casesScott Long2007-12-124-436/+260
* Provide unqiue malloc types instead of using M_DEVBUF.Scott Long2007-12-022-26/+29
* Refactor completion handlers so that they can be combined into a singleScott Long2007-12-021-76/+29
* Make a pass at style.9 complianceScott Long2007-12-021-440/+477
* Fix a typo that was hidden by AMR_DEBUG.Scott Long2007-12-021-1/+1
* Fix printf format bugs that where hidden by AMR_DEBUG.Scott Long2007-12-021-3/+3
* Turn the CAM passthroug interface to AMR back ON. Adjust theScott Long2007-11-282-80/+68
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-0/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-20/+0
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).Pawel Jakub Dawidek2006-10-312-11/+22
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-2/+32
* Chain the bus_dmamap_load() calls when mapping a command with a data CCBJohn Baldwin2006-07-171-24/+42
* Make amr_linux work as a module by avoiding calling amr_linux_ioctl_intDoug Ambrisko2006-05-033-127/+41
* Reduce the Linux ioctl range to what is needed. I didn't know whatDoug Ambrisko2006-04-141-2/+2
* After further review and discussion, partially revert the previous commit.Scott Long2006-04-083-20/+13
* Close a pesky race where after checking the BUSY flag in amr_wait_command,Paul Saab2006-04-083-6/+21
* Check the return value of copyin() and return an error if it fails.John Baldwin2006-02-231-2/+4
* Use void * for pointer rather than u_int8_t *, since it doesn'tWarner Losh2006-02-041-5/+4
* Enable 64bit SGL's on PERC 4/DCPaul Saab2006-02-021-1/+1
* - Move the command setup from amr_start1 into the card specific submitPaul Saab2006-02-022-61/+60
* When the RAID firmware returns a failure, don't hard error the result.Doug Ambrisko2006-01-261-9/+4
* Add in the Linux IOCTL shim and create the megadev0 device soDoug Ambrisko2006-01-241-0/+191
* Check the return value of copyin.Scott Long2006-01-141-1/+2
* - Correct amr_enquiry3 structure[1].Jung-uk Kim2006-01-131-5/+5
* Don't free the ap object if it was never created.Scott Long2006-01-101-1/+2
* Mega update to the LSI MegaRAID driver:Scott Long2005-12-147-286/+950
* The CAM interface is broken and seems to be causing lockups on boot. ItScott Long2005-11-261-0/+13
* Remove spl markers from AMR.Scott Long2005-11-064-54/+6
* Complete the removal of __FreeBSD_version checks from the amr driver. TheScott Long2005-08-085-114/+6
* Remove a stale __FreeBSD_version check.Scott Long2005-08-071-5/+3
* The presence of a on __FreeBSD_version flagged some code that hasn't been inScott Long2005-08-071-23/+4
* Print the actual disk device we failed to complete i/o on.Paul Saab2005-07-291-2/+2
* Don't allow ioctl commands to be interrupted by the user.Paul Saab2005-07-291-6/+4
* polled commands can read or write, so bus_dmamap_sync properlyPaul Saab2005-06-231-2/+16
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-4/+0