summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Frequency default should be '25' for 25MHz, not 25000000.mjacob2002-07-251-7/+23
* Don't test against default_iid being zero as a test for whether wemjacob2002-07-251-1/+2
* Make sure that if are in fact using 'full SMP', make the interruptmjacob2002-07-253-12/+25
* Put MODULE_VERSION back here so that ispfw is happy.mjacob2002-07-251-0/+2
* Remove a couple of debugging lines.mjacob2002-07-111-7/+0
* 'Support' for ISP SBus cards.mjacob2002-07-115-9/+853
* Add 2002 to copyright.mjacob2002-07-081-1/+1
* Add get/set param ioctl support.mjacob2002-07-082-135/+154
* Add get/set param ioctls.mjacob2002-07-081-0/+23
* Add override so that we can force set our hard loopdid.mjacob2002-07-081-0/+14
* Remove the 'bogus registrant' hack for fabric searches. It reallymjacob2002-07-081-12/+9
* If the HBA is already 'touched', still set maxluns. Othewise formjacob2002-06-161-67/+126
* Add support for ISP_FC_GETHINFO, which returns current connectionmjacob2002-06-161-38/+158
* Extend private adjunct to ATIO to have both tag lun, and extended statemjacob2002-06-161-1/+10
* Force commit (last CVS comment was wrong).mjacob2002-06-161-1/+0
* Add ISP_FC_GETHINFO ioctl.mjacob2002-06-162-1/+30
* Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutmjacob2002-06-161-241/+73
* Change isp_target_async to a function returning an integer.mjacob2002-06-161-20/+8
* Set default command count to 0xfe. This tells the f/w essentiallymjacob2002-06-161-3/+5
* Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines.mjacob2002-06-161-0/+4
* Roll minor version. Add ISPASYNC_FW_RESTARTED async event. Addmjacob2002-06-161-4/+11
* If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bitmjacob2002-05-011-6/+23
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-1/+1
* Scale back # of luns supported for SCC to 16384- oops- top 3 bits are amjacob2002-04-163-28/+112
* Send 32 bytes out for fc4_types... Interestingly enough the Solaris/Sparcmjacob2002-04-051-1/+1
* Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.mjacob2002-04-047-156/+675
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Redo stuff for sparc64- primarily fix bus dma implementation. The endianmjacob2002-04-023-142/+132
* Limit fabric search to a default 256 entries. This will all go awaymjacob2002-03-213-24/+34
* Remove __P.alfred2002-03-201-1/+1
* Disable RIO (reduced interrupt operation) for 2200 boards- it seemed likemjacob2002-03-071-4/+25
* Reorder some of the ioctls and add a few new ones.mjacob2002-02-212-17/+37
* Fix a problem where a local loop disk logs out- and we get a PORT LOGGEDmjacob2002-02-211-8/+38
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsmjacob2002-02-184-4/+63
* Support for f/w crash dumps (2200 && 23XX).mjacob2002-02-174-20/+401
* Hints for WWN are now WWNN and/or WWPN.mjacob2002-02-171-2/+2
* Add in support firmware crash dumps. Change CFG options to splitmjacob2002-02-171-2/+13
* + A variety of 23XX changes:mjacob2002-02-0410-56/+219
* Add missing move of relative offset for CTIO2 updates.mjacob2002-01-111-0/+1
* Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows themjacob2002-01-036-35/+185
* Explicitly decode GetAllNext SNS Response back *as*mjacob2001-12-112-4/+59
* Major restructuring for swizzling to the request queue and unswizzling frommjacob2001-12-119-579/+1500
* Tra-La, another QLogic f/w funny- this time with the 2300.mjacob2001-10-231-8/+25
* Protect against deranged fabric nameservers that spit out 10000 identicalmjacob2001-10-181-3/+16
* Add some somewhat vague documentation for this driver and a listmjacob2001-10-072-0/+938
* Some patches from Doug for ia64 support- the principle one being themjacob2001-10-072-2/+6
* Misunderstanding documentation caused me to try and set 1Gbps/2Gps/Automjacob2001-10-062-14/+21
* Whups- remember to zero the isr pointer arg.mjacob2001-10-061-1/+3
* Respect QLogic's errata- read BIU_ISR even on the 2300mjacob2001-10-061-0/+2
* Begin to implement target mode that for Fibre Channel has a privatemjacob2001-10-012-29/+68
OpenPOWER on IntegriCloud