summaryrefslogtreecommitdiffstats
path: root/sys/modules/isp
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-10-31 19:50:18 +0000
committerjhb <jhb@FreeBSD.org>2002-10-31 19:50:18 +0000
commit2d4cea719d3b33e37ef7590d4224c335fe4c75f5 (patch)
tree5349f8ceb162356ae7b3cf6e7ff8dd8a5376fc6b /sys/modules/isp
parente7761b68eeb8f5e6f3fa52cdb97e933040a25d0d (diff)
downloadFreeBSD-src-2d4cea719d3b33e37ef7590d4224c335fe4c75f5.zip
FreeBSD-src-2d4cea719d3b33e37ef7590d4224c335fe4c75f5.tar.gz
Add an isp(4) module. sbus support is only compiled in on sparc64.
pci support is always compiled in.
Diffstat (limited to 'sys/modules/isp')
-rw-r--r--sys/modules/isp/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/isp/Makefile b/sys/modules/isp/Makefile
new file mode 100644
index 0000000..a71998d
--- /dev/null
+++ b/sys/modules/isp/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/isp
+
+KMOD= isp
+SRCS= bus_if.h device_if.h pci_if.h \
+ opt_cam.h opt_ddb.h opt_isp.h \
+ isp.c isp_target.c isp_freebsd.c isp_pci.c
+
+.if ${MACHINE_ARCH} == sparc64
+SRCS+= isp_sbus.c
+.endif
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud