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