summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr
Commit message (Expand)AuthorAgeFilesLines
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-0/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* 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-20/+0
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).pjd2006-10-312-11/+22
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-2/+32
* Chain the bus_dmamap_load() calls when mapping a command with a data CCBjhb2006-07-171-24/+42
* Make amr_linux work as a module by avoiding calling amr_linux_ioctl_intambrisko2006-05-033-127/+41
* Reduce the Linux ioctl range to what is needed. I didn't know whatambrisko2006-04-141-2/+2
* After further review and discussion, partially revert the previous commit.scottl2006-04-083-20/+13
* Close a pesky race where after checking the BUSY flag in amr_wait_command,ps2006-04-083-6/+21
* Check the return value of copyin() and return an error if it fails.jhb2006-02-231-2/+4
* Use void * for pointer rather than u_int8_t *, since it doesn'timp2006-02-041-5/+4
* Enable 64bit SGL's on PERC 4/DCps2006-02-021-1/+1
* - Move the command setup from amr_start1 into the card specific submitps2006-02-022-61/+60
* When the RAID firmware returns a failure, don't hard error the result.ambrisko2006-01-261-9/+4
* Add in the Linux IOCTL shim and create the megadev0 device soambrisko2006-01-241-0/+191
* Check the return value of copyin.scottl2006-01-141-1/+2
* - Correct amr_enquiry3 structure[1].jkim2006-01-131-5/+5
* Don't free the ap object if it was never created.scottl2006-01-101-1/+2
* Mega update to the LSI MegaRAID driver:scottl2005-12-147-286/+950
* The CAM interface is broken and seems to be causing lockups on boot. Itscottl2005-11-261-0/+13
* Remove spl markers from AMR.scottl2005-11-064-54/+6
* Complete the removal of __FreeBSD_version checks from the amr driver. Thescottl2005-08-085-114/+6
* Remove a stale __FreeBSD_version check.scottl2005-08-071-5/+3
* The presence of a on __FreeBSD_version flagged some code that hasn't been inscottl2005-08-071-23/+4
* Print the actual disk device we failed to complete i/o on.ps2005-07-291-2/+2
* Don't allow ioctl commands to be interrupted by the user.ps2005-07-291-6/+4
* polled commands can read or write, so bus_dmamap_sync properlyps2005-06-231-2/+16
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-4/+0
* handle potential null ptrsam2005-03-311-1/+3
* Fix a null pointer de-ref when passthrough ioctls are issued. Thisscottl2005-03-131-8/+11
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Fix the ioctl path by ensuring that amr_start1() gets called for commandsscottl2005-03-041-18/+22
* Remove some unused variables.scottl2005-02-091-2/+0
* Remove the messy locking dance around xpt_done()scottl2005-02-091-8/+0
* Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugsscottl2005-01-234-8/+17
* Add my copyright for the locking and busdma work.scottl2005-01-231-0/+1
* Lock the AMR driver:scottl2005-01-165-106/+120
* Free the shared devq last since CAM expects it to be there ifdwhite2005-01-102-5/+11
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
* Fix a number of bugs and significantly alter the command execution path toscottl2004-12-054-59/+168
* Set up the data flow flag correctly so that bounced buffers have a chance ofscottl2004-09-141-1/+1
* Allow i386 binaries to do amr ioctls such as LSI's megamgr on amd64 andambrisko2004-08-162-88/+134
* Add new PCI device ID for PERC4/DI.ambrisko2004-08-141-1/+3
* Use a separate flag when doing a kernel coredump when polling forps2004-07-012-3/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-5/+5
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+3
* Check that amrd_sc is non-NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
OpenPOWER on IntegriCloud