]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r291188: Rip off target mode support for parallel SCSI QLogic adapters.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 30 Nov 2015 21:55:35 +0000 (21:55 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 30 Nov 2015 21:55:35 +0000 (21:55 +0000)
commit1d7e422f1fef5a1ddc19980fab66c90d531141c5
tree88b6223f236a2d6bfbf0bb349f579e6e8db68c3a
parenta95c813049f5d8c817a2c0f459d73f122c89a08a
MFC r291188: Rip off target mode support for parallel SCSI QLogic adapters.

Hacks to enable target mode there complicated code, while didn't really
work.  And for outdated hardware fixing it is not really interesting.

Initiator mode tested with Qlogic 1080 adapter is still working fine.

git-svn-id: svn://svn.freebsd.org/base/stable/10@291528 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
18 files changed:
share/man/man4/isp.4
sys/dev/isp/isp.c
sys/dev/isp/isp_freebsd.c
sys/dev/isp/isp_freebsd.h
sys/dev/isp/isp_library.c
sys/dev/isp/isp_library.h
sys/dev/isp/isp_pci.c
sys/dev/isp/isp_sbus.c
sys/dev/isp/isp_target.c
sys/dev/isp/ispvar.h
sys/dev/ispfw/asm_1040.h
sys/dev/ispfw/asm_1080.h
sys/dev/ispfw/asm_12160.h
sys/dev/ispfw/ispfw.c
sys/modules/ispfw/Makefile
sys/modules/ispfw/isp_1040_it/Makefile [deleted file]
sys/modules/ispfw/isp_1080_it/Makefile [deleted file]
sys/modules/ispfw/isp_12160_it/Makefile [deleted file]