| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r226118: | Marius Strobl | 2011-10-12 | 1 | -0/+1 |
| * | MFC r225950: | Kenneth D. Merry | 2011-10-06 | 1 | -7/+19 |
| * | Most of these changes to isp are to allow for isp.ko unloading. | Matt Jacob | 2011-08-13 | 5 | -59/+186 |
| * | Fixes zombie device and loop down timers so that they work more than | Matt Jacob | 2011-08-12 | 2 | -6/+39 |
| * | Add support QLE220 card- an 2500 lookalike. | Matt Jacob | 2011-03-10 | 1 | -0/+15 |
| * | Flush both reads *and* writes to registers. | Matt Jacob | 2011-03-05 | 1 | -1/+1 |
| * | Sync FreeBSD ISP with mercurial tree. Minor changes having to do with | Matt Jacob | 2011-02-28 | 4 | -6/+9 |
| * | - Use the correct DMA tag/map pair for synchronize the FC scratch area. | Marius Strobl | 2011-02-14 | 7 | -49/+61 |
| * | Partially revert 208119. We were overwriting tunable settings. | Matt Jacob | 2010-11-27 | 1 | -3/+0 |
| * | Fix typos. | Rebecca Cran | 2010-11-09 | 1 | -7/+7 |
| * | Don't pass a buffer directly as a printflike format string. | Matt Jacob | 2010-06-10 | 1 | -1/+1 |
| * | Fix XPT_GET_TRAN_SETTING for FC which has been broken for while so that | Matt Jacob | 2010-06-07 | 1 | -2/+4 |
| * | Be more specific about which CDB length we're going to use. Not really a likely | Matt Jacob | 2010-06-05 | 1 | -4/+14 |
| * | Make the internal target > SPC2 (so REPORT LUNS can be tested). | Matt Jacob | 2010-06-05 | 1 | -2/+8 |
| * | I was getting panics in sleepq_add for the second sleep in isp_kthread. | Matt Jacob | 2010-06-05 | 1 | -1/+3 |
| * | Various minor and not so minor fixes suggested by Coverity. | Matt Jacob | 2010-06-02 | 4 | -44/+52 |
| * | Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning a | Matt Jacob | 2010-05-26 | 1 | -7/+2 |
| * | Don't leak CCBs for every ABORT. | Matt Jacob | 2010-05-25 | 1 | -1/+4 |
| * | Remove extra break left by hand editing. | Matt Jacob | 2010-05-25 | 1 | -1/+0 |
| * | Treat PRLI the same as PLOGI and make a database entry for it (target mode). | Matt Jacob | 2010-05-25 | 1 | -3/+8 |
| * | Correct compilation error introduced in last commit. | Matt Jacob | 2010-05-16 | 1 | -2/+2 |
| * | Whap. Hook up some wires that were forgotten a few months ago and restore | Matt Jacob | 2010-05-15 | 2 | -18/+15 |
| * | On sparc64 obtain the initiator ID from the Open Firmware device tree | Marius Strobl | 2010-05-03 | 2 | -5/+12 |
| * | 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 |