summaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvscvs2svn2008-01-1517-17/+17
* MFC: 1.146Jung-uk Kim2007-08-271-9/+8
* mfc: bad merge fixMatt Jacob2007-05-111-1/+1
* Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...Matt Jacob2007-05-112-5/+5
* MFC to synchronize with -current. The bugs fixed are relatively few andMatt Jacob2007-05-088-496/+456
* MFC of constification, cleanups of pre-7.X compiles, additions ofMatt Jacob2007-04-016-96/+99
* MFC of constification && some bad nvram flags.Matt Jacob2007-04-011-4/+6
* MFC of some constification, error message spelling errors, splittingMatt Jacob2007-04-011-130/+149
* feedback from RELENG_5 portMatt Jacob2007-03-111-4/+1
* MFC header/license cleanup. No effect on code.Matt Jacob2007-03-1113-255/+255
* MFC 4 Gb support + rewrite of loop/fabric state machine code.Matt Jacob2007-03-0813-3722/+8592
* MFC: sync firmware(9) and iwi(4) with the version in HEAD (the changesLuigi Rizzo2007-02-221-1/+1
* MFC 1.41: Add a chip timeout to ENABLE/MODIFY/DISABLE lun calls.Matt Jacob2007-01-061-0/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-11-181-0/+213
* MFC the current stable state of isp.Matt Jacob2006-09-0113-360/+663
* MFC 1.120: Fix RELENG_4 code version- isp_roles wasn't gettingMatt Jacob2006-08-212-3/+6
* MFC 1.117: don't claim to support the 2422 yet.Matt Jacob2006-07-141-0/+2
* MFC: allow this to compile cleanly under RELENG_4Matt Jacob2006-06-031-0/+3
* MFC 1.117: Don't set CAM_DEV_QFRZN when we get an ABORT_TASK. JustMatt Jacob2006-05-311-1/+1
* MFC current state of isp. Lots of cosmetic changes, but also various bugfixes.Matt Jacob2006-05-2214-1670/+2042
* MFC: 1.17Marius Strobl2006-02-121-11/+7
* MFC overflow bug fixes and disable ISP_DAC_SUPPORTED for nowMatt Jacob2006-02-043-15/+17
* MFC: Move inlined functions into a library.Scott Long2006-02-035-1888/+38
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-02-032-0/+1868
* MFC current 2322 (and maybe 2422) support plus current target mode state.Matt Jacob2006-01-2613-418/+1108
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-4/+0
* Fix some incorrectly swapped fields in an ICB.Matt Jacob2005-05-112-17/+37
* Refactor isp_prt declaration so that platformMatt Jacob2005-05-112-5/+9
* Prefer <sys/cdefs.h>'s __printflike() macro to the recently addedStefan Farfeleder2005-03-071-5/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-1/+4
* Provide a needed argument to AT_MAKE_TAGID.Scott Long2005-01-231-1/+1
* Add some macros for inserting tag ids.Matt Jacob2005-01-231-14/+52
* Macroize the making of tag ids.Matt Jacob2005-01-231-2/+2
* Roll minor number.Matt Jacob2005-01-231-1/+1
* Don't set ZIO for 23XX for target mode (use fast posting instead).Matt Jacob2005-01-231-7/+37
* Support the DELL OEM 2312 cards (1077,6312).Matt Jacob2005-01-231-1/+12
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-0611-11/+11
* PAE support changes that included at least some minimal actual testingMatt Jacob2004-09-232-18/+26
* Do the small amount of tweaking to support PAE for at least initiator mode.Matt Jacob2004-09-071-1/+137
* Until I can get a clearer architecture from PHK about why he wantsMatt Jacob2004-08-231-0/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-5/+6
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* Store the target handles in a separate list from normal commands. Add aNate Lawson2004-05-246-15/+125
* Correct the boundary parameter to the bus_dma_tag_create() calls (it wasThomas Moestl2004-03-231-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-7/+7
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0