summaryrefslogtreecommitdiffstats
path: root/sys/modules/trm
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2002-10-13 18:44:26 +0000
committercognet <cognet@FreeBSD.org>2002-10-13 18:44:26 +0000
commitc67390b43d3e32014f2c88c1304d1a3d2f8a9cfc (patch)
tree9a788786ab96bdf74592c392f90aaea2cc369bad /sys/modules/trm
parenta95c8cfb2412c3227f0053ecf135288ee8023a27 (diff)
downloadFreeBSD-src-c67390b43d3e32014f2c88c1304d1a3d2f8a9cfc.zip
FreeBSD-src-c67390b43d3e32014f2c88c1304d1a3d2f8a9cfc.tar.gz
Connect trm(4) to the build.
Reviewed by: mux (mentor) Approved by: mux (mentor)
Diffstat (limited to 'sys/modules/trm')
-rw-r--r--sys/modules/trm/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/trm/Makefile b/sys/modules/trm/Makefile
new file mode 100644
index 0000000..f984794
--- /dev/null
+++ b/sys/modules/trm/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/trm
+
+KMOD= trm
+SRCS= trm.c trm.h opt_cam.h device_if.h bus_if.h \
+ opt_scsi.h pci_if.h
+
+opt_scsi.h:
+ echo "#define SCSI_DELAY 15000" > opt_scsi.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud