| Commit message (Expand) | Author | Age | Files | Lines |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -2/+0 |
* | plug resource leak | sam | 2005-03-31 | 1 | -2/+4 |
* | fix potential null ptr deref | sam | 2005-03-31 | 1 | -1/+1 |
* | avoid null ptr deref | sam | 2005-03-31 | 1 | -1/+1 |
* | Don't call mlx_free() i mlx_attach() in case of failure. Doing so | phk | 2005-03-26 | 1 | -10/+0 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -4/+4 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -1/+2 |
* | Change another pointer name that was missed in the previous commit. | scottl | 2004-03-01 | 1 | -1/+1 |
* | Check and free the actual pointer the was used in a malloc instead of | scottl | 2004-03-01 | 1 | -2/+2 |
* | Don't free meo until we're finished using it. | cperciva | 2004-02-22 | 1 | -1/+1 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -1/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | Prepare for locking mlx(4) by cleaning up the use of busdma. No real | scottl | 2003-09-02 | 1 | -155/+242 |
* | Don't provide a mutex in the S/G list dma tag since it will never be defered. | scottl | 2003-08-09 | 1 | -7/+9 |
* | 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 | -1/+2 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 1 | -1/+0 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+5 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Fixed printf format errors in previous commit. %llu is no more suitable | bde | 2002-03-18 | 1 | -2/+4 |
* | Formats that print the block number need to be changed from %u to | imp | 2002-03-18 | 1 | -2/+2 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -4/+4 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -0/+2 |
* | Driver modifications consistent with my other drivers to facilitate | msmith | 2001-06-25 | 1 | -21/+20 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 1 | -1/+1 |
* | Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource. | mdodd | 2000-11-28 | 1 | -2/+1 |
* | Further use of M_ZERO. | dwmalone | 2000-11-18 | 1 | -2/+1 |
* | Add support for 2.x/3.x firmware adapters which are too old to have a | msmith | 2000-08-04 | 1 | -0/+2 |
* | Change the way that scatter/gather list tables are allocated so that we | msmith | 2000-05-06 | 1 | -28/+42 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -1/+1 |
* | One minor bugfix: | msmith | 2000-04-20 | 1 | -4/+18 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -22/+22 |
* | Add features required for basic userland management utility: | msmith | 2000-04-11 | 1 | -102/+187 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -1/+1 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -1/+1 |
* | Update to the latest development version of the Mylex driver. Changes in | msmith | 2000-03-18 | 1 | -124/+438 |
* | Fix the firmware build number output (again). | msmith | 1999-12-25 | 1 | -1/+1 |
* | Cosmetic fix; get the firmware build code and customisation tag the | msmith | 1999-12-24 | 1 | -1/+1 |
* | Updates resulting from new documentation from Mylex and some cleaning: | msmith | 1999-12-22 | 1 | -60/+88 |
* | time_t is an int on the Alpha, not long. | peter | 1999-12-12 | 1 | -1/+1 |
* | Major update to the Mylex DAC960 driver adding new hardware support | msmith | 1999-12-11 | 1 | -164/+227 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 1 | -1/+2 |
* | Correctly compute the block count. In reality, it seems that the | msmith | 1999-11-02 | 1 | -1/+1 |
* | Move some hardware-related items to the hardware-related header. | msmith | 1999-10-26 | 1 | -38/+56 |
* | Use the physical block number, not the logical block number, for I/O | msmith | 1999-10-22 | 1 | -5/+5 |
* | Use a much larger buffer for message log retrieval until we are sure that | msmith | 1999-10-16 | 1 | -9/+10 |