| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Use correct flags for bus_dma_tag_create(). | scottl | 2005-03-06 | 1 | -4/+4 |
* | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | imp | 2005-03-01 | 1 | -1/+1 |
* | Undoing recent changes to make 3ware's i386 tools work on amd64, since there are | vkashyap | 2005-02-17 | 2 | -59/+0 |
* | Fix crashdumps on twe. The twe_immediate_request() path was not only | scottl | 2005-02-08 | 2 | -12/+25 |
* | Recognize the 32-bit form of the twe binary passthrough ioctl()s so that | peter | 2004-12-17 | 2 | -0/+59 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 2 | -5/+5 |
* | Fix for a problem seen only on 6xxx series controllers, where-in the | vkashyap | 2004-06-11 | 3 | -8/+17 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | 1. Fixed potential problem that would cause out-of-order requests in twe_star... | vkashyap | 2004-05-12 | 3 | -11/+7 |
* | 1. Better handle a return value of EINPROGRESS from bus_dmamap_load. | vkashyap | 2004-03-25 | 3 | -22/+38 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+4 |
* | Check that twed_sc is non-NULL before dereferencing it, not after. | cperciva | 2004-02-22 | 1 | -2/+2 |
* | Fix off-by-one error: sc->twe_drive is an array of TWE_MAX_UNITS elements. | cperciva | 2004-02-22 | 1 | -1/+1 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 2 | -3/+0 |
* | Change the disk(9) API in order to make device removal more robust. | phk | 2004-02-18 | 1 | -14/+19 |
* | After extensive QA cycles at 3ware, bring the driver in-line with all the | ps | 2003-12-02 | 7 | -158/+184 |
* | Correct the structure packing. | ps | 2003-11-06 | 1 | -14/+14 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Don't tsleep on NULL | ps | 2003-08-19 | 1 | -2/+2 |
* | Oops.. Some debugging code snuck in here. | ps | 2003-08-12 | 1 | -1/+1 |
* | Fix the busdma support in twe to support EINPROGRESS and enable it for | ps | 2003-08-12 | 4 | -111/+249 |
* | Properly support the 3ware generic API. | ps | 2003-08-05 | 7 | -96/+190 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -0/+4 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 1 | -0/+1 |
* | Fix a bug I introduced by overlooking the fact that "unit number" can | phk | 2003-03-15 | 2 | -1/+2 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 2 | -11/+2 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+5 |
* | Use canonical format for cdevsw initialization. | phk | 2003-03-02 | 1 | -13/+13 |
* | NO_GEOM cleanup: | phk | 2003-02-25 | 2 | -39/+18 |
* | Use DISKFLAG_OPEN rather than maintaining our own flag. | phk | 2003-02-22 | 1 | -23/+2 |
* | NO_GEOM cleanup: | phk | 2003-02-21 | 1 | -4/+8 |
* | NO_GEOM cleanup: | phk | 2003-02-21 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Update to new crashdump api | ps | 2003-02-07 | 1 | -39/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -4/+4 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -1/+1 |
* | use __packed. | alfred | 2002-09-23 | 1 | -14/+14 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -12/+4 |
* | Replace (ab)uses of "NULL" where "0" is really meant. | archie | 2002-08-22 | 1 | -1/+1 |
* | Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly | peter | 2002-05-24 | 1 | -0/+1 |
* | Here follows the new kernel dumping infrastructure. | phk | 2002-03-31 | 1 | -1/+6 |
* | Update for the 6.9 firmware family (6xxx controllers), as well as for | msmith | 2002-03-07 | 5 | -20/+132 |
* | Fix some unused warnings. One function is only used if | peter | 2002-02-27 | 1 | -0/+8 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -2/+2 |
* | Fix a signed bug in the crashdump code for systems with > 2GB of ram. | ps | 2001-11-13 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -5/+5 |