aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr
Commit message (Expand)AuthorAgeFilesLines
* 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
* handle potential null ptrSam Leffler2005-03-311-1/+3
* Fix a null pointer de-ref when passthrough ioctls are issued. ThisScott Long2005-03-131-8/+11
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Fix the ioctl path by ensuring that amr_start1() gets called for commandsScott Long2005-03-041-18/+22
* Remove some unused variables.Scott Long2005-02-091-2/+0
* Remove the messy locking dance around xpt_done()Scott Long2005-02-091-8/+0
* Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugsScott Long2005-01-234-8/+17
* Add my copyright for the locking and busdma work.Scott Long2005-01-231-0/+1
* Lock the AMR driver:Scott Long2005-01-165-106/+120
* Free the shared devq last since CAM expects it to be there ifDoug White2005-01-102-5/+11
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Fix a number of bugs and significantly alter the command execution path toScott Long2004-12-054-59/+168
* Set up the data flow flag correctly so that bounced buffers have a chance ofScott Long2004-09-141-1/+1
* Allow i386 binaries to do amr ioctls such as LSI's megamgr on amd64 andDoug Ambrisko2004-08-162-88/+134
* Add new PCI device ID for PERC4/DI.Doug Ambrisko2004-08-141-1/+3
* Use a separate flag when doing a kernel coredump when polling forPaul Saab2004-07-012-3/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-5/+5
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+3
* Check that amrd_sc is non-NULL before dereferencing it, not after.Colin Percival2004-02-221-2/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-182-14/+17
* Allow amr(4) to get a dynamic major number instead of a static one.Scott Long2004-02-081-3/+0
* crashdump support.Paul Saab2003-10-103-12/+84
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Use __FBSDID().David E. O'Brien2003-08-244-16/+20
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-222-4/+4
* Mega busdma API commit.Scott Long2003-07-011-0/+6
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-16/+1
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-015-4/+1
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-086-14/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Introduce a new taskqueue that runs completely free of Giant, and inScott Long2003-02-261-1/+1
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-243-35/+13
* Use nullclose(), not noclose().Poul-Henning Kamp2003-02-221-1/+1
* Use the standard DISKFLAG_OPEN instead of implementing our own.Poul-Henning Kamp2003-02-222-19/+2
* Use system noioctl() instead of homerolled.Poul-Henning Kamp2003-02-221-9/+1
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Fix for DELL PERC firmware. Driver was hangingEric Moore2003-01-091-2/+16
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1