| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs | cvs2svn | 2004-11-04 | 9 | -9/+9 |
| * | Allow i386 binaries to do amr ioctls such as LSI's megamgr on amd64 and | Doug Ambrisko | 2004-08-16 | 2 | -88/+134 |
| * | Add new PCI device ID for PERC4/DI. | Doug Ambrisko | 2004-08-14 | 1 | -1/+3 |
| * | Use a separate flag when doing a kernel coredump when polling for | Paul Saab | 2004-07-01 | 2 | -3/+4 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 2 | -5/+5 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 2 | -0/+2 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+3 |
| * | Check that amrd_sc is non-NULL before dereferencing it, not after. | Colin Percival | 2004-02-22 | 1 | -2/+2 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | Change the disk(9) API in order to make device removal more robust. | Poul-Henning Kamp | 2004-02-18 | 2 | -14/+17 |
| * | Allow amr(4) to get a dynamic major number instead of a static one. | Scott Long | 2004-02-08 | 1 | -3/+0 |
| * | crashdump support. | Paul Saab | 2003-10-10 | 3 | -12/+84 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -2/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 4 | -16/+20 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 2 | -4/+4 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -0/+6 |
| * | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | Nate Lawson | 2003-06-14 | 1 | -16/+1 |
| * | Use bioq_flush() to drain a bio queue with a specific error code. | Poul-Henning Kamp | 2003-04-01 | 5 | -4/+1 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 6 | -14/+1 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+5 |
| * | Introduce a new taskqueue that runs completely free of Giant, and in | Scott Long | 2003-02-26 | 1 | -1/+1 |
| * | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-02-24 | 3 | -35/+13 |
| * | 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 | 2 | -19/+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 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Fix for DELL PERC firmware. Driver was hanging | Eric Moore | 2003-01-09 | 1 | -2/+16 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
| * | Problem: Hang while bootup on Perc2/SC. | Eric Moore | 2002-12-13 | 1 | -2/+4 |
| * | (1) Problem: PANIC when loading/unloading driver | Eric Moore | 2002-12-11 | 5 | -11/+95 |
| * | Added support for DELL Perc4/DI. | Eric Moore | 2002-11-21 | 1 | -1/+4 |
| * | 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 |