summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr/amr_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Check that amrd_sc is non-NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-13/+16
* crashdump support.ps2003-10-101-0/+28
* Use __FBSDID().obrien2003-08-241-4/+5
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+0
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-9/+0
* NO_GEOM cleanup:phk2003-02-241-33/+12
* Use nullclose(), not noclose().phk2003-02-221-1/+1
* Use the standard DISKFLAG_OPEN instead of implementing our own.phk2003-02-221-17/+2
* Use system noioctl() instead of homerolled.phk2003-02-221-9/+1
* NO_GEOM cleanup:phk2003-02-211-1/+1
* (1) Problem: PANIC when loading/unloading driveremoore2002-12-111-0/+3
* amr.c,emoore2002-10-301-3/+25
* (1) added LSI Logic copyright, and legal line 3 in license, and stringemoore2002-10-181-8/+30
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-10/+4
* KSE Milestone 2julian2001-09-121-3/+3
* 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
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Major update to the AMI MegaRAID driver.msmith2000-08-301-80/+43
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-15/+15
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-2/+2
* Update to latest working version.msmith2000-04-011-26/+23
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-2/+2
* Don't print the chipset value; it's not useful.msmith1999-11-021-2/+20
* Change the queueing model used by the controller to drastically reducemsmith1999-10-261-3/+0
* Save the drive device_t so that we can print it later.msmith1999-10-161-0/+1
* This is a driver for the AMI MegaRAID family of controllers. It all ofmsmith1999-10-071-0/+299
OpenPOWER on IntegriCloud