| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Sean Bruno | 2012-05-18 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Add missing parenthesis around error handling code upon attaching | Christian S.J. Peron | 2005-07-30 | 1 | -1/+2 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 2 | -4/+0 |
| * | plug resource leak | Sam Leffler | 2005-03-31 | 1 | -2/+4 |
| * | fix potential null ptr deref | Sam Leffler | 2005-03-31 | 1 | -1/+1 |
| * | avoid null ptr deref | Sam Leffler | 2005-03-31 | 1 | -1/+1 |
| * | Don't call mlx_free() i mlx_attach() in case of failure. Doing so | Poul-Henning Kamp | 2005-03-26 | 2 | -10/+1 |
| * | If mlx_attach() returns an error, don't free sc again. | David Schultz | 2005-03-18 | 1 | -3/+1 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
| * | Don't use PAGE_SIZE to calculate controller-specific attributes. | Scott Long | 2004-11-25 | 2 | -2/+3 |
| * | 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 | 2 | -4/+8 |
| * | Change another pointer name that was missed in the previous commit. | Scott Long | 2004-03-01 | 1 | -1/+1 |
| * | Check and free the actual pointer the was used in a malloc instead of | Scott Long | 2004-03-01 | 1 | -2/+2 |
| * | Don't free meo until we're finished using it. | Colin Percival | 2004-02-22 | 1 | -1/+1 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -1/+2 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -2/+0 |
| * | Change the disk(9) API in order to make device removal more robust. | Poul-Henning Kamp | 2004-02-18 | 2 | -15/+18 |
| * | Prepare for locking mlx(4) by cleaning up the use of busdma. No real | Scott Long | 2003-09-02 | 2 | -155/+243 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 2 | -3/+6 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Don't provide a mutex in the S/G list dma tag since it will never be defered. | Scott Long | 2003-08-09 | 1 | -7/+9 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 2 | -0/+6 |
| * | Use bioq_flush() to drain a bio queue with a specific error code. | Poul-Henning Kamp | 2003-04-01 | 3 | -3/+6 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 5 | -12/+2 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+5 |
| * | Chase the musical variable names. | John Baldwin | 2003-02-25 | 1 | -2/+2 |
| * | Limit the maximum I/O size to 8 pages for version 2 controllers. This | John Baldwin | 2003-02-25 | 1 | -4/+8 |
| * | Fix a small fat-finger: s/mlxd/mxld/. | John Baldwin | 2003-02-25 | 1 | -1/+1 |
| * | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-02-25 | 3 | -43/+21 |
| * | 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 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | use __packed. | Alfred Perlstein | 2002-09-23 | 1 | -16/+16 |
| * | (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 |
| * | Fixed printf format errors in previous commit. %llu is no more suitable | Bruce Evans | 2002-03-18 | 1 | -2/+4 |
| * | Formats that print the block number need to be changed from %u to | Warner Losh | 2002-03-18 | 1 | -2/+2 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 2 | -3/+3 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 3 | -10/+11 |
| * | Fix some signed/unsigned integer confusion, and add bounds checking of | Kris Kennaway | 2001-09-10 | 1 | -0/+2 |
| * | Driver modifications consistent with my other drivers to facilitate | Mike Smith | 2001-06-25 | 5 | -41/+115 |
| * | Fix warning: 193: 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 | 2 | -3/+0 |
| * | Turn on interrupt-entropy harvesting for all/any mass storage devices | Mark Murray | 2001-03-01 | 1 | -1/+1 |
| * | Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource. | Matthew N. Dodd | 2000-11-28 | 3 | -9/+13 |