| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix -Wundef. | ru | 2005-12-04 | 1 | -1/+1 |
* | Add an ioctl framework for doing FC task management functions from | mjacob | 2005-10-29 | 4 | -1/+73 |
* | AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0. | mjacob | 2005-07-31 | 1 | -1/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 2 | -4/+0 |
* | Fix some incorrectly swapped fields in an ICB. | mjacob | 2005-05-11 | 2 | -17/+37 |
* | Refactor isp_prt declaration so that platform | mjacob | 2005-05-11 | 2 | -5/+9 |
* | Prefer <sys/cdefs.h>'s __printflike() macro to the recently added | stefanf | 2005-03-07 | 1 | -5/+1 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 1 | -1/+4 |
* | Provide a needed argument to AT_MAKE_TAGID. | scottl | 2005-01-23 | 1 | -1/+1 |
* | Add some macros for inserting tag ids. | mjacob | 2005-01-23 | 1 | -14/+52 |
* | Macroize the making of tag ids. | mjacob | 2005-01-23 | 1 | -2/+2 |
* | Roll minor number. | mjacob | 2005-01-23 | 1 | -1/+1 |
* | Don't set ZIO for 23XX for target mode (use fast posting instead). | mjacob | 2005-01-23 | 1 | -7/+37 |
* | Support the DELL OEM 2312 cards (1077,6312). | mjacob | 2005-01-23 | 1 | -1/+12 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 11 | -11/+11 |
* | PAE support changes that included at least some minimal actual testing | mjacob | 2004-09-23 | 2 | -18/+26 |
* | Do the small amount of tweaking to support PAE for at least initiator mode. | mjacob | 2004-09-07 | 1 | -1/+137 |
* | Until I can get a clearer architecture from PHK about why he wants | mjacob | 2004-08-23 | 1 | -0/+2 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 1 | -5/+6 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+1 |
* | Add missing <sys/module.h> includes currently relying on nested include | phk | 2004-06-03 | 1 | -0/+1 |
* | Store the target handles in a separate list from normal commands. Add a | njl | 2004-05-24 | 6 | -15/+125 |
* | Correct the boundary parameter to the bus_dma_tag_create() calls (it was | tmm | 2004-03-23 | 1 | -2/+2 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 2 | -7/+7 |
* | 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 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | We aren't D_TAPE. We aren't anything. The reasons why this was ever set | mjacob | 2004-02-16 | 1 | -1/+0 |
* | Remove condition variables and status associated with target mode | mjacob | 2004-02-08 | 1 | -246/+169 |
* | Remove condition variables and status associated with target mode | mjacob | 2004-02-08 | 1 | -6/+2 |
* | Checkpoint of work in progress in cleaning up target mode. It actually | mjacob | 2004-02-07 | 1 | -16/+92 |
* | add a count for inotifies as well as atios. | mjacob | 2004-02-07 | 1 | -0/+1 |
* | Reverse role defines for initiator and target mode to better match the | mjacob | 2004-02-07 | 1 | -4/+6 |
* | Add case to handle ISPCTL_GET_PDB. | mjacob | 2004-02-07 | 1 | -0/+9 |
* | If we're defined to have a default role for target mode, make it | mjacob | 2004-02-07 | 1 | -5/+4 |
* | Change role defines so that they better match class 3 service parameters. | mjacob | 2004-02-07 | 1 | -3/+4 |
* | Fix a bug where we never managed to include the sense data we wanted to send. | mjacob | 2004-01-29 | 1 | -2/+2 |
* | Fix longstanding buglet- for centrally handled CTIO2s we were checking the wrong | mjacob | 2004-01-29 | 1 | -2/+3 |
* | If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLE | mjacob | 2004-01-23 | 1 | -0/+6 |
* | add MAKE_WWN_FROM_NODE_NAME macro | mjacob | 2004-01-23 | 1 | -0/+10 |
* | Add firmware major, minor and micro revsions to the ISP_FC_GETHINFO ioctl | mjacob | 2004-01-23 | 2 | -0/+7 |
* | fix broken _IOR usage | mjacob | 2003-11-14 | 1 | -1/+1 |
* | Turn off ISP_SMPLOCK- not to be turned on again. | mjacob | 2003-10-21 | 1 | -1/+1 |
* | The present defaults for the open and close for device drivers which | phk | 2003-09-27 | 1 | -2/+0 |
* | Add a module dependancy. Now CAM will autoload when you load this. | markm | 2003-09-15 | 1 | -0/+1 |
* | NetBSD'er with time on their hands (dma->DMA) | mjacob | 2003-09-13 | 1 | -1/+1 |
* | Bland synchronization of common source with no effect on FreeBSD whatsomever. | mjacob | 2003-09-13 | 1 | -66/+132 |
* | Some ridiculous target mode botches- like having the wrong definitions | mjacob | 2003-09-13 | 2 | -32/+34 |
* | Some canonicalization function cleanups based upon some target mode | mjacob | 2003-09-13 | 1 | -13/+2 |