| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r274487 | smh | 2014-12-21 | 4 | -373/+253 |
* | Re-do r255853. Along with adding back the API/ABI changes from the | scottl | 2013-09-25 | 2 | -2/+4 |
* | Revert r255853 pending fixes to build errors in usr.bin/kdump | gjb | 2013-09-25 | 2 | -4/+2 |
* | Update the CAM API for FreeBSD 10: | scottl | 2013-09-24 | 2 | -2/+4 |
* | Avoid potential redefinition of the macro. | jkim | 2013-08-15 | 4 | -5/+5 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -84/+15 |
* | Remove comments about creating DMA tags as children of the DMA tags of their | jmallett | 2012-03-12 | 1 | -1/+0 |
* | Convert a number of drivers to obtaining their parent DMA tag from their | scottl | 2012-03-12 | 1 | -1/+2 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 1 | -3/+10 |
* | Get rid of #ident. | trasz | 2010-01-08 | 1 | -1/+0 |
* | Remove unused iir_watchdog(). | trasz | 2010-01-08 | 1 | -35/+0 |
* | Include <sys/sysctl.h>, to get the declarations of ostype and | marcel | 2009-12-02 | 1 | -2/+1 |
* | Revert previous commit and add myself to the list of people who should | phk | 2009-09-08 | 1 | -1/+0 |
* | Add necessary include. | phk | 2009-09-08 | 1 | -0/+1 |
* | Remove unused VM includes. | jhb | 2009-06-03 | 2 | -7/+0 |
* | We no longer need to use d_thread_t, migrate to struct thread *. | imp | 2009-05-20 | 1 | -3/+3 |
* | Compare the correct variable against NULL. | brueffer | 2009-05-14 | 1 | -1/+1 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -5/+5 |
* | Fix a buffer overflow in the processing of various SCSI commands. This likely | scottl | 2008-01-09 | 1 | -26/+42 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 3 | -2/+3 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -1/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+2 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -21/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -5/+35 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 2 | -2/+0 |
* | Big update to the iir driver: | scottl | 2006-03-01 | 3 | -170/+169 |
* | Convert iir inlines to ANSI C function declarations. | rwatson | 2006-01-21 | 1 | -10/+4 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 2 | -4/+0 |
* | Correct improper permissions on /dev/iir. The earlier permissions | cperciva | 2005-05-06 | 1 | -2/+2 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -2/+2 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 1 | -1/+5 |
* | Remove a dead vtophys() reference. | scottl | 2005-01-31 | 1 | -6/+0 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 3 | -3/+3 |
* | Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it. | scottl | 2004-09-03 | 1 | -14/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 2 | -11/+11 |
* | Update from vendor. This also adds support for newer management tools. | scottl | 2004-05-19 | 3 | -27/+16 |
* | Fix the ioctl types for two ioctls. I'm not sure if the switch was my | scottl | 2004-03-20 | 1 | -2/+2 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -3/+3 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 1 | -1/+1 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Remove the static major assignment for iir(4). | scottl | 2004-02-14 | 2 | -6/+1 |
* | Update email addresses, copyrights, and tweak the management interface. | scottl | 2003-09-26 | 4 | -22/+47 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 3 | -7/+9 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -3/+3 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 2 | -2/+7 |
* | Import latest changes from the vendor. This also is reported to fix the | scottl | 2003-04-25 | 4 | -38/+116 |
* | I deserve a big pointy hat for having missed all those references | mux | 2003-04-10 | 1 | -2/+2 |