summaryrefslogtreecommitdiff
path: root/sys/dev/isp
AgeCommit message (Expand)Author
2009-05-10Change uses of the struct ccb_hdr timeout_ch missed when isp(4) wasMarius Strobl
2008-12-15Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSIMarius Strobl
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2007-11-05Add missing locking for SBus controllers.Scott Long
2007-10-20Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer
2007-10-12Spelling fix for interupt -> interruptKevin Lo
2007-08-28Fix off-by-two errors.Jung-uk Kim
2007-08-23Export 4Gbps Fibre Channel link speed correctly with inquiry commands.Jung-uk Kim
2007-07-10Get rid of a couple of Coverity found sign comparison errors.Matt Jacob
2007-07-10Be more conservative- turn off fast posting and RIO for 22XX cards.Matt Jacob
2007-07-02Recover from some major omissions/problems with the 24XX port.Matt Jacob
2007-06-26Pointy hat to me. Committed with building.Matt Jacob
2007-06-26Extension of previous commit- when we have 2k login firmware, we need toMatt Jacob
2007-06-25Yet another bug- when we have 2k login firmware, we needMatt Jacob
2007-06-24If we're going to (for 23XX and 24XX cards) DMA firmware from theMatt Jacob
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-06-11Remove some ioctls that were ill-thought out. There is no userMatt Jacob
2007-06-11Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.Matt Jacob
2007-06-08Quiet GCC 4.2 warning.Matt Jacob
2007-05-13Temp workaround for config_intrhook_establish running the hookMatt Jacob
2007-05-11Bad merge.Matt Jacob
2007-05-11Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...Matt Jacob
2007-05-05Make this an MP safe driver but also still be multi-release.Matt Jacob
2007-04-18Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix aScott Long
2007-04-15Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long
2007-04-02Temporarily desupport simultaneous target and initiator mode.Matt Jacob
2007-03-31Fix compilation problem (add a const) for pre-7.0 compiles.Matt Jacob
2007-03-29some minor error message cleanupsMatt Jacob
2007-03-28Don't derference a pointer before setting it.Matt Jacob
2007-03-22MFP4: a) Some constification from NetBSD (gcc 4.1.2)Matt Jacob
2007-03-14Don't call isp_intr from isp_start- this seems to, in rare cases,Matt Jacob
2007-03-13Move bus_space_tag and bus_space_handle register accessMatt Jacob
2007-03-13Restore optr if you trash it for 24XX target mode.Matt Jacob
2007-03-12Fix compilation issues found in RELENG_4 port and merge theMatt Jacob
2007-03-10Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob
2007-02-23Redo previous newbus related change to be kinder toMatt Jacob
2007-02-23Don't attempt to load illegal hard loop addresses intoMatt Jacob
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-02-23Use the new xpt_rescan function to truly now have dynamicMatt Jacob
2007-02-23There is a problem in setting/getting 'options'- if we check thingsMatt Jacob
2007-02-23Be a bit more restrictive about printing out 'bad' pdb entriesMatt Jacob
2007-02-15Cleanup and document the implementation of firmware(9) based onLuigi Rizzo
2007-02-10add a missing piece for 2432Matt Jacob
2007-02-10Putative untested 2432 (PCI-E) support.Matt Jacob
2007-01-23Clean up some of the various platform and release specific dma tagMatt Jacob
2007-01-21Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl
2007-01-20Grumble- let a linux-ism slip in and had an llx whichMatt Jacob
2007-01-20MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob
2007-01-05RELENG_6 compilationMatt Jacob
2007-01-05error print cleanup && turn off ints if RISC is pausedMatt Jacob