summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0611-11/+11
* PAE support changes that included at least some minimal actual testingmjacob2004-09-232-18/+26
* Do the small amount of tweaking to support PAE for at least initiator mode.mjacob2004-09-071-1/+137
* Until I can get a clearer architecture from PHK about why he wantsmjacob2004-08-231-0/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-5/+6
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
* Store the target handles in a separate list from normal commands. Add anjl2004-05-246-15/+125
* Correct the boundary parameter to the bus_dma_tag_create() calls (it wastmm2004-03-231-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-172-7/+7
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-1/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* We aren't D_TAPE. We aren't anything. The reasons why this was ever setmjacob2004-02-161-1/+0
* Remove condition variables and status associated with target modemjacob2004-02-081-246/+169
* Remove condition variables and status associated with target modemjacob2004-02-081-6/+2
* Checkpoint of work in progress in cleaning up target mode. It actuallymjacob2004-02-071-16/+92
* add a count for inotifies as well as atios.mjacob2004-02-071-0/+1
* Reverse role defines for initiator and target mode to better match themjacob2004-02-071-4/+6
* Add case to handle ISPCTL_GET_PDB.mjacob2004-02-071-0/+9
* If we're defined to have a default role for target mode, make itmjacob2004-02-071-5/+4
* Change role defines so that they better match class 3 service parameters.mjacob2004-02-071-3/+4
* Fix a bug where we never managed to include the sense data we wanted to send.mjacob2004-01-291-2/+2
* Fix longstanding buglet- for centrally handled CTIO2s we were checking the wrongmjacob2004-01-291-2/+3
* If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLEmjacob2004-01-231-0/+6
* add MAKE_WWN_FROM_NODE_NAME macromjacob2004-01-231-0/+10
* Add firmware major, minor and micro revsions to the ISP_FC_GETHINFO ioctlmjacob2004-01-232-0/+7
* fix broken _IOR usagemjacob2003-11-141-1/+1
* Turn off ISP_SMPLOCK- not to be turned on again.mjacob2003-10-211-1/+1
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* Add a module dependancy. Now CAM will autoload when you load this.markm2003-09-151-0/+1
* NetBSD'er with time on their hands (dma->DMA)mjacob2003-09-131-1/+1
* Bland synchronization of common source with no effect on FreeBSD whatsomever.mjacob2003-09-131-66/+132
* Some ridiculous target mode botches- like having the wrong definitionsmjacob2003-09-132-32/+34
* Some canonicalization function cleanups based upon some target modemjacob2003-09-131-13/+2
* No time like the present to turn back on SMP locking.mjacob2003-09-131-2/+1
* Report correct active vs. nvram node/port WWNs in an ioctl.mjacob2003-09-131-2/+4
* On reset, make sure that we have some parameters set correctly. Thismjacob2003-09-131-1/+18
* Move the inclusion of <machine/ofw_machdep.h> after the inclusion ofmarcel2003-09-021-1/+1
* Revert previous commit. Violates Maintainer (O'Brien knows how tomjacob2003-08-251-13/+24
* Use __FBSDID().obrien2003-08-244-6/+14
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-012-4/+8
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-13/+1
* Restore parentheses removed inappropriately in last commit.mjacob2003-06-011-2/+3
* Remove unused variablesphk2003-05-312-6/+5
* Add an explanatory comment about what operational modes in xfwopt are.mjacob2003-03-251-1/+5
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-192-5/+5
OpenPOWER on IntegriCloud