aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* isp: Fix endianness conversion in isp_read_flash_data()Mark Johnston2023-12-311-1/+1
* isp(4): Rework firmware handling/loadingJoerg Pulz2023-12-287-253/+986
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-7/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1610-10/+0
* isp(4): Fix a typo in a source code commentGordon Bergling2023-08-021-1/+1
* isp(4): Style changesJoerg Pulz2023-07-072-22/+24
* isp(4): Remove redundant functions for reading data from FLT and flashJoerg Pulz2023-07-071-84/+31
* isp(4): Use the FLT on all supported controllersJoerg Pulz2023-07-073-190/+260
* isp(4): Add support to read contents of the FLT (flash layout table)Joerg Pulz2023-07-073-2/+397
* isp(4): Fix reading NVRAM contents for 28xx based devicesJoerg Pulz2023-07-071-1/+3
* isp(4): Add support for QLogic 28xx devicesJoerg Pulz2023-07-074-1/+47
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1213-13/+13
* isp: Remove a double word in the driver manualGordon Bergling2022-09-101-1/+1
* isp(4): Fix two typos in source code commentsGordon Bergling2022-09-032-2/+2
* isp: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+2
* isp: Remove unused variable.John Baldwin2022-04-121-2/+0
* ips(4): Remove a double word in a few source code commentsGordon Bergling2022-04-093-3/+3
* isp(4): Allow more than 2 ports to read WWNs from NVRAM.Alexander Motin2021-12-142-8/+2
* FIx "set but not used" in the isp driver.Scott Long2021-12-051-2/+8
* Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-111-1/+1
* Mark inline functions static.Alexander Motin2020-11-291-2/+2
* Some code reorganization.Alexander Motin2020-11-278-375/+322
* Restore break statement lost in r367857.Alexander Motin2020-11-271-0/+1
* More cleanup in response queue and reset code.Alexander Motin2020-11-265-284/+111
* Some minor FCoE bits I had lying around.Alexander Motin2020-11-263-3/+15
* Remove some more dead code from pre-24xx.Alexander Motin2020-11-266-121/+3
* Remove more legacy of parallel SCSI.Alexander Motin2020-11-244-148/+99
* Update RQSFLAG_* definitions.Alexander Motin2020-11-242-21/+8
* Remove concept of mbox_sleep_ok.Alexander Motin2020-11-244-100/+16
* Remove unneeded locking around xpt_bus_[de]register().Alexander Motin2020-11-241-9/+0
* Implement request queue overflow protection.Alexander Motin2020-11-246-68/+99
* Fix debug build after 367926.Alexander Motin2020-11-221-1/+1
* Fix build after 367926.Alexander Motin2020-11-221-1/+2
* Make handlers and atpds overflows unlikely.Alexander Motin2020-11-225-19/+26
* Do not parent all busdma tags to the payload tag.Alexander Motin2020-11-221-24/+27
* Remove remnants of execthrottle and maxalloc parameters.Alexander Motin2020-11-225-33/+4
* Increase queue depths from 1024/256 to 8192/1024 IOCBs.Alexander Motin2020-11-205-25/+20
* Cleanup DMA handling.Alexander Motin2020-11-208-176/+136
* Fix r367857 build without ISP_TARGET_MODE.Alexander Motin2020-11-201-0/+2
* Remove parallel SCSI and 1/2Gb FC support from isp(4).Alexander Motin2020-11-2010-10520/+1487
* Move ecmd memory allocation itto separate DMA tag.Alexander Motin2020-11-183-9/+54
* Remove bus_dma locking/sleeping when not needed.Alexander Motin2020-11-181-15/+13
* Don't allocate full XCMD_SIZE (512 bytes) on stack.Alexander Motin2020-11-181-28/+24
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-255-2/+11
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+4
* Remove sparc64 kernel supportWarner Losh2020-02-033-715/+0
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-4/+4
* Fix FC-Tape bugs caused in part by r345008.Kenneth D. Merry2019-05-242-2/+4
* Make isp(4) suggest loading ispfw(4) when it fails to attach.Edward Tomasz Napierala2019-04-281-0/+9