aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr
Commit message (Expand)AuthorAgeFilesLines
* 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-083-5/+3
* Comment tokens after #undef <macroname> and #endif.John Baldwin2001-12-131-1/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-3/+3
* - 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-122-6/+6
* Fix warning: 179: warning: label `done' defined but not usedPeter Wemm2001-06-151-1/+0
* Make the disk mini-layer check for and handle zero-length transfersPoul-Henning Kamp2001-05-061-4/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-2/+1
* 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-262-2/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Probe generic i960 devices for the old AMI signature as well as the currentMike Smith2000-12-222-5/+8
* Remove some over-Mike Smith2000-11-281-4/+0
* MFS:Mike Smith2000-11-282-15/+31
* 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-182-4/+2
* Return -10 from the PCI probe to allow room for an updated driver toMike Smith2000-10-281-1/+1
* Fix typo in the 4.x case.Mike Smith2000-10-271-1/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+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-309-1132/+2503
* The AMI MegaRAID's internal memory map conflicts with scatter/gatherMike Smith2000-06-101-0/+9
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-053-3/+3
* Disable the returning of "wedged" commands; this is wrong and needs to beMike Smith2000-04-241-1/+8
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-192-2/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-153-35/+35
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-022-3/+3
* Update to latest working version.Mike Smith2000-04-014-96/+248
* Fix detection of the card-ready-for-command state. Use an ultimateMike Smith2000-03-232-4/+9
* 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
* Revamp the devstat priority system. All disks now have the same priority.Kenneth D. Merry1999-12-081-2/+2
* 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-023-4/+30
* Change the queueing model used by the controller to drastically reduceMike Smith1999-10-263-44/+49
* Use the physical block number, not the logical block number, for I/OMike Smith1999-10-221-3/+3
* Save the drive device_t so that we can print it later.Mike Smith1999-10-161-0/+1
* This is a driver for the AMI MegaRAID family of controllers. It all ofMike Smith1999-10-076-0/+2448