aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ocs_fc/ocs_gendump.c
Commit message (Collapse)AuthorAgeFilesLines
* ocs_fs(4): Fix some common typos in source code commentsGordon Bergling2021-08-281-1/+1
| | | | | | | - s/transfered/transferred/ - s/associted/associated/ MFC after: 3 days
* ocs_fc: Add gendump and dump_to_host ioctl command support.Ram Kishore Vegesna2021-07-061-0/+388
Support to generate firmware dump. Approved by: mav(mentor)