summaryrefslogtreecommitdiffstats
path: root/sys/modules/ahb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-06-29 20:50:24 +0000
committerimp <imp@FreeBSD.org>2004-06-29 20:50:24 +0000
commitfefd81efd900c98044ce4df432f042401fd955cd (patch)
tree77d7992e90c9325718da85c1fea1ffbd1fe9360e /sys/modules/ahb
parentc9bcce22e776f364e9412d8ba28045794d0541f5 (diff)
downloadFreeBSD-src-fefd81efd900c98044ce4df432f042401fd955cd.zip
FreeBSD-src-fefd81efd900c98044ce4df432f042401fd955cd.tar.gz
Add the ahb module for old Adaptec 1742 drivers now that eisa bus
interface is cleaner.
Diffstat (limited to 'sys/modules/ahb')
-rw-r--r--sys/modules/ahb/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/ahb/Makefile b/sys/modules/ahb/Makefile
new file mode 100644
index 0000000..d759bbb
--- /dev/null
+++ b/sys/modules/ahb/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/ahb
+
+KMOD= ahb
+SRCS= ahb.c opt_cam.h device_if.h bus_if.h \
+ eisa_if.h opt_scsi.h
+
+opt_scsi.h:
+ echo "#define SCSI_DELAY 15000" > opt_scsi.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud