aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Temp workaround for config_intrhook_establish running the hookMatt Jacob2007-05-131-0/+3
* Bad merge.Matt 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
* Make this an MP safe driver but also still be multi-release.Matt Jacob2007-05-056-502/+441
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix aScott Long2007-04-181-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-3/+4
* Temporarily desupport simultaneous target and initiator mode.Matt Jacob2007-04-026-18/+38
* Fix compilation problem (add a const) for pre-7.0 compiles.Matt Jacob2007-03-311-1/+1
* some minor error message cleanupsMatt Jacob2007-03-291-4/+4
* Don't derference a pointer before setting it.Matt Jacob2007-03-281-2/+2
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)Matt Jacob2007-03-225-125/+142
* Don't call isp_intr from isp_start- this seems to, in rare cases,Matt Jacob2007-03-141-7/+1
* Move bus_space_tag and bus_space_handle register accessMatt Jacob2007-03-133-86/+79
* Restore optr if you trash it for 24XX target mode.Matt Jacob2007-03-131-0/+1
* Fix compilation issues found in RELENG_4 port and merge theMatt Jacob2007-03-124-11/+27
* Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob2007-03-1013-255/+255
* Redo previous newbus related change to be kinder toMatt Jacob2007-02-233-2/+9
* Don't attempt to load illegal hard loop addresses intoMatt Jacob2007-02-233-49/+31
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-2/+2
* Use the new xpt_rescan function to truly now have dynamicMatt Jacob2007-02-231-11/+34
* There is a problem in setting/getting 'options'- if we check thingsMatt Jacob2007-02-231-111/+133
* Be a bit more restrictive about printing out 'bad' pdb entriesMatt Jacob2007-02-231-9/+11
* Cleanup and document the implementation of firmware(9) based onLuigi Rizzo2007-02-151-1/+1
* add a missing piece for 2432Matt Jacob2007-02-101-0/+1
* Putative untested 2432 (PCI-E) support.Matt Jacob2007-02-101-1/+12
* Clean up some of the various platform and release specific dma tagMatt Jacob2007-01-233-47/+36
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-2/+14
* Grumble- let a linux-ism slip in and had an llx whichMatt Jacob2007-01-201-9/+12
* MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob2007-01-207-93/+138
* RELENG_6 compilationMatt Jacob2007-01-051-1/+1
* error print cleanup && turn off ints if RISC is pausedMatt Jacob2007-01-051-1/+2
* Check the return from registering FC4 types with the fabric nameMatt Jacob2007-01-051-11/+24
* Restore revision 1.126 that got accidentally nuked.Matt Jacob2006-12-181-0/+6
* Add back some CAM_NEW_TRAN code to make backporting to RELENG_6 easier.Matt Jacob2006-12-181-2/+144
* Try an experiment with using DMA to load firmware into a 2200- VERIFYMatt Jacob2006-12-173-25/+39
* Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasMatt Jacob2006-12-163-8/+39
* Remove dependency on ispfw and firmware as modules.Matt Jacob2006-12-102-7/+2
* clarify a comment slightlyMatt Jacob2006-12-091-1/+1
* Find another spot where tagged command queueing gotMatt Jacob2006-12-091-2/+7
* Make ISPCTL_PLOGX find a handle to log into the management serverMatt Jacob2006-12-053-75/+88
* Add a chip timeout to ENABLE/MODIFY/DISABLE lun calls.Matt Jacob2006-12-051-0/+1
* Fix XPT_GET_TRANSPORT_SETTINGS to zero validity and flags-Matt Jacob2006-12-031-13/+24
* Make the SAN login/logout stuff more common between different chipsetsMatt Jacob2006-11-186-75/+175
* Disable code to set max read byte count on the 2400.Matt Jacob2006-11-171-0/+6
* Increase the timeout for some SAN commands.Matt Jacob2006-11-163-11/+43
* minor change to reduce some diff noiseMatt Jacob2006-11-162-2/+3
* Push things closer to path failover by implementing loop down andMatt Jacob2006-11-148-494/+939
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob2006-11-0214-3315/+7570
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-138/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-1/+0