-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: Pulling in a few different low-level changes for linux CCISS scan
Signed-off-by: Tyler Erickson <[email protected]>
- Loading branch information
1 parent
5d8101a
commit 62988e8
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule opensea-transport
updated
21 files
+3 −2 | Make/gcc/Makefile | |
+65 −0 | include/ciss_helper.h | |
+58 −0 | include/ciss_helper_func.h | |
+4 −0 | include/common_public.h | |
+10 −3 | include/csmi_helper.h | |
+1 −1 | include/csmi_helper_func.h | |
+45 −0 | include/external/README.md | |
+3 −0 | include/external/ciss/freebsd/NOTE | |
+237 −0 | include/external/ciss/freebsd/cissio.h | |
+180 −0 | include/external/ciss/freebsd/smartpqi_ioctl.h | |
+3 −0 | include/external/ciss/solaris/NOTE | |
+495 −0 | include/external/ciss/solaris/cpqary3.h | |
+305 −0 | include/external/ciss/solaris/cpqary3_ciss.h | |
+132 −0 | include/external/ciss/solaris/cpqary3_ioctl.h | |
+2 −2 | include/external/csmi/csmisas.h | |
+2 −2 | include/raid_scan_helper.h | |
+12 −0 | include/scsi_helper.h | |
+27 −1 | meson.build | |
+1,230 −0 | src/ciss_helper.c | |
+38 −26 | src/csmi_helper.c | |
+670 −370 | src/sg_helper.c |