| Commit message (Expand) | Author | Age | Files | Lines |
| * | unused variable removal (pointed out by bde) | Matt Jacob | 2002-08-22 | 1 | -1/+0 |
| * | If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannot | Matt Jacob | 2002-08-17 | 1 | -22/+63 |
| * | We only do isp_reinit from isp_async if ISP_FW_CRASH_DUMP is defined- | Matt Jacob | 2002-08-17 | 1 | -0/+12 |
| * | Fix the incorrect parsing of the Risc2Host isr. For RIO_16, | Matt Jacob | 2002-08-17 | 1 | -1/+13 |
| * | Add ICBXOPT_ZIO definition. | Matt Jacob | 2002-08-17 | 1 | -0/+1 |
| * | Add ISPASYNC_FW_DUMPED async event. | Matt Jacob | 2002-08-17 | 1 | -0/+3 |
| * | Frequency default should be '25' for 25MHz, not 25000000. | Matt Jacob | 2002-07-25 | 1 | -7/+23 |
| * | Don't test against default_iid being zero as a test for whether we | Matt Jacob | 2002-07-25 | 1 | -1/+2 |
| * | Make sure that if are in fact using 'full SMP', make the interrupt | Matt Jacob | 2002-07-25 | 3 | -12/+25 |
| * | Put MODULE_VERSION back here so that ispfw is happy. | Matt Jacob | 2002-07-25 | 1 | -0/+2 |
| * | Remove a couple of debugging lines. | Matt Jacob | 2002-07-11 | 1 | -7/+0 |
| * | 'Support' for ISP SBus cards. | Matt Jacob | 2002-07-11 | 5 | -9/+853 |
| * | Add 2002 to copyright. | Matt Jacob | 2002-07-08 | 1 | -1/+1 |
| * | Add get/set param ioctl support. | Matt Jacob | 2002-07-08 | 2 | -135/+154 |
| * | Add get/set param ioctls. | Matt Jacob | 2002-07-08 | 1 | -0/+23 |
| * | Add override so that we can force set our hard loopdid. | Matt Jacob | 2002-07-08 | 1 | -0/+14 |
| * | Remove the 'bogus registrant' hack for fabric searches. It really | Matt Jacob | 2002-07-08 | 1 | -12/+9 |
| * | If the HBA is already 'touched', still set maxluns. Othewise for | Matt Jacob | 2002-06-16 | 1 | -67/+126 |
| * | Add support for ISP_FC_GETHINFO, which returns current connection | Matt Jacob | 2002-06-16 | 1 | -38/+158 |
| * | Extend private adjunct to ATIO to have both tag lun, and extended state | Matt Jacob | 2002-06-16 | 1 | -1/+10 |
| * | Force commit (last CVS comment was wrong). | Matt Jacob | 2002-06-16 | 1 | -1/+0 |
| * | Add ISP_FC_GETHINFO ioctl. | Matt Jacob | 2002-06-16 | 2 | -1/+30 |
| * | Set all 23XX cards as 'touched' (we have trouble, unpredictably, about | Matt Jacob | 2002-06-16 | 1 | -238/+70 |
| * | Change isp_target_async to a function returning an integer. | Matt Jacob | 2002-06-16 | 1 | -20/+8 |
| * | Set default command count to 0xfe. This tells the f/w essentially | Matt Jacob | 2002-06-16 | 1 | -3/+5 |
| * | Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines. | Matt Jacob | 2002-06-16 | 1 | -0/+4 |
| * | Roll minor version. Add ISPASYNC_FW_RESTARTED async event. Add | Matt Jacob | 2002-06-16 | 1 | -4/+11 |
| * | If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bit | Matt Jacob | 2002-05-01 | 1 | -6/+23 |
| * | Move the new byte order function prototypes from <sys/param.h> to | Mike Barcroft | 2002-04-26 | 1 | -1/+1 |
| * | Scale back # of luns supported for SCC to 16384- oops- top 3 bits are a | Matt Jacob | 2002-04-16 | 3 | -28/+112 |
| * | Send 32 bytes out for fc4_types... Interestingly enough the Solaris/Sparc | Matt Jacob | 2002-04-05 | 1 | -1/+1 |
| * | Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE. | Matt Jacob | 2002-04-04 | 7 | -156/+675 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | Redo stuff for sparc64- primarily fix bus dma implementation. The endian | Matt Jacob | 2002-04-02 | 3 | -142/+132 |
| * | Limit fabric search to a default 256 entries. This will all go away | Matt Jacob | 2002-03-21 | 3 | -24/+34 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -1/+1 |
| * | Disable RIO (reduced interrupt operation) for 2200 boards- it seemed like | Matt Jacob | 2002-03-07 | 1 | -4/+25 |
| * | Reorder some of the ioctls and add a few new ones. | Matt Jacob | 2002-02-21 | 2 | -17/+37 |
| * | Fix a problem where a local loop disk logs out- and we get a PORT LOGGED | Matt Jacob | 2002-02-21 | 1 | -8/+38 |
| * | More for f/w crash dumps (bug fixing and adding ioctl entry points | Matt Jacob | 2002-02-18 | 4 | -4/+63 |
| * | Support for f/w crash dumps (2200 && 23XX). | Matt Jacob | 2002-02-17 | 4 | -20/+401 |
| * | Hints for WWN are now WWNN and/or WWPN. | Matt Jacob | 2002-02-17 | 1 | -2/+2 |
| * | Add in support firmware crash dumps. Change CFG options to split | Matt Jacob | 2002-02-17 | 1 | -2/+13 |
| * | + A variety of 23XX changes: | Matt Jacob | 2002-02-04 | 10 | -56/+219 |
| * | Add missing move of relative offset for CTIO2 updates. | Matt Jacob | 2002-01-11 | 1 | -0/+1 |
| * | Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows the | Matt Jacob | 2002-01-03 | 6 | -35/+185 |
| * | Explicitly decode GetAllNext SNS Response back *as* | Matt Jacob | 2001-12-11 | 2 | -4/+59 |
| * | Major restructuring for swizzling to the request queue and unswizzling from | Matt Jacob | 2001-12-11 | 9 | -578/+1499 |
| * | Tra-La, another QLogic f/w funny- this time with the 2300. | Matt Jacob | 2001-10-23 | 1 | -8/+25 |
| * | Protect against deranged fabric nameservers that spit out 10000 identical | Matt Jacob | 2001-10-18 | 1 | -3/+16 |