| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -14/+7 |
* | Fix cdevsw initialization commit to follow canonical format. | phk | 2003-03-02 | 1 | -1/+1 |
* | msg | phk | 2003-02-26 | 1 | -15/+0 |
* | Remove S_IROTH from the make_dev() lines for iir-related devices. This | rwatson | 2002-12-27 | 1 | -2/+2 |
* | Use [u]intmax_t and %j instead of long long and %ll to better fix warnings | jhb | 2002-11-07 | 1 | -2/+3 |
* | Use long long to print out a bus_addr_t again. | jhb | 2002-11-06 | 1 | -2/+2 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -2/+2 |
* | Include <sys/ioccom.h> directly, rather than indirectly through | phk | 2002-09-20 | 1 | -1/+1 |
* | Don't include <stddef.h> "For offsetof". This is not even wrong in | bde | 2002-05-13 | 1 | -2/+0 |
* | Move the new byte order function prototypes from <sys/param.h> to | mike | 2002-04-26 | 3 | -0/+3 |
* | Remove __P. | alfred | 2002-03-20 | 2 | -23/+23 |
* | Add the following functions/macros to support byte order conversions and | tmm | 2002-02-27 | 1 | -4/+2 |
* | Add the 'iir' driver, for the Intel Integrated RAID controllers and | msmith | 2002-01-20 | 4 | -0/+3577 |