| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge r254263: | Scott Long | 2013-08-13 | 1 | -11/+1 |
| * | MFC r238997: | Xin LI | 2012-08-20 | 1 | -1/+1 |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Scott Long | 2012-03-16 | 1 | -1/+1 |
| * | MFC r226173, r227843, r227848 and r227908: | Hans Petter Selasky | 2011-12-31 | 1 | -3/+1 |
| * | Temporarily revert the new-bus locking for 8.0 release. It will be | John Baldwin | 2009-08-20 | 1 | -2/+0 |
| * | Make the newbus subsystem Giant free by adding the new newbus sxlock. | Attilio Rao | 2009-08-02 | 1 | -0/+2 |
| * | Separate the parallel scsi knowledge out of the core of the XPT, and | Scott Long | 2009-07-10 | 2 | -1/+2 |
| * | Convert mlx(4) and mly(4) to si_drv1 instead of dev2unit(). | Ed Schouten | 2009-04-18 | 1 | -7/+5 |
| * | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -3/+3 |
| * | Make mlxcontrol work with more than one system drive: | Stephane E. Potvin | 2008-09-12 | 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 |