aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2015-11-23 10:06:19 +0000
committerAlexander Motin <mav@FreeBSD.org>2015-11-23 10:06:19 +0000
commit3e6deb330e6613bcd7b3ec227add1eb2a2dcaaf8 (patch)
treeb3eb0ca16802ab3d3fc6359335f42dc1603967d8 /sys/modules
parent0981c67bd803aa0084bb5f0a45342ffa4d4916f9 (diff)
downloadsrc-3e6deb330e6613bcd7b3ec227add1eb2a2dcaaf8.tar.gz
src-3e6deb330e6613bcd7b3ec227add1eb2a2dcaaf8.zip
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.
Notes
Notes: svn path=/head/; revision=291188
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ispfw/Makefile3
-rw-r--r--sys/modules/ispfw/isp_1040_it/Makefile36
-rw-r--r--sys/modules/ispfw/isp_1080_it/Makefile36
-rw-r--r--sys/modules/ispfw/isp_12160_it/Makefile36
4 files changed, 0 insertions, 111 deletions
diff --git a/sys/modules/ispfw/Makefile b/sys/modules/ispfw/Makefile
index 6219da8a4891..fa61f172d80b 100644
--- a/sys/modules/ispfw/Makefile
+++ b/sys/modules/ispfw/Makefile
@@ -29,11 +29,8 @@
SUBDIR = ispfw
SUBDIR += isp_1040
-SUBDIR += isp_1040_it
SUBDIR += isp_1080
-SUBDIR += isp_1080_it
SUBDIR += isp_12160
-SUBDIR += isp_12160_it
SUBDIR += isp_2100
SUBDIR += isp_2200
SUBDIR += isp_2300
diff --git a/sys/modules/ispfw/isp_1040_it/Makefile b/sys/modules/ispfw/isp_1040_it/Makefile
deleted file mode 100644
index cdccc05dc1bf..000000000000
--- a/sys/modules/ispfw/isp_1040_it/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-#-
-# Copyright (c) 2006 by Matthew Jacob
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice immediately at the beginning of the file, without modification,
-# this list of conditions, and the following disclaimer.
-# 2. The name of the author may not be used to endorse or promote products
-# derived from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
-# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-# SUCH DAMAGE.
-#
-
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../dev/ispfw
-
-KMOD= isp_1040_it
-SRCS= ispfw.c
-
-CFLAGS += -DISP_1040_IT -DMODULE_NAME=\"${KMOD}\"
-
-.include <bsd.kmod.mk>
diff --git a/sys/modules/ispfw/isp_1080_it/Makefile b/sys/modules/ispfw/isp_1080_it/Makefile
deleted file mode 100644
index 9d688fc63bb6..000000000000
--- a/sys/modules/ispfw/isp_1080_it/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-#-
-# Copyright (c) 2006 by Matthew Jacob
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice immediately at the beginning of the file, without modification,
-# this list of conditions, and the following disclaimer.
-# 2. The name of the author may not be used to endorse or promote products
-# derived from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
-# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-# SUCH DAMAGE.
-#
-
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../dev/ispfw
-
-KMOD= isp_1080_it
-SRCS= ispfw.c
-
-CFLAGS += -DISP_1080_IT -DMODULE_NAME=\"${KMOD}\"
-
-.include <bsd.kmod.mk>
diff --git a/sys/modules/ispfw/isp_12160_it/Makefile b/sys/modules/ispfw/isp_12160_it/Makefile
deleted file mode 100644
index d5526e69104f..000000000000
--- a/sys/modules/ispfw/isp_12160_it/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-#-
-# Copyright (c) 2006 by Matthew Jacob
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice immediately at the beginning of the file, without modification,
-# this list of conditions, and the following disclaimer.
-# 2. The name of the author may not be used to endorse or promote products
-# derived from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
-# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-# SUCH DAMAGE.
-#
-
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../dev/ispfw
-
-KMOD= isp_12160_it
-SRCS= ispfw.c
-
-CFLAGS += -DISP_12160_IT -DMODULE_NAME=\"${KMOD}\"
-
-.include <bsd.kmod.mk>