| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4). | pjd | 2006-10-31 | 1 | -1/+1 |
* | Mega update to the LSI MegaRAID driver: | scottl | 2005-12-14 | 1 | -2/+2 |
* | Complete the removal of __FreeBSD_version checks from the amr driver. The | scottl | 2005-08-08 | 1 | -2/+2 |
* | The presence of a on __FreeBSD_version flagged some code that hasn't been in | scottl | 2005-08-07 | 1 | -23/+4 |
* | Lock the AMR driver: | scottl | 2005-01-16 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Check that amrd_sc is non-NULL before dereferencing it, not after. | cperciva | 2004-02-22 | 1 | -2/+2 |
* | Change the disk(9) API in order to make device removal more robust. | phk | 2004-02-18 | 1 | -13/+16 |
* | crashdump support. | ps | 2003-10-10 | 1 | -0/+28 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -4/+5 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 1 | -1/+0 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 1 | -9/+0 |
* | NO_GEOM cleanup: | phk | 2003-02-24 | 1 | -33/+12 |
* | Use nullclose(), not noclose(). | phk | 2003-02-22 | 1 | -1/+1 |
* | Use the standard DISKFLAG_OPEN instead of implementing our own. | phk | 2003-02-22 | 1 | -17/+2 |
* | Use system noioctl() instead of homerolled. | phk | 2003-02-22 | 1 | -9/+1 |
* | NO_GEOM cleanup: | phk | 2003-02-21 | 1 | -1/+1 |
* | (1) Problem: PANIC when loading/unloading driver | emoore | 2002-12-11 | 1 | -0/+3 |
* | amr.c, | emoore | 2002-10-30 | 1 | -3/+25 |
* | (1) added LSI Logic copyright, and legal line 3 in license, and string | emoore | 2002-10-18 | 1 | -8/+30 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -10/+4 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | Fix warning: 179: warning: label `done' defined but not used | peter | 2001-06-15 | 1 | -1/+0 |
* | Make the disk mini-layer check for and handle zero-length transfers | phk | 2001-05-06 | 1 | -4/+0 |
* | Actually biofinish(struct bio *, struct devstat *, int error) is more general | phk | 2001-05-06 | 1 | -2/+1 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Major update to the AMI MegaRAID driver. | msmith | 2000-08-30 | 1 | -80/+43 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -1/+1 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -15/+15 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -2/+2 |
* | Update to latest working version. | msmith | 2000-04-01 | 1 | -26/+23 |
* | Revamp the devstat priority system. All disks now have the same priority. | ken | 1999-12-08 | 1 | -2/+2 |
* | Don't print the chipset value; it's not useful. | msmith | 1999-11-02 | 1 | -2/+20 |
* | Change the queueing model used by the controller to drastically reduce | msmith | 1999-10-26 | 1 | -3/+0 |
* | Save the drive device_t so that we can print it later. | msmith | 1999-10-16 | 1 | -0/+1 |
* | This is a driver for the AMI MegaRAID family of controllers. It all of | msmith | 1999-10-07 | 1 | -0/+299 |