| Commit message (Expand) | Author | Age | Files | Lines |
| * | D'oh- isp_handle_index' logic was reversed (not used in FreeBSD). | Matt Jacob | 2010-03-26 | 1 | -2/+2 |
| * | Clean up some printing stuff so that we can have a bit finer control | Matt Jacob | 2010-03-26 | 4 | -150/+100 |
| * | Put gone device timer into a structure tag that can hold more than 32 seconds... | Matt Jacob | 2010-03-17 | 4 | -17/+24 |
| * | Revamp the pieces of some of the stuff I forgot to do when shifting to | Matt Jacob | 2010-02-27 | 8 | -245/+234 |
| * | Fix misallocation error in target mode. | Matt Jacob | 2010-02-27 | 1 | -1/+1 |
| * | xpt_rescan only honors a wildcard in the target field. Revert the previous | Matt Jacob | 2010-02-23 | 1 | -1/+6 |
| * | When we rescan, just scan from logical unit 0. In other words, don't | Matt Jacob | 2010-02-23 | 1 | -1/+1 |
| * | Don't try and re-use a handle, even if the firmware tells you that's what is ... | Matt Jacob | 2010-02-18 | 1 | -30/+33 |
| * | Yet another target mode compilation error. | Matt Jacob | 2010-02-04 | 1 | -1/+1 |
| * | Fix target mode compilation problem with previous delta | Matt Jacob | 2010-02-04 | 1 | -2/+2 |
| * | Redo how commands handles are created and managed and implement sequence | Matt Jacob | 2010-02-03 | 8 | -109/+186 |
| * | Amazingly we've been freeing a handle and using that which it refers to | Matt Jacob | 2010-01-15 | 1 | -1/+1 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 2 | -4/+4 |
| * | Make sure that the WWNN is also created for 2100..2300 cards. | Matt Jacob | 2010-01-03 | 1 | -0/+2 |
| * | Create a Node WWN from the *Port* WWN, not vice versa, for 2400s. | Matt Jacob | 2009-12-31 | 1 | -5/+4 |
| * | Fix cases where we've managed to get a Loop UP event prior to initializing | Matt Jacob | 2009-12-04 | 2 | -43/+52 |
| * | Unbreak SBus cards which have been broken (apparently) for a while. | Matt Jacob | 2009-11-02 | 1 | -18/+8 |
| * | (semiforced commit to add comment missed in last delta) | Matt Jacob | 2009-09-21 | 3 | -2/+1 |
| * | Remove file unused in freebsd. | Matt Jacob | 2009-09-21 | 4 | -457/+66 |
| * | Accomodate old style XPT_IMMED_NOTIFY and XPT_NOTIFY_ACK so that | Matt Jacob | 2009-09-15 | 2 | -27/+43 |
| * | Have at least *some* default WWN to fall back on, | Matt Jacob | 2009-08-13 | 1 | -0/+4 |
| * | Add 8Gb support (isp_2500). Fix a fair number of configuration and | Matt Jacob | 2009-08-01 | 14 | -8117/+10462 |
| * | Separate the parallel scsi knowledge out of the core of the XPT, and | Scott Long | 2009-07-10 | 1 | -1/+2 |
| * | Change uses of the struct ccb_hdr timeout_ch missed when isp(4) was | Marius Strobl | 2009-05-10 | 1 | -2/+3 |
| * | Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSI | Marius Strobl | 2008-12-15 | 1 | -4/+17 |
| * | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -1/+1 |
| * | Add missing locking for SBus controllers. | Scott Long | 2007-11-05 | 1 | -0/+5 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -2/+2 |
| * | Spelling fix for interupt -> interrupt | Kevin Lo | 2007-10-12 | 1 | -2/+2 |
| * | Fix off-by-two errors. | Jung-uk Kim | 2007-08-28 | 1 | -2/+2 |
| * | Export 4Gbps Fibre Channel link speed correctly with inquiry commands. | Jung-uk Kim | 2007-08-23 | 1 | -9/+8 |
| * | Get rid of a couple of Coverity found sign comparison errors. | Matt Jacob | 2007-07-10 | 1 | -3/+3 |
| * | Be more conservative- turn off fast posting and RIO for 22XX cards. | Matt Jacob | 2007-07-10 | 1 | -7/+2 |
| * | Recover from some major omissions/problems with the 24XX port. | Matt Jacob | 2007-07-02 | 4 | -21/+57 |
| * | Pointy hat to me. Committed with building. | Matt Jacob | 2007-06-26 | 1 | -1/+1 |
| * | Extension of previous commit- when we have 2k login firmware, we need to | Matt Jacob | 2007-06-26 | 1 | -1/+7 |
| * | Yet another bug- when we have 2k login firmware, we need | Matt Jacob | 2007-06-25 | 1 | -1/+7 |
| * | If we're going to (for 23XX and 24XX cards) DMA firmware from the | Matt Jacob | 2007-06-24 | 1 | -2/+2 |
| * | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long | 2007-06-17 | 1 | -2/+3 |
| * | Remove some ioctls that were ill-thought out. There is no user | Matt Jacob | 2007-06-11 | 2 | -128/+14 |
| * | Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4. | Matt Jacob | 2007-06-11 | 1 | -2/+6 |
| * | Quiet GCC 4.2 warning. | Matt Jacob | 2007-06-08 | 1 | -1/+1 |
| * | Temp workaround for config_intrhook_establish running the hook | Matt Jacob | 2007-05-13 | 1 | -0/+3 |
| * | Bad merge. | Matt Jacob | 2007-05-11 | 1 | -1/+1 |
| * | Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp... | Matt Jacob | 2007-05-11 | 2 | -5/+5 |
| * | Make this an MP safe driver but also still be multi-release. | Matt Jacob | 2007-05-05 | 6 | -502/+441 |
| * | Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix a | Scott Long | 2007-04-18 | 1 | -1/+1 |
| * | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long | 2007-04-15 | 1 | -3/+4 |
| * | Temporarily desupport simultaneous target and initiator mode. | Matt Jacob | 2007-04-02 | 6 | -18/+38 |
| * | Fix compilation problem (add a const) for pre-7.0 compiles. | Matt Jacob | 2007-03-31 | 1 | -1/+1 |