summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr
Commit message (Expand)AuthorAgeFilesLines
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-015-4/+1
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-086-14/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Introduce a new taskqueue that runs completely free of Giant, and inscottl2003-02-261-1/+1
* NO_GEOM cleanup:phk2003-02-243-35/+13
* Use nullclose(), not noclose().phk2003-02-221-1/+1
* Use the standard DISKFLAG_OPEN instead of implementing our own.phk2003-02-222-19/+2
* Use system noioctl() instead of homerolled.phk2003-02-221-9/+1
* NO_GEOM cleanup:phk2003-02-211-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Fix for DELL PERC firmware. Driver was hangingemoore2003-01-091-2/+16
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Problem: Hang while bootup on Perc2/SC.emoore2002-12-131-2/+4
* (1) Problem: PANIC when loading/unloading driveremoore2002-12-115-11/+95
* Added support for DELL Perc4/DI.emoore2002-11-211-1/+4
* Incorrect typecast.emoore2002-10-311-1/+1
* amr.c,emoore2002-10-309-72/+473
* (1) added LSI Logic copyright, and legal line 3 in license, and stringemoore2002-10-189-71/+214
* Be consistent about "static" functions: if the function is markedphk2002-09-281-5/+5
* use __packed.alfred2002-09-231-12/+12
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-10/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-201-1/+0
* Add IDs for upcoming LSI U320 products that use the MegaRAID interface.gibbs2002-08-301-1/+3
* Fixed printf format errors in previous commit. %llu is no more suitablebde2002-03-181-2/+3
* Formats that print the block number need to be changed from %u toimp2002-03-181-2/+2
* Staticise the amr devclass.msmith2002-01-083-5/+3
* Comment tokens after #undef <macroname> and #endif.jhb2001-12-131-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-3/+3
* - Change the taskqueue locking to protect the necessary parts of a taskjhb2001-10-261-4/+0
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-261-0/+4
* KSE Milestone 2julian2001-09-122-6/+6
* Fix warning: 179: warning: label `done' defined but not usedpeter2001-06-151-1/+0
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-061-4/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-2/+1
* In case the driver runs on an HP NetRaid controller, attempt to properlyhm2001-03-281-3/+37
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-262-2/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* Probe generic i960 devices for the old AMI signature as well as the currentmsmith2000-12-222-5/+8
* Remove some over-msmith2000-11-281-4/+0
* MFS:msmith2000-11-282-15/+31
* Don't test the return value from the actual command when determiningmsmith2000-11-211-5/+0
* Further use of M_ZERO.dwmalone2000-11-182-4/+2
* Return -10 from the PCI probe to allow room for an updated driver tomsmith2000-10-281-1/+1
* Fix typo in the 4.x case.msmith2000-10-271-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enablemsmith2000-09-111-1/+1
* Major update to the AMI MegaRAID driver.msmith2000-08-309-1132/+2503
* The AMI MegaRAID's internal memory map conflicts with scatter/gathermsmith2000-06-101-0/+9
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
OpenPOWER on IntegriCloud