| Commit message (Expand) | Author | Age | Files | Lines |
| * | Incorrect typecast. | Eric Moore | 2002-10-31 | 1 | -1/+1 |
| * | amr.c, | Eric Moore | 2002-10-30 | 9 | -72/+473 |
| * | (1) added LSI Logic copyright, and legal line 3 in license, and string | Eric Moore | 2002-10-18 | 9 | -71/+214 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -5/+5 |
| * | use __packed. | Alfred Perlstein | 2002-09-23 | 1 | -12/+12 |
| * | (This commit touches about 15 disk device drivers in a very consistent | Poul-Henning Kamp | 2002-09-20 | 1 | -10/+4 |
| * | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | Poul-Henning Kamp | 2002-09-20 | 1 | -1/+0 |
| * | Add IDs for upcoming LSI U320 products that use the MegaRAID interface. | Justin T. Gibbs | 2002-08-30 | 1 | -1/+3 |
| * | Fixed printf format errors in previous commit. %llu is no more suitable | Bruce Evans | 2002-03-18 | 1 | -2/+3 |
| * | Formats that print the block number need to be changed from %u to | Warner Losh | 2002-03-18 | 1 | -2/+2 |
| * | Staticise the amr devclass. | Mike Smith | 2002-01-08 | 3 | -5/+3 |
| * | Comment tokens after #undef <macroname> and #endif. | John Baldwin | 2001-12-13 | 1 | -1/+1 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -3/+3 |
| * | - Change the taskqueue locking to protect the necessary parts of a task | John Baldwin | 2001-10-26 | 1 | -4/+0 |
| * | Add locking to taskqueues. There is one mutex per task, one mutex per | John Baldwin | 2001-10-26 | 1 | -0/+4 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 2 | -6/+6 |
| * | 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 |
| * | In case the driver runs on an HP NetRaid controller, attempt to properly | Hellmuth Michaelis | 2001-03-28 | 1 | -3/+37 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 2 | -2/+0 |
| * | Turn on interrupt-entropy harvesting for all/any mass storage devices | Mark Murray | 2001-03-01 | 1 | -1/+1 |
| * | Probe generic i960 devices for the old AMI signature as well as the current | Mike Smith | 2000-12-22 | 2 | -5/+8 |
| * | Remove some over- | Mike Smith | 2000-11-28 | 1 | -4/+0 |
| * | MFS: | Mike Smith | 2000-11-28 | 2 | -15/+31 |
| * | Don't test the return value from the actual command when determining | Mike Smith | 2000-11-21 | 1 | -5/+0 |
| * | Further use of M_ZERO. | David Malone | 2000-11-18 | 2 | -4/+2 |
| * | Return -10 from the PCI probe to allow room for an updated driver to | Mike Smith | 2000-10-28 | 1 | -1/+1 |
| * | Fix typo in the 4.x case. | Mike Smith | 2000-10-27 | 1 | -1/+1 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 2 | -2/+0 |
| * | Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enable | Mike Smith | 2000-09-11 | 1 | -1/+1 |
| * | Major update to the AMI MegaRAID driver. | Mike Smith | 2000-08-30 | 9 | -1131/+2502 |
| * | The AMI MegaRAID's internal memory map conflicts with scatter/gather | Mike Smith | 2000-06-10 | 1 | -0/+9 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -3/+3 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -3/+3 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 3 | -3/+3 |
| * | Disable the returning of "wedged" commands; this is wrong and needs to be | Mike Smith | 2000-04-24 | 1 | -1/+8 |
| * | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 2 | -2/+0 |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 3 | -35/+35 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 2 | -3/+3 |
| * | Update to latest working version. | Mike Smith | 2000-04-01 | 4 | -92/+244 |
| * | Fix detection of the card-ready-for-command state. Use an ultimate | Mike Smith | 2000-03-23 | 2 | -4/+9 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -1/+1 |
| * | Increase the time we spend waiting for the controller to become ready to | Mike Smith | 2000-02-17 | 1 | -1/+1 |
| * | Fix a printf format problem on the Alpha, where size_t == unsigned long, | Peter Wemm | 1999-12-12 | 1 | -1/+1 |
| * | Revamp the devstat priority system. All disks now have the same priority. | Kenneth D. Merry | 1999-12-08 | 1 | -2/+2 |
| * | Remove the 'ivars' arguement to device_add_child() and | Matthew N. Dodd | 1999-12-03 | 1 | -1/+2 |
| * | Don't print the chipset value; it's not useful. | Mike Smith | 1999-11-02 | 3 | -4/+30 |
| * | Change the queueing model used by the controller to drastically reduce | Mike Smith | 1999-10-26 | 3 | -43/+48 |
| * | Use the physical block number, not the logical block number, for I/O | Mike Smith | 1999-10-22 | 1 | -3/+3 |