aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr
Commit message (Expand)AuthorAgeFilesLines
* 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-85/+131
* 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
* Problem: Hang while bootup on Perc2/SC.Eric Moore2002-12-131-2/+4
* (1) Problem: PANIC when loading/unloading driverEric Moore2002-12-115-11/+95
* Added support for DELL Perc4/DI.Eric Moore2002-11-211-1/+4
* Incorrect typecast.Eric Moore2002-10-311-1/+1
* amr.c,Eric Moore2002-10-309-72/+473
* (1) added LSI Logic copyright, and legal line 3 in license, and stringEric Moore2002-10-189-71/+214
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-5/+5
* use __packed.Alfred Perlstein2002-09-231-12/+12
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-10/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-201-1/+0
* Add IDs for upcoming LSI U320 products that use the MegaRAID interface.Justin T. Gibbs2002-08-301-1/+3
* Fixed printf format errors in previous commit. %llu is no more suitableBruce Evans2002-03-181-2/+3