16477 lmrc: move MFI definitions into their own headers
commit98f0a994ee13c4f450852a3d01f2e340abe69fb8
authorHans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Fri, 23 Feb 2024 14:19:42 +0000 (23 15:19 +0100)
committerHans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Mon, 6 May 2024 10:21:34 +0000 (6 12:21 +0200)
tree5b52c04e2c16498f8a0bf6038981553070f5ac2b
parentce43180545011b378bac8def8f2bd23b86dde522
16477 lmrc: move MFI definitions into their own headers
Reviewed by: Bill Sommerfeld <sommerfeld@hamachi.org>
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com>
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com>
Approved by: Dan McDonald <danmcd@mnx.io>
17 files changed:
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc.c
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc.h
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ddi.c
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ioctl.c
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ioctl.h
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_phys.c
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_phys.h
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_raid.c
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_raid.h
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_reg.h
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_scsa.c
usr/src/uts/common/sys/scsi/adapters/mfi/mfi.h [copied from usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_reg.h with 58% similarity]
usr/src/uts/common/sys/scsi/adapters/mfi/mfi_bbu.h [new file with mode: 0644]
usr/src/uts/common/sys/scsi/adapters/mfi/mfi_evt.h [new file with mode: 0644]
usr/src/uts/common/sys/scsi/adapters/mfi/mfi_ioctl.h [copied from usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ioctl.h with 52% similarity]
usr/src/uts/common/sys/scsi/adapters/mfi/mfi_ld.h [new file with mode: 0644]
usr/src/uts/common/sys/scsi/adapters/mfi/mfi_pd.h [copied from usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_phys.h with 74% similarity]