summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Remove limitations on setting WWNNs starting from 2.mav2015-06-251-2/+2
* Fix reported_gone setting, missed in some cases.mav2015-06-241-14/+14
* Add dev.isp.X.role sysctl in addition to tunable.mav2015-06-232-22/+93
* Dump additional config bytes for INIT_FIRMWARE_MULTI_ID.mav2015-06-221-0/+5
* Add logging of executed mailbox command names.mav2015-06-221-5/+7
* Rewrite port database handling for target mode.mav2015-06-212-119/+128
* In case of target mode disable at least ISP2532 return invalid zeromav2015-06-181-0/+8
* Fix SCSI status byte reporting on 4Gb and 8Gb Qlogic boards.will2015-01-211-1/+4
* Force commit to record the correct log for r277513.will2015-01-211-0/+1
* Change 1112791 by kenm@ken.spectrabsd8 on 2015/01/15 16:45:13will2015-01-211-0/+15
* Close a race in the isp(4) driver that caused devices to disappearken2015-01-082-7/+44
* Fix Fibre Channel Command Reference Number handling in the isp(4) driver.ken2015-01-082-0/+34
* Fix WWNN/WWPN generation for virtual channels.mav2014-11-261-6/+3
* Fix incorrect check, blocking MULTIID functionality.mav2014-11-261-1/+1
* Some microoptimizations.mav2014-11-262-14/+13
* Make isp_find_pdb_by_*() search for targets in portdb in reverse order.mav2014-11-261-3/+3
* Fix build without INVARIANTS, broken by r274675.mav2014-11-192-5/+4
* Convert the refire_notify_ack timer from timeout(9) to callout(9).jhb2014-11-182-7/+12
* Use the C99 flexible array construct to denote a variable amount ofimp2014-10-131-2/+2
* Fix r272936 build with old GCC.mav2014-10-111-1/+2
* Update isp_tgt_map and send new arrival notification if target that departedmav2014-10-111-0/+5
* Fix a kernel panic when unloading isp(4).will2014-09-182-40/+73
* Pass correct command that should be aborted to ISPCTL_ABORT_CMD.mav2014-07-081-1/+1
* Add missing calls to bus_dmamap_unload() when freeing static DMAjhb2014-06-131-0/+3
* Fix I/O freezes in some cases, caused by r257916.mav2014-02-051-2/+6
* Harvest one no longer used constant string.mjacob2013-12-252-3/+2
* Use relaxed (write-only) memory barriers when writing some of queue indexmav2013-11-102-0/+42
* Some more registers access optimizations:mav2013-11-101-7/+6
* Save one more register read per command by not reading rqstoutrp registermav2013-11-101-3/+7
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,nwhitehorn2013-10-302-11/+11
* Merge CAM locking changes from the projects/camlock branch to radicallymav2013-10-211-3/+3
* Partial MFproject/camlock r256671:mav2013-10-211-9/+8
* Optimize isp(4) to reduce CPU usage, especially in target mode:mav2013-10-174-67/+72
* Export the maxio field in the CAM XPT_PATH_INQ CCB in the isp(4)ken2013-08-151-0/+5
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-7/+5
* When fiddling with options of which registers to copy out formjacob2013-07-132-3/+14
* Flag isp(4) as supporting unmapped I/O; all necessary conversion actuallymarius2013-06-041-2/+2
* MFprojects/camlock r248982:mav2013-04-141-1/+2
* Remove redundant xpt_alloc_ccb in isp_target_thread that was causing leakage.mjacob2013-02-261-2/+0
* Turn off fast posting for the ISP2100- I'd forgotten that it actuallymjacob2013-02-251-1/+7
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-101/+21
* Don't allow for more than one segment for the control space sincemjacob2012-11-021-3/+2
* Don't allow for more than one segment for the control space sincemjacob2012-11-021-3/+2
* Minor correction.mjacob2012-09-171-1/+1
* Add some edits to the changed comments so that they make more sense.mjacob2012-09-171-3/+3
* Correct double "the the"eadler2012-09-141-1/+1
* Remove useless extra test.mjacob2012-09-071-4/+2
* Remove dependence on MAXPHYS.mjacob2012-08-213-6/+8
* On lun disable, complete all INOTs and ATIOs with CAM_REQ_ABORTED.mjacob2012-08-161-1/+18
* Remove extraneous newline.mjacob2012-08-121-1/+1
OpenPOWER on IntegriCloud