summaryrefslogtreecommitdiff
path: root/sys/dev/amr/amr.c
Commit message (Expand)AuthorAgeFilesLines
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* 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-241-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-111-7/+72
* Incorrect typecast.Eric Moore2002-10-311-1/+1
* amr.c,Eric Moore2002-10-301-14/+103
* (1) added LSI Logic copyright, and legal line 3 in license, and stringEric Moore2002-10-181-34/+40
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-5/+5
* Fixed printf format errors in previous commit. %llu is no more suitableBruce Evans2002-03-181-2/+3
* Formats that print the block number need to be changed from %u toWarner Losh2002-03-181-2/+2
* Staticise the amr devclass.Mike Smith2002-01-081-2/+2
* - Change the taskqueue locking to protect the necessary parts of a taskJohn Baldwin2001-10-261-4/+0
* Add locking to taskqueues. There is one mutex per task, one mutex perJohn Baldwin2001-10-261-0/+4
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* In case the driver runs on an HP NetRaid controller, attempt to properlyHellmuth Michaelis2001-03-281-3/+37
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Remove some over-Mike Smith2000-11-281-4/+0
* MFS:Mike Smith2000-11-281-15/+30
* Don't test the return value from the actual command when determiningMike Smith2000-11-211-5/+0
* Further use of M_ZERO.David Malone2000-11-181-2/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enableMike Smith2000-09-111-1/+1
* Major update to the AMI MegaRAID driver.Mike Smith2000-08-301-865/+824
* The AMI MegaRAID's internal memory map conflicts with scatter/gatherMike Smith2000-06-101-0/+9
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Disable the returning of "wedged" commands; this is wrong and needs to beMike Smith2000-04-241-1/+8
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-18/+18
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1
* Update to latest working version.Mike Smith2000-04-011-70/+187
* Fix detection of the card-ready-for-command state. Use an ultimateMike Smith2000-03-231-2/+7
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* Increase the time we spend waiting for the controller to become ready toMike Smith2000-02-171-1/+1
* Fix a printf format problem on the Alpha, where size_t == unsigned long,Peter Wemm1999-12-121-1/+1
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+2
* Don't print the chipset value; it's not useful.Mike Smith1999-11-021-2/+2
* Change the queueing model used by the controller to drastically reduceMike Smith1999-10-261-39/+47
* Use the physical block number, not the logical block number, for I/OMike Smith1999-10-221-3/+3
* This is a driver for the AMI MegaRAID family of controllers. It all ofMike Smith1999-10-071-0/+1498