aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* This is an MFC of 208548Matt Jacob2010-11-291-1/+4
* This is an MFC of 208542,208543Matt Jacob2010-11-291-4/+8
* This is an MFC of 215951Matt Jacob2010-11-291-3/+0
* MFC r215034:Rebecca Cran2010-11-201-7/+7
* This is an MFC of 208895.Matt Jacob2010-06-211-2/+4
* This is an MFC of 208849Matt Jacob2010-06-191-4/+14
* This is an MFC of 208809Matt Jacob2010-06-191-2/+8
* This is an MFC of 208808Matt Jacob2010-06-191-1/+3
* This is an MFC of 208761Matt Jacob2010-06-184-44/+52
* This is an MFC of 208119, 208129Matt Jacob2010-05-262-18/+15
* MFC: r207570Marius Strobl2010-05-102-5/+12
* This is an MFC of 204050.Matt Jacob2010-04-241-30/+33
* This is an MFC of 205236Matt Jacob2010-04-244-17/+24
* This is an MFC of 205712.Matt Jacob2010-04-051-2/+2
* This is an MFC of 205698Matt Jacob2010-04-054-150/+100
* MFC of 204397: fix problems with fast posting handlesMatt Jacob2010-03-018-245/+234
* MFC of 204384: Fix misallocation error in target modeMatt Jacob2010-02-281-1/+1
* Pick up some changes the the MFC missed.Matt Jacob2010-02-122-12/+27
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-1111-639/+335
* Unbreak SBus cards which have been broken (apparently) for a while.Matt Jacob2009-11-051-18/+8
* MFC 196162: Have at least a fallback WWN so cards on sun branded FC cardsMatt Jacob2009-08-131-0/+4
* Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob2009-08-0114-8141/+10486
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-1/+2
* Change uses of the struct ccb_hdr timeout_ch missed when isp(4) wasMarius Strobl2009-05-101-2/+3
* Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSIMarius Strobl2008-12-151-4/+17
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* Add missing locking for SBus controllers.Scott Long2007-11-051-0/+5
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-2/+2
* Fix off-by-two errors.Jung-uk Kim2007-08-281-2/+2
* Export 4Gbps Fibre Channel link speed correctly with inquiry commands.Jung-uk Kim2007-08-231-9/+8
* Get rid of a couple of Coverity found sign comparison errors.Matt Jacob2007-07-101-3/+3
* Be more conservative- turn off fast posting and RIO for 22XX cards.Matt Jacob2007-07-101-7/+2
* Recover from some major omissions/problems with the 24XX port.Matt Jacob2007-07-024-21/+57
* Pointy hat to me. Committed with building.Matt Jacob2007-06-261-1/+1
* Extension of previous commit- when we have 2k login firmware, we need toMatt Jacob2007-06-261-1/+7
* Yet another bug- when we have 2k login firmware, we needMatt Jacob2007-06-251-1/+7
* If we're going to (for 23XX and 24XX cards) DMA firmware from theMatt Jacob2007-06-241-2/+2
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-2/+3
* Remove some ioctls that were ill-thought out. There is no userMatt Jacob2007-06-112-128/+14
* Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.Matt Jacob2007-06-111-2/+6
* Quiet GCC 4.2 warning.Matt Jacob2007-06-081-1/+1
* 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