]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/history - sys/dev/isp
MFC r362044:
[FreeBSD/stable/10.git] / sys / dev / isp /
2018-03-27 brooksMFC r330876, r330945
2017-08-02 kenMFC r321622, r321623:
2017-05-10 kenMFC r317740:
2017-05-01 mavMFC r317356: Switch isp_reset to scratchpad not requiri...
2017-04-24 mavMFC r315913: Add brackets to fix incorrect macro expansion.
2017-04-24 mavMFC r315908: Unify initiator and target DMA setup and...
2017-04-24 mavMFC r315870: isp field in struct isp_pcmd is also unused.
2017-04-24 mavMFC r315869: Remove write-only crn field from struct...
2017-04-24 mavMFC r315708: Cleanup response queue processing.
2017-04-23 mavMFC r316652: Fix few minor issues found by Clang Analyzer.
2017-04-02 mavMFC r315709: Switch from using periph_links to sim_links.
2017-04-02 mavMFC r315682, r315683: Remove some dead code left after...
2017-04-02 mavMFC r315681: Improve command timeout handling.
2017-04-02 mavMFC r315678: Remove questionable reqp->req_time access.
2017-04-02 mavMFC r315677: Clean/unify some macro usage.
2017-04-02 mavMFC r315587, r315652: Remove some dead/useless code.
2017-04-02 mavMFC r315579, r315670: Add initial support for multiple...
2017-03-29 mavFix build broken by different size of lun_id_t.
2017-03-29 mavMFC r315545: Remove hackish code delaying ATIOs to...
2017-03-29 mavMFC r315536: Move <= 23xx PDB workaround to generic...
2017-03-29 mavMFC r315534: Remove some dead stuff.
2017-03-29 mavMFC r315533: Move 24xx RQSTYPE_NOTIFY handling to gener...
2017-03-29 mavMFC r315507: Reorganize RQSTYPE_NOTIFY handling for...
2017-03-29 mavMFC r315489: Move RQSTYPE_ABTS_RCVD parsing into generi...
2017-03-29 mavMFC r315488: Extend nt_lun to full 8 byte.
2017-03-29 mavMFC r315485: Remove dead remnants of SPI target.
2017-03-29 mavMFC r315482: Use isp_target_put_entry() in places where...
2017-03-29 mavMFC r315478: Do some notify acks cleanup.
2017-03-29 mavMFC r315327: Remove not very useful ATIO/INOT stats.
2017-03-29 mavMFC r315307: Refactor interrupt handling.
2017-03-29 mavMFC r315303: Fix panic when SIM dereferenced before...
2017-03-29 mavMFC r315298: Fix ancient bug from r84597, which broke...
2017-03-28 mavMFC r315279: Remove some dead/broken code paths around...
2017-03-28 mavMFC r315273: Remove tangled isp_mbox_continue() mechanism.
2017-03-28 mavMFC r315236: Remove dangerous and questionable isp_mbox...
2017-03-28 mavMFC r315234: Improvements around attach, reset and...
2017-03-28 mavMFC r299849 (by trasz):
2017-03-27 mavMFC 315229: Remove remnant of r315163.
2017-03-26 mavMFC r315161: Try to slight untangle I/O and loop status...
2017-03-26 mavMFC r315160: Remove code for unsupported FreeBSD versions.
2017-03-26 mavMFC r315163: Remove strange config_intrhook_establish...
2017-03-23 mavMFC r311305 (by asomers):
2017-03-06 mavMFC r314326: Send TERMINATE to firmware when aborting...
2017-03-06 mavMFC r314302: Return better error code in case of too...
2017-03-06 mavMFC r314299, r314300: Fix residual length reporting...
2017-03-06 mavMFC r314208: Respecting r314204 tighten ATIO cleanup...
2017-03-06 mavMFC r314203: Fix missing xpt_done() for ATIO/INOT on...
2017-03-06 mavMFC r314088: Slightly polish isp_dump_atpd().
2017-03-06 mavMFC r314086: Fix multiple problems around LUN disable...
2017-03-06 mavMFC r314045: Remove duplicate INOT allocation.
2017-03-06 mavMFC r314038: Remove ancient __FreeBSD_version checks.
2017-03-05 mavMFC r313936, r313937: Move CTIO waitq from per-LUN...
2017-03-05 mavMFC r313945: Remove broken remnants of obsolete INOT...
2017-02-13 kenMFC r313568:
2016-12-23 kenMFC, r310338:
2016-08-18 mavMFC r300296: Pass proper for 23xx arguments to isp_endc...
2016-08-18 mavMFC r300293:
2016-08-18 mavMFC r300222: Fix delaying requests to unknown virtual...
2016-05-24 mavMFC r300218: Add proper reporting for early task manage...
2016-05-24 mavMFC r300217: Add IOCB debugging for ISPCTL_RESET_DEV...
2016-05-24 mavMFC r300157: Unify Multi ID target code by reusing...
2016-05-24 mavMFC r300058: Make RQCS_PORT_LOGGED_OUT for ZOMBIE ports...
2016-05-24 mavMFC r300052: Completely remove broken now autologin...
2016-05-24 mavMFC r299957: Reduce verbosity of "now sending synthesiz...
2016-05-24 mavMFC r299955: No need to check login status for ZOMBIE...
2016-05-24 mavMFC r299691: Fix FCP_CMD LENGTH mask in ATIO7 IOCB.
2016-05-03 mavMFC r298103: Simplify memory allocation for NS requests.
2016-05-03 mavMFC r297991: Extract virtual port address from RQSTYPE_...
2016-05-03 mavMFC r297915: Filter Port Database Changed notifications.
2016-05-03 mavMFC r297912: Respect NVRAM topology settings on 24xx...
2016-05-03 mavMFC r297867: Make all CT Pass-Through (name server...
2016-05-03 mavMFC r297859: Switch isp_getpdb() to synchronous IOCB...
2016-05-03 mavMFC r297858: Allocate separate DMA area for synchronous...
2016-05-03 mavMFC r297856: Reimplement ISP_TSK_MGMT IOCTL via asynchr...
2016-05-03 mavMFC r297854: Add couple missing memory barriers.
2016-05-03 mavMFC r297817: Polish debugging IOCB dumping.
2016-05-03 mavMFC r297751: Register symbolic port/node names in FC...
2016-05-03 mavMFC r297741: Reduce code duplication when executing...
2015-12-30 mavMFC r292765: Allocate separate scratch space for scanne...
2015-12-30 mavMFC r292764: Split DMA buffers for request, response...
2015-12-30 mavMFC r292745: Use single DMA tag for scratch areas of...
2015-12-30 mavMFC r292741: Make port logins asynchronous, following...
2015-12-30 mavMFC r292739: Make virtual ports control asynchronous.
2015-12-30 mavMFC r292725: Unify handles allocation for initiator...
2015-12-30 mavMFC r292715: Clear virtual port's port database when...
2015-12-30 mavMFC r292690: Some polishing for command timeouts handling.
2015-12-30 mavMFC r292610: Fix speed setting by NVRAM for 24xx and...
2015-12-22 mavMFC r291654, r291727, r291821, r291872, r292034, r29204...
2015-12-22 mavMFC r291868: Rework WWNs generation to make cards witho...
2015-12-22 mavMFC r291730: Update isp_put_icb_2400() for new structur...
2015-11-30 mavMFC r291365, r291369: One more round of port scanner...
2015-11-30 mavMFC r291265: Rename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.
2015-11-30 mavMFC r291221: Remove "disable" hint, which duplicates...
2015-11-30 mavMFC r291209: Fix target mode support for Qlogic 2200...
2015-11-30 mavMFC r291188: Rip off target mode support for parallel...
2015-11-30 mavMFC r291163:
2015-11-30 mavMFC r291162: Generate fake ISPASYNC_CHANGE_PDB on fake...
2015-11-30 mavMFC r291161: Gracefully stop firmware before resetting...
2015-11-30 mavMFC r291160: Add some more asynchronous event status...
2015-11-30 mavMFC r291159: Add more mailbox command codes.
next